api-client
api-client copied to clipboard
Separate the high level client implementation from the underlying CRUD.
Python 3.11, api-client 1.3.1 I am accessing a REST API where the POST data is an array of object (i.e., Sequence[dict]) - the signature of `RequestStrategy.post()` only accepts dict (object),...
**Describe the bug** When you install this library and google_api_python_client, the __init__.py is overridden by google_api_python_client, and you can't import anything from root folder Google's one is probably here for...
**Is your feature request related to a problem? Please describe.** `api-client` HeaderAuthentication assumes that all Bearer tokens are valid. When these token expire or are invalidated at the server, **Describe...