Commit Graph

982 Commits

Author SHA1 Message Date
Steve Bazyl 8456aa1d1e Update readme to describe raw json support 2017-04-03 11:20:00 -07:00
Steve Bazyl 4682267161 Move timeouts from request to clientoptions, update migration/changelog 2017-04-03 11:10:54 -07:00
Steve Bazyl 97ff7f4d9a #475, #488 -- allow raw JSON if explicitly requested, fix empty body handling & test cleanup 2017-03-31 15:26:51 -07:00
Steve Bazyl 489378db58 Ensure content length when empty body, hook up httpclient to logger when debugging 2017-03-31 14:59:07 -07:00
Steve Bazyl aed2936248 Add test for #509 - setting proxy url as string 2017-03-31 13:12:59 -07:00
Steve Bazyl c9e0d52d96 Merge branch 'master' into v0.10 2017-03-31 13:04:01 -07:00
Steve Bazyl 233ee09abc Merge branch 'master' of https://github.com/google/google-api-ruby-client 2017-03-31 13:02:21 -07:00
Steve Bazyl a72bbb9378 Update CHANGELOG.md 2017-03-31 13:00:27 -07:00
Steve Bazyl 628bef8e3a Release 0.10.3 2017-03-31 12:56:52 -07:00
Steve Bazyl 7154133624 Merge branch 'master' of https://github.com/google/google-api-ruby-client 2017-03-31 12:55:52 -07:00
Steve Bazyl 70236aca40 Regen APIs & bump version 2017-03-31 12:53:27 -07:00
Steve Bazyl 51b41edb1c #474 - Clarify that base64 properties are automatically encoded/decoded. 2017-03-31 12:27:30 -07:00
Steve Bazyl bdc903776d Fix inflection for teamdrives, better logging for conflicting names 2017-03-31 11:22:28 -07:00
Steve Bazyl cc80d64a75 Update generator to output conflicting paths when duplicate name generated 2017-03-30 15:32:02 -07:00
Steve Bazyl 78017a9f39 Enable more APIs & regen 2017-03-30 15:30:51 -07:00
Steve Bazyl ae3eb86208 Delete sync.rb 2017-03-30 13:00:15 -07:00
Steve Bazyl 9efb39e7b8 Clarify versions in readme & migrating guides 2017-03-30 12:39:09 -07:00
Steve Bazyl 5447ddb7c0 Don't normalize unicode in templates (fixed #557 + GCS issues) 2017-03-30 12:33:49 -07:00
Steve Bazyl 75fea23df2 Merge pull request #511 from kohei12/20170101/fix_typo_of_api_names_yaml
Fix typo of api names yaml
2017-03-30 12:32:46 -07:00
Steve Bazyl abf6ab58d9 Merge pull request #534 from thomasdarde/patch-2
Update Migrating guide
2017-03-30 12:29:43 -07:00
Steve Bazyl 6bdb7c1c9d Merge pull request #536 from thomasdarde/a
Add a new impersonate sample
2017-03-30 12:29:12 -07:00
Steve Bazyl 7085627ab1 Merge pull request #547 from ts-3156/add_adsense_samples
Add samples of adsense
2017-03-30 12:28:27 -07:00
Steve Bazyl 11f6d8ddf5 Merge pull request #541 from google/saicheems-patch-1
Update MIGRATING.md
2017-03-30 11:49:54 -07:00
Steve Bazyl 1a191f26f4 Merge pull request #553 from dm77/patch-2
Fix urlshortner typo in MIGRATION.md
2017-03-30 11:48:28 -07:00
Steve Bazyl 2ea3004be0 Merge pull request #559 from ts-3156/add_realtime_analytics_samples
add realtime analytics sample
2017-03-30 11:47:12 -07:00
Steve Bazyl c4d0ed5d3c Merge branch 'master' into v0.10 2017-03-29 16:25:34 -07:00
Steve Bazyl 5467a8d280 Merge branch 'master' of https://github.com/google/google-api-ruby-client 2017-03-29 16:00:40 -07:00
Ernest Landrito 4c585f30b5 Merge pull request #507 from marcferna/master
Added Vision API CLI sample.
2017-03-27 16:43:25 -07:00
Thomas Coffee 4dcd4acfb2 Release 0.10.2 2017-03-27 15:18:00 -07:00
Thomas Coffee 123d118d78 Regen APIs 2017-03-27 15:14:47 -07:00
Shinohara Teruki 123c69efbe add realtime analytics sample 2017-03-26 20:33:18 +09:00
Shinohara Teruki 5c5bc0ba7e add samples of adsense 2017-03-26 19:30:05 +09:00
Dushyanth Maguluru 85c1892c12 Fix urlshortner typo in MIGRATION.md 2017-03-20 14:46:26 -06:00
Thomas Coffee cf8ca47083 Release 0.10.1 2017-03-10 13:13:39 -08:00
Thomas Coffee 899864d0fe Regen APIs and add cloudkms:v1 2017-03-10 13:11:09 -08:00
Thomas Coffee cf38f15a08 Merge pull request #545 from bobintornado/Update-README.md
Update README.md
2017-02-22 15:45:30 -08:00
Bob Cao 95944cf1ff Update README.md 2017-02-20 13:16:50 +08:00
Thomas Coffee c7794d1826 Merge pull request #543 from tcoffee-google/master
Fix typo in generate command line
2017-02-14 22:56:53 -08:00
Thomas Coffee 361b08bffd Fix typo in generate command line 2017-02-14 10:43:08 -08:00
Sai Cheemalapati e96ebabd42 Update MIGRATING.md 2017-02-13 15:44:34 -08:00
Sai Cheemalapati c02e9927d4 Release 0.10.0 2017-02-13 15:34:57 -08:00
Sai Cheemalapati df02d3b6f9 Update CHANGELOG.md 2017-02-13 15:34:34 -08:00
Sai Cheemalapati 4447d65a96 Regen APIs and bump version (#540) 2017-02-13 15:28:52 -08:00
Sai Cheemalapati 4f143ae551 Bump `representable` dependency to 3.0 (#532)
Also fixes a breaking change introduced between `representable` 2.3 and
3.0. Specifically, `:skip_undefined` is now be passed via the
`:user_options` option.
2017-02-13 12:24:14 -08:00
Hamada Takayuki 2ea7f12106 Ensure uploads by the YouTube sample are unlisted (#539) 2017-02-13 12:11:15 -08:00
Thomas Darde 172e04b272 Add a new impersonate sample 2017-02-12 15:13:45 +01:00
Thomas Darde 1ad141162c Update MIGRATING.md 2017-02-12 15:02:53 +01:00
Thomas Coffee 27f13663bf Merge pull request #528 from tcoffee-google/master
Allow abnormal page token cases for paging methods
2017-02-10 15:29:37 -08:00
Thomas Darde d9d7597e7d Update Migrating guide
Migrating from 0.8 to 0.9 has been an extremely painful process, I will also add a full sample for using Google::Auth::ServiceAccountCredentials
2017-02-10 15:35:49 +01:00
apurvis 90d90d00b2 Allow retriable 3.0 (#514) 2017-02-08 13:26:57 -08:00