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