Project

General

Profile

Hacking Ruby SDK » History » Version 1

Peter Amstutz, 07/31/2014 01:48 PM

1 1 Peter Amstutz
h1. Hacking Ruby SDK
2
3
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.)