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": "20160809", | 126 "revision": "20160928", |
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 }, |
137 "originalUrl": { | 137 "originalUrl": { |
138 "description": "The original non-AMP URL.", | 138 "description": "The original non-AMP URL.", |
139 "type": "string" | 139 "type": "string" |
140 }, | 140 }, |
141 "cdnAmpUrl": { | 141 "cdnAmpUrl": { |
142 "description": "The [AMP Cache URL](/amp/cache/overview#amp-
cache-url-format) pointing to the cached document in the Google AMP Cache.", | 142 "description": "The [AMP Cache URL](/amp/cache/overview#amp-
cache-url-format) pointing to\nthe cached document in the Google AMP Cache.", |
143 "type": "string" | 143 "type": "string" |
144 } | 144 } |
145 }, | 145 }, |
146 "type": "object" | 146 "type": "object" |
147 }, | 147 }, |
148 "AmpUrlError": { | 148 "AmpUrlError": { |
149 "description": "AMP URL Error resource for a requested URL that coul
dn't be found.", | 149 "description": "AMP URL Error resource for a requested URL that coul
dn't be found.", |
150 "id": "AmpUrlError", | 150 "id": "AmpUrlError", |
151 "properties": { | 151 "properties": { |
152 "originalUrl": { | 152 "originalUrl": { |
(...skipping 72 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 |