tpitale / legato

Google Analytics Reporting API Client for Ruby
MIT License
401 stars 48 forks source link

Batch Processing #85

Open basex opened 10 years ago

basex commented 10 years ago

This is just an idea for a future development. Google have a Batch API implemented in Ruby to do batch processing of the API requests. Might be a good idea to minimize the HTTP requests overhead.

https://developers.google.com/api-client-library/ruby/guide/batch

tpitale commented 10 years ago

I'll take a look