google-api-go-client: enable user to add custom User-Agent

Change-Id: Ic76f44a744bc70100ee118ee3db76b8386530925
Reviewed-on: https://code-review.googlesource.com/2060
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
154 files changed
tree: 4c76371d6c7a1334d15557bfbe02010ac99a5ac6
  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. cloudlatencytest/
  19. cloudmonitoring/
  20. compute/
  21. container/
  22. content/
  23. coordinate/
  24. customsearch/
  25. dataflow/
  26. datastore/
  27. deploymentmanager/
  28. dfareporting/
  29. discovery/
  30. dns/
  31. doubleclickbidmanager/
  32. doubleclicksearch/
  33. drive/
  34. examples/
  35. fitness/
  36. freebase/
  37. games/
  38. gamesconfiguration/
  39. gamesmanagement/
  40. gan/
  41. genomics/
  42. gmail/
  43. google-api-go-generator/
  44. googleapi/
  45. groupsmigration/
  46. groupssettings/
  47. identitytoolkit/
  48. lib/
  49. licensing/
  50. manager/
  51. mapsengine/
  52. mirror/
  53. oauth2/
  54. pagespeedonline/
  55. plus/
  56. plusdomains/
  57. prediction/
  58. pubsub/
  59. qpxexpress/
  60. replicapool/
  61. replicapoolupdater/
  62. reseller/
  63. resourceviews/
  64. siteverification/
  65. spectrum/
  66. sqladmin/
  67. storage/
  68. tagmanager/
  69. taskqueue/
  70. tasks/
  71. translate/
  72. urlshortener/
  73. webfonts/
  74. webmasters/
  75. youtube/
  76. youtubeanalytics/
  77. .hgignore
  78. .hgtags
  79. .travis.yml
  80. AUTHORS
  81. build-examples.sh
  82. CONTRIBUTING.md
  83. CONTRIBUTORS
  84. LICENSE
  85. Makefile
  86. NOTES
  87. README.md
  88. 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:

http://code.google.com/p/google-api-go-client/wiki/GettingStarted

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