Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(731)

Side by Side Diff: discovery/googleapis/acceleratedmobilepageurl__v1.json

Issue 2571553005: Api-roll 43: 2016-12-13 (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « config.yaml ('k') | discovery/googleapis/adexchangebuyer__v1.3.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « config.yaml ('k') | discovery/googleapis/adexchangebuyer__v1.3.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698