google-api-go-client: Add Travis CI

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