OLD | NEW |
1 { | 1 { |
2 "basePath": "", | 2 "basePath": "", |
3 "baseUrl": "https://acceleratedmobilepageurl.googleapis.com/", | 3 "baseUrl": "https://acceleratedmobilepageurl.googleapis.com/", |
4 "batchPath": "batch", | 4 "batchPath": "batch", |
5 "description": "This API contains a single method, batchGet. Call this metho
d to retrieve the AMP URL (and equivalent AMP Cache URL) for given public URL(s)
.\n", | 5 "description": "This API contains a single method, batchGet. Call this metho
d to retrieve the AMP URL (and equivalent AMP Cache URL) for given public URL(s)
.\n", |
6 "discoveryVersion": "v1", | 6 "discoveryVersion": "v1", |
7 "documentationLink": "https://developers.google.com/amp/cache/", | 7 "documentationLink": "https://developers.google.com/amp/cache/", |
8 "icons": { | 8 "icons": { |
9 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 9 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
10 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 10 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 "request": { | 116 "request": { |
117 "$ref": "BatchGetAmpUrlsRequest" | 117 "$ref": "BatchGetAmpUrlsRequest" |
118 }, | 118 }, |
119 "response": { | 119 "response": { |
120 "$ref": "BatchGetAmpUrlsResponse" | 120 "$ref": "BatchGetAmpUrlsResponse" |
121 } | 121 } |
122 } | 122 } |
123 } | 123 } |
124 } | 124 } |
125 }, | 125 }, |
126 "revision": "20160928", | 126 "revision": "20161212", |
127 "rootUrl": "https://acceleratedmobilepageurl.googleapis.com/", | 127 "rootUrl": "https://acceleratedmobilepageurl.googleapis.com/", |
128 "schemas": { | 128 "schemas": { |
129 "AmpUrl": { | 129 "AmpUrl": { |
130 "description": "AMP URL response for a requested URL.", | 130 "description": "AMP URL response for a requested URL.", |
131 "id": "AmpUrl", | 131 "id": "AmpUrl", |
132 "properties": { | 132 "properties": { |
133 "ampUrl": { | 133 "ampUrl": { |
134 "description": "The AMP URL pointing to the publisher's web
server.", | 134 "description": "The AMP URL pointing to the publisher's web
server.", |
135 "type": "string" | 135 "type": "string" |
136 }, | 136 }, |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 "type": "array" | 225 "type": "array" |
226 } | 226 } |
227 }, | 227 }, |
228 "type": "object" | 228 "type": "object" |
229 } | 229 } |
230 }, | 230 }, |
231 "servicePath": "", | 231 "servicePath": "", |
232 "title": "Accelerated Mobile Pages (AMP) URL API", | 232 "title": "Accelerated Mobile Pages (AMP) URL API", |
233 "version": "v1" | 233 "version": "v1" |
234 } | 234 } |
OLD | NEW |