feat(deps): update-json using discovery API

Instead of depending on the google go client API repository, I now
use the original data source, namely the discovery API.

fixes #5
This commit is contained in:
Sebastian Thiel
2015-03-13 17:06:36 +01:00
parent c8061ebe2f
commit c0a2476058
85 changed files with 6937 additions and 1097 deletions

View File

@@ -1,11 +1,11 @@
{
"kind": "discovery#restDescription",
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/9Yyv0tXok5k5vzXMjMvbTiT4GAM\"",
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/UzMNh5xMx8lADLzI_D2d23o2e3I\"",
"discoveryVersion": "v1",
"id": "oauth2:v1",
"name": "oauth2",
"version": "v1",
"revision": "20150120",
"revision": "20150227",
"title": "Google OAuth2 API",
"description": "Lets you access OAuth2 protocol related APIs.",
"ownerDomain": "google.com",
@@ -194,7 +194,7 @@
},
"id": {
"type": "string",
"description": "The focus obfuscated gaia id of the user."
"description": "The obfuscated ID of the user."
},
"link": {
"type": "string",

View File

@@ -1,11 +1,11 @@
{
"kind": "discovery#restDescription",
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/x7FThRC1OZmHwbkYbDOWKsWuUA8\"",
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/k4wrBVcVU21kpS62H1uJI58FLS0\"",
"discoveryVersion": "v1",
"id": "oauth2:v2",
"name": "oauth2",
"version": "v2",
"revision": "20150120",
"revision": "20150227",
"title": "Google OAuth2 API",
"description": "Lets you access OAuth2 protocol related APIs.",
"ownerDomain": "google.com",
@@ -185,7 +185,7 @@
},
"id": {
"type": "string",
"description": "The focus obfuscated gaia id of the user."
"description": "The obfuscated ID of the user."
},
"link": {
"type": "string",