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

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

Issue 1797933002: Api-roll 33: 2016-03-14 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Added resources/*/CHANGELOG.md, addresssed comments Created 4 years, 9 months 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 | « discovery/googleapis/urlshortener__v1.json ('k') | discovery/googleapis/webmasters__v3.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": "/webfonts/v1/", 2 "basePath": "/webfonts/v1/",
3 "baseUrl": "https://www.googleapis.com/webfonts/v1/", 3 "baseUrl": "https://www.googleapis.com/webfonts/v1/",
4 "batchPath": "batch", 4 "batchPath": "batch",
5 "description": "The Google Fonts Developer API.", 5 "description": "Accesses the metadata for all families served by Google Font s, providing a list of families currently available (including available styles and a list of supported script subsets).",
6 "discoveryVersion": "v1", 6 "discoveryVersion": "v1",
7 "documentationLink": "https://developers.google.com/fonts/docs/developer_api ", 7 "documentationLink": "https://developers.google.com/fonts/docs/developer_api ",
8 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/7CX45lHrekGHtXfo8oTzp_aszgg\"", 8 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/Knx7w96lfDrwO6_VUi53vC5n2dE\"",
9 "icons": { 9 "icons": {
10 "x16": "http://www.google.com/images/icons/feature/font_api-16.png", 10 "x16": "https://www.google.com/images/icons/feature/font_api-16.png",
11 "x32": "http://www.google.com/images/icons/feature/font_api-32.gif" 11 "x32": "https://www.google.com/images/icons/feature/font_api-32.gif"
12 }, 12 },
13 "id": "webfonts:v1", 13 "id": "webfonts:v1",
14 "kind": "discovery#restDescription", 14 "kind": "discovery#restDescription",
15 "name": "webfonts", 15 "name": "webfonts",
16 "ownerDomain": "google.com", 16 "ownerDomain": "google.com",
17 "ownerName": "Google", 17 "ownerName": "Google",
18 "parameters": { 18 "parameters": {
19 "alt": { 19 "alt": {
20 "default": "json", 20 "default": "json",
21 "description": "Data format for the response.", 21 "description": "Data format for the response.",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 } 90 }
91 }, 91 },
92 "path": "webfonts", 92 "path": "webfonts",
93 "response": { 93 "response": {
94 "$ref": "WebfontList" 94 "$ref": "WebfontList"
95 } 95 }
96 } 96 }
97 } 97 }
98 } 98 }
99 }, 99 },
100 "revision": "20140210", 100 "revision": "20160302",
101 "rootUrl": "https://www.googleapis.com/", 101 "rootUrl": "https://www.googleapis.com/",
102 "schemas": { 102 "schemas": {
103 "Webfont": { 103 "Webfont": {
104 "id": "Webfont", 104 "id": "Webfont",
105 "properties": { 105 "properties": {
106 "category": { 106 "category": {
107 "description": "The category of the font.", 107 "description": "The category of the font.",
108 "type": "string" 108 "type": "string"
109 }, 109 },
110 "family": { 110 "family": {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 "type": "string" 166 "type": "string"
167 } 167 }
168 }, 168 },
169 "type": "object" 169 "type": "object"
170 } 170 }
171 }, 171 },
172 "servicePath": "webfonts/v1/", 172 "servicePath": "webfonts/v1/",
173 "title": "Google Fonts Developer API", 173 "title": "Google Fonts Developer API",
174 "version": "v1" 174 "version": "v1"
175 } 175 }
OLDNEW
« no previous file with comments | « discovery/googleapis/urlshortener__v1.json ('k') | discovery/googleapis/webmasters__v3.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698