Commit Graph

9 Commits

Author SHA1 Message Date
Steve Bazyl 47a02e897e #363 - Add convenience methods for json parsing/formatting to generated objects 2016-02-25 14:37:00 -08:00
James Healy 4b9a63c086 replace multi_json dependency with regular stdlib JSON
JSON has been part of the ruby stdlib since 1.9.0 (see
https://github.com/ruby/ruby/commit/af1c4167), and the latest version of
google-api-client requires ruby 2.0 or better so we can assume it's available
2016-02-25 13:27:33 +11:00
Steve Bazyl ed31a3bb64 Update class template to allow nil attributes values 2016-01-28 16:38:07 -08:00
Steve Bazyl 2533098484 Add option to force passing alt=json for some APIs that return xml by default 2016-01-14 10:48:40 -08:00
Steve Bazyl e399d04d33 Tweak method name generation 2015-12-02 17:09:44 -08:00
Steven Bazyl 9c40b96d85 Avoid overwritting parameters with local vars in method template 2015-08-13 12:08:28 -07:00
Steven Bazyl c9da9f38d1 Make required query parameters required. 2015-07-30 17:05:05 -07:00
Steven Bazyl a1722c00e7 Move scope @private tag to Representation so data classes are documented 2015-06-25 16:10:21 -07:00
Steven Bazyl f584a2cec8 Import refactored library. See MIGRATING.MD for details 2015-06-23 15:15:14 -07:00