perkeep/third_party/google.golang.org/api
Brad Fitzpatrick 99aebc3037 third_party: update cloud logging API w/ generator updates
Update to rev be882d4ca533 of the google-api-go-client generated code.

Upstream CL is: https://code-review.googlesource.com/#/c/2461/

This lets the logging code log JSON payloads as well.

Change-Id: Iaba12126291aef3665f77dcc8e157d6166f33228
2015-05-11 12:43:29 -07:00
..
compute/v1 third_party: add oauth2/google, google.golang.org/cloud, google.golang.org/api 2015-01-22 15:10:36 -08:00
drive third_party: add google cloud logging 2015-04-20 19:08:38 +02:00
gmail/v1 third_party: add oauth2/google, google.golang.org/cloud, google.golang.org/api 2015-01-22 15:10:36 -08:00
googleapi third_party: add google cloud logging 2015-04-20 19:08:38 +02:00
logging/v1beta3 third_party: update cloud logging API w/ generator updates 2015-05-11 12:43:29 -07:00
sqladmin third_party: add oauth2/google, google.golang.org/cloud, google.golang.org/api 2015-01-22 15:10:36 -08:00
storage third_party: add google cloud logging 2015-04-20 19:08:38 +02:00
.travis.yml third_party: add oauth2/google, google.golang.org/cloud, google.golang.org/api 2015-01-22 15:10:36 -08:00
README.md third_party: add oauth2/google, google.golang.org/cloud, google.golang.org/api 2015-01-22 15:10:36 -08:00

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