OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/urlshortener": { | 5 "https://www.googleapis.com/auth/urlshortener": { |
6 "description": "Manage your goo.gl short URLs" | 6 "description": "Manage your goo.gl short URLs" |
7 } | 7 } |
8 } | 8 } |
9 } | 9 } |
10 }, | 10 }, |
11 "basePath": "/urlshortener/v1/", | 11 "basePath": "/urlshortener/v1/", |
12 "baseUrl": "https://www.googleapis.com/urlshortener/v1/", | 12 "baseUrl": "https://www.googleapis.com/urlshortener/v1/", |
13 "batchPath": "batch", | 13 "batchPath": "batch/urlshortener/v1", |
14 "description": "Lets you create, inspect, and manage goo.gl short URLs", | 14 "description": "Lets you create, inspect, and manage goo.gl short URLs", |
15 "discoveryVersion": "v1", | 15 "discoveryVersion": "v1", |
16 "documentationLink": "https://developers.google.com/url-shortener/v1/getting
_started", | 16 "documentationLink": "https://developers.google.com/url-shortener/v1/getting
_started", |
17 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/OETTXb_C37OrYG6Z2ykB_lpjNQE\"", | 17 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/OETTXb_C37OrYG6Z2ykB_lpjNQE\"", |
18 "icons": { | 18 "icons": { |
19 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", | 19 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", |
20 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" | 20 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" |
21 }, | 21 }, |
22 "id": "urlshortener:v1", | 22 "id": "urlshortener:v1", |
23 "kind": "discovery#restDescription", | 23 "kind": "discovery#restDescription", |
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
310 "type": "integer" | 310 "type": "integer" |
311 } | 311 } |
312 }, | 312 }, |
313 "type": "object" | 313 "type": "object" |
314 } | 314 } |
315 }, | 315 }, |
316 "servicePath": "urlshortener/v1/", | 316 "servicePath": "urlshortener/v1/", |
317 "title": "URL Shortener API", | 317 "title": "URL Shortener API", |
318 "version": "v1" | 318 "version": "v1" |
319 } | 319 } |
OLD | NEW |