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", |
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": "http://code.google.com/apis/urlshortener/v1/getting_st
arted.html", | 16 "documentationLink": "https://developers.google.com/url-shortener/v1/getting
_started", |
17 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/T4bB77XUfbpGWn7xKXxC7yFKgeE\"", | 17 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/0cbm1ejxCEt_jSRBcXxhj-fnxEs\"", |
18 "icons": { | 18 "icons": { |
19 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 19 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
20 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 20 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
21 }, | 21 }, |
22 "id": "urlshortener:v1", | 22 "id": "urlshortener:v1", |
23 "kind": "discovery#restDescription", | 23 "kind": "discovery#restDescription", |
24 "name": "urlshortener", | 24 "name": "urlshortener", |
25 "ownerDomain": "google.com", | 25 "ownerDomain": "google.com", |
26 "ownerName": "Google", | 26 "ownerName": "Google", |
27 "parameters": { | 27 "parameters": { |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 "response": { | 151 "response": { |
152 "$ref": "UrlHistory" | 152 "$ref": "UrlHistory" |
153 }, | 153 }, |
154 "scopes": [ | 154 "scopes": [ |
155 "https://www.googleapis.com/auth/urlshortener" | 155 "https://www.googleapis.com/auth/urlshortener" |
156 ] | 156 ] |
157 } | 157 } |
158 } | 158 } |
159 } | 159 } |
160 }, | 160 }, |
| 161 "revision": "20141210", |
161 "rootUrl": "https://www.googleapis.com/", | 162 "rootUrl": "https://www.googleapis.com/", |
162 "schemas": { | 163 "schemas": { |
163 "AnalyticsSnapshot": { | 164 "AnalyticsSnapshot": { |
164 "id": "AnalyticsSnapshot", | 165 "id": "AnalyticsSnapshot", |
165 "properties": { | 166 "properties": { |
166 "browsers": { | 167 "browsers": { |
167 "description": "Top browsers, e.g. \"Chrome\"; sorted by (de
scending) click counts. Only present if this data is available.", | 168 "description": "Top browsers, e.g. \"Chrome\"; sorted by (de
scending) click counts. Only present if this data is available.", |
168 "items": { | 169 "items": { |
169 "$ref": "StringCount" | 170 "$ref": "StringCount" |
170 }, | 171 }, |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
306 "type": "integer" | 307 "type": "integer" |
307 } | 308 } |
308 }, | 309 }, |
309 "type": "object" | 310 "type": "object" |
310 } | 311 } |
311 }, | 312 }, |
312 "servicePath": "urlshortener/v1/", | 313 "servicePath": "urlshortener/v1/", |
313 "title": "URL Shortener API", | 314 "title": "URL Shortener API", |
314 "version": "v1" | 315 "version": "v1" |
315 } | 316 } |
OLD | NEW |