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

Side by Side Diff: discovery/googleapis/translate__v2.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/tasks__v1.json ('k') | discovery/googleapis/urlshortener__v1.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": "/language/translate/", 2 "basePath": "/language/translate/",
3 "baseUrl": "https://www.googleapis.com/language/translate/", 3 "baseUrl": "https://www.googleapis.com/language/translate/",
4 "batchPath": "batch", 4 "batchPath": "batch",
5 "description": "Lets you translate text from one language to another", 5 "description": "Lets you translate text from one language to another",
6 "discoveryVersion": "v1", 6 "discoveryVersion": "v1",
7 "documentationLink": "https://developers.google.com/translate/v2/using_rest" , 7 "documentationLink": "https://developers.google.com/translate/v2/using_rest" ,
8 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/Y41IPHxKqibvoyf5Er8zc-4DHtg\"", 8 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/5diaINFMRdfdVpea1Q3SR6qOOW4\"",
9 "features": [ 9 "features": [
10 "dataWrapper" 10 "dataWrapper"
11 ], 11 ],
12 "icons": { 12 "icons": {
13 "x16": "https://www.google.com/images/icons/product/translate-16.png", 13 "x16": "https://www.google.com/images/icons/product/translate-16.png",
14 "x32": "https://www.google.com/images/icons/product/translate-32.png" 14 "x32": "https://www.google.com/images/icons/product/translate-32.png"
15 }, 15 },
16 "id": "translate:v2", 16 "id": "translate:v2",
17 "kind": "discovery#restDescription", 17 "kind": "discovery#restDescription",
18 "name": "translate", 18 "name": "translate",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 } 160 }
161 }, 161 },
162 "path": "v2", 162 "path": "v2",
163 "response": { 163 "response": {
164 "$ref": "TranslationsListResponse" 164 "$ref": "TranslationsListResponse"
165 } 165 }
166 } 166 }
167 } 167 }
168 } 168 }
169 }, 169 },
170 "revision": "20141123", 170 "revision": "20160217",
171 "rootUrl": "https://www.googleapis.com/", 171 "rootUrl": "https://www.googleapis.com/",
172 "schemas": { 172 "schemas": {
173 "DetectionsListResponse": { 173 "DetectionsListResponse": {
174 "id": "DetectionsListResponse", 174 "id": "DetectionsListResponse",
175 "properties": { 175 "properties": {
176 "detections": { 176 "detections": {
177 "description": "A detections contains detection results of s everal text", 177 "description": "A detections contains detection results of s everal text",
178 "items": { 178 "items": {
179 "$ref": "DetectionsResource" 179 "$ref": "DetectionsResource"
180 }, 180 },
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "type": "string" 258 "type": "string"
259 } 259 }
260 }, 260 },
261 "type": "object" 261 "type": "object"
262 } 262 }
263 }, 263 },
264 "servicePath": "language/translate/", 264 "servicePath": "language/translate/",
265 "title": "Translate API", 265 "title": "Translate API",
266 "version": "v2" 266 "version": "v2"
267 } 267 }
OLDNEW
« no previous file with comments | « discovery/googleapis/tasks__v1.json ('k') | discovery/googleapis/urlshortener__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698