Hacking Ruby SDK » History » Version 2
Peter Amstutz, 07/31/2014 01:49 PM
1 | 1 | Peter Amstutz | h1. Hacking Ruby SDK |
---|---|---|---|
2 | |||
3 | 2 | Peter Amstutz | When calling client.execute() on the Google API client, be careful to use @:body_object@ (which serializes the the provided hash to JSON) instead of @:body@ (which is the raw text.) |