Ask a question to get started
Enter to send•Shift+Enter new line
request( self, method: str, path: str = '/', **kwargs: Any
method
str
path
'/'
**kwargs
Any
{}
Make an HTTP request to the service, injecting the auth header.
HTTP method (GET, POST, etc.).
Path relative to the service URL.
Forwarded to httpx.request.
httpx.request