google-api-go-client: Update all APIs

Change-Id: Ic06f522c9d53d26fe4a2b3af2f3b9585d97f66dd
Reviewed-on: https://code-review.googlesource.com/2991
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
44 files changed
tree: c2d067c1ae7d5bb2b2f889272b1b6b07c24130da
  1. adexchangebuyer/
  2. adexchangeseller/
  3. admin/
  4. adsense/
  5. adsensehost/
  6. analytics/
  7. androidenterprise/
  8. androidpublisher/
  9. appsactivity/
  10. appstate/
  11. audit/
  12. autoscaler/
  13. bigquery/
  14. blogger/
  15. books/
  16. calendar/
  17. civicinfo/
  18. classroom/
  19. cloudlatencytest/
  20. cloudmonitoring/
  21. cloudresourcemanager/
  22. cloudsearch/
  23. clouduseraccounts/
  24. compute/
  25. computeaccounts/
  26. container/
  27. content/
  28. coordinate/
  29. customsearch/
  30. dataflow/
  31. datastore/
  32. deploymentmanager/
  33. dfareporting/
  34. discovery/
  35. dns/
  36. doubleclickbidmanager/
  37. doubleclicksearch/
  38. drive/
  39. examples/
  40. fitness/
  41. freebase/
  42. fusiontables/
  43. games/
  44. gamesconfiguration/
  45. gamesmanagement/
  46. gan/
  47. genomics/
  48. gmail/
  49. google-api-go-generator/
  50. googleapi/
  51. groupsmigration/
  52. groupssettings/
  53. identitytoolkit/
  54. lib/
  55. licensing/
  56. logging/
  57. manager/
  58. mapsengine/
  59. mirror/
  60. oauth2/
  61. pagespeedonline/
  62. playmoviespartner/
  63. plus/
  64. plusdomains/
  65. prediction/
  66. pubsub/
  67. qpxexpress/
  68. replicapool/
  69. replicapoolupdater/
  70. reseller/
  71. resourceviews/
  72. siteverification/
  73. spectrum/
  74. sqladmin/
  75. storage/
  76. tagmanager/
  77. taskqueue/
  78. tasks/
  79. translate/
  80. urlshortener/
  81. webfonts/
  82. webmasters/
  83. youtube/
  84. youtubeanalytics/
  85. .hgignore
  86. .hgtags
  87. .travis.yml
  88. api-list.json
  89. AUTHORS
  90. CONTRIBUTING.md
  91. CONTRIBUTORS
  92. GettingStarted.md
  93. LICENSE
  94. Makefile
  95. NOTES
  96. README.md
  97. TODO
README.md

Google APIs Client Library for Go

Status

Build Status

These are auto-generated Go libraries from the Google Discovery Service's JSON description files of the available “new style” Google APIs.

Announcement email: http://groups.google.com/group/golang-nuts/browse_thread/thread/6c7281450be9a21e

Getting started documentation:

https://github.com/google/google-api-go-client/blob/master/GettingStarted.md

In summary:

$ go get google.golang.org/api/storage/v1
$ go get google.golang.org/api/tasks/v1
$ go get google.golang.org/api/moderator/v1
... etc ...

For docs, see e.g.:

https://godoc.org/google.golang.org/api/storage/v1

The package of a given import is the second-to-last component, before the version number.

For examples, see:

https://github.com/google/google-api-go-client/tree/master/examples

For support, use the golang-nuts@ mailing list:

https://groups.google.com/group/golang-nuts