mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
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:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user