ip2k / google-api-ruby-client

Automatically exported from code.google.com/p/google-api-ruby-client
Apache License 2.0
0 stars 0 forks source link

Is there currently any way to do batch requests? #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Google just added request batching for the Prediction API:

https://developers.google.com/prediction/docs/reference/v1.5/batch

Is it possible to do these types of requests with the ruby client?  If so a 
sample would be nice :-)

Original issue reported on code.google.com by m...@9summer.com on 31 Oct 2012 at 4:22

GoogleCodeExporter commented 9 years ago
There is an example of how to do batch with URL shortener service on the home 
page & in the readme. The same approach can be used with the prediction API.

Original comment by sba...@google.com on 3 Nov 2012 at 12:26