jonagh / gapi-querier

Tool for running Google APIs, and to play with google auth and stuff.
GNU General Public License v3.0
102 stars 35 forks source link

make google api requests concurrent #6

Closed rjnienaber closed 3 years ago

rjnienaber commented 4 years ago

This PR introduces a semaphore to be used when hitting the google photos API and will limit concurrent requests to 3. The API reference doesn't explicitly state what the concurrent limits are but I didn't hit any during my testing.

rjnienaber commented 3 years ago

No response so closing this