aiogoogle
aiogoogle copied to clipboard
Async Google API Client + Async Google Auth
I can't really find anything in docs about the use of pipe_to. The only clarification I could find is [this](https://github.com/omarryhan/aiogoogle/blob/master/examples/stream_drive_file.py), where bytes get just printed out. What buffer does it...
I had to use an API which is not part of googleapis.com which means the discovery part would always fail. when using `aiogoogle.discover('content', 'v1')` it would default to google's shopping...
https://github.com/googleapis/google-api-python-client/blob/9f7b4109b370e89c29db6c58c6bd2e09002c8d42/googleapiclient/discovery.py#L1116
Importing aiogoogle raises a `DeprecationWarning`. Usually we don't see it because Python filters it out, however when running tests with pytest it does show up and kinda messes up the...
That's how it's done in google-api-client
For ref: https://github.com/omarryhan/aiogoogle/issues/81
Hi. I am looking at this library for using in my code, but I have a question: Would it be possible to implement a response cache? Right now, in my...
Failing tests: - test_fix_params - test_google_api_is_functional - test_doesnt_add_key_when_existing - test_adds_key_to_url_with_query