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

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

Issue 2485703002: Api-roll 42: 2016-11-08 (Closed)
Patch Set: Created 4 years, 1 month 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
OLDNEW
1 { 1 {
2 "basePath": "/pagespeedonline/v2/", 2 "basePath": "/pagespeedonline/v2/",
3 "baseUrl": "https://www.googleapis.com/pagespeedonline/v2/", 3 "baseUrl": "https://www.googleapis.com/pagespeedonline/v2/",
4 "batchPath": "batch", 4 "batchPath": "batch",
5 "description": "Analyzes the performance of a web page and provides tailored suggestions to make that page faster.", 5 "description": "Analyzes the performance of a web page and provides tailored suggestions to make that page faster.",
6 "discoveryVersion": "v1", 6 "discoveryVersion": "v1",
7 "documentationLink": "https://developers.google.com/speed/docs/insights/v2/g etting-started", 7 "documentationLink": "https://developers.google.com/speed/docs/insights/v2/g etting-started",
8 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/r_eKVylBnS37WomzWJoiuxBk3nM\"", 8 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/20dlVNFL15Qj7rIBmQ5X2PakZ1U\"",
9 "icons": { 9 "icons": {
10 "x16": "https://www.google.com/images/icons/product/pagespeed-16.png", 10 "x16": "https://www.google.com/images/icons/product/pagespeed-16.png",
11 "x32": "https://www.google.com/images/icons/product/pagespeed-32.png" 11 "x32": "https://www.google.com/images/icons/product/pagespeed-32.png"
12 }, 12 },
13 "id": "pagespeedonline:v2", 13 "id": "pagespeedonline:v2",
14 "kind": "discovery#restDescription", 14 "kind": "discovery#restDescription",
15 "name": "pagespeedonline", 15 "name": "pagespeedonline",
16 "ownerDomain": "google.com", 16 "ownerDomain": "google.com",
17 "ownerName": "Google", 17 "ownerName": "Google",
18 "parameters": { 18 "parameters": {
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "enumDescriptions": [ 106 "enumDescriptions": [
107 "Fetch and analyze the URL for desktop browsers" , 107 "Fetch and analyze the URL for desktop browsers" ,
108 "Fetch and analyze the URL for mobile devices" 108 "Fetch and analyze the URL for mobile devices"
109 ], 109 ],
110 "location": "query", 110 "location": "query",
111 "type": "string" 111 "type": "string"
112 }, 112 },
113 "url": { 113 "url": {
114 "description": "The URL to fetch and analyze", 114 "description": "The URL to fetch and analyze",
115 "location": "query", 115 "location": "query",
116 "pattern": "http(s)?://.*", 116 "pattern": "(?i)http(s)?://.*",
117 "required": true, 117 "required": true,
118 "type": "string" 118 "type": "string"
119 } 119 }
120 }, 120 },
121 "path": "runPagespeed", 121 "path": "runPagespeed",
122 "response": { 122 "response": {
123 "$ref": "Result" 123 "$ref": "Result"
124 } 124 }
125 } 125 }
126 } 126 }
127 } 127 }
128 }, 128 },
129 "revision": "20160811", 129 "revision": "20161101",
130 "rootUrl": "https://www.googleapis.com/", 130 "rootUrl": "https://www.googleapis.com/",
131 "schemas": { 131 "schemas": {
132 "PagespeedApiFormatStringV2": { 132 "PagespeedApiFormatStringV2": {
133 "id": "PagespeedApiFormatStringV2", 133 "id": "PagespeedApiFormatStringV2",
134 "properties": { 134 "properties": {
135 "args": { 135 "args": {
136 "description": "List of arguments for the format string.", 136 "description": "List of arguments for the format string.",
137 "items": { 137 "items": {
138 "properties": { 138 "properties": {
139 "key": { 139 "key": {
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 "type": "object" 481 "type": "object"
482 } 482 }
483 }, 483 },
484 "type": "object" 484 "type": "object"
485 } 485 }
486 }, 486 },
487 "servicePath": "pagespeedonline/v2/", 487 "servicePath": "pagespeedonline/v2/",
488 "title": "PageSpeed Insights API", 488 "title": "PageSpeed Insights API",
489 "version": "v2" 489 "version": "v2"
490 } 490 }
OLDNEW
« no previous file with comments | « discovery/googleapis/pagespeedonline__v1.json ('k') | discovery/googleapis/plusDomains__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698