aiogoogle icon indicating copy to clipboard operation
aiogoogle copied to clipboard

Async Google API Client + Async Google Auth

Results 25 aiogoogle issues
Sort by recently updated
recently updated
newest added

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...

question

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...

feature

https://github.com/googleapis/google-api-python-client/blob/9f7b4109b370e89c29db6c58c6bd2e09002c8d42/googleapiclient/discovery.py#L1116

chore

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...

chore

That's how it's done in google-api-client

feature

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...

feature

Failing tests: - test_fix_params - test_google_api_is_functional - test_doesnt_add_key_when_existing - test_adds_key_to_url_with_query

good first issue
chore

https://github.com/omarryhan/aiogoogle/pull/44

feature