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

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

Issue 1268013003: Api-roll 21: 2015-08-04 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 years, 4 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
OLDNEW
1 { 1 {
2 "basePath": "/discovery/v1/", 2 "basePath": "/discovery/v1/",
3 "baseUrl": "https://www.googleapis.com/discovery/v1/", 3 "baseUrl": "https://www.googleapis.com/discovery/v1/",
4 "batchPath": "batch", 4 "batchPath": "batch",
5 "description": "Lets you discover information about other Google APIs, such as what APIs are available, the resource and method details for each API.", 5 "description": "Lets you discover information about other Google APIs, such as what APIs are available, the resource and method details for each API.",
6 "discoveryVersion": "v1", 6 "discoveryVersion": "v1",
7 "documentationLink": "https://developers.google.com/discovery/", 7 "documentationLink": "https://developers.google.com/discovery/",
8 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/rJ-Wlqqs_yJDjtCFAIylPtmqXPY\"", 8 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/jn2m36Cyj5Ei-KQXTI8Znl-wUic\"",
9 "icons": { 9 "icons": {
10 "x16": "http://www.google.com/images/icons/feature/filing_cabinet_search -g16.png", 10 "x16": "http://www.google.com/images/icons/feature/filing_cabinet_search -g16.png",
11 "x32": "http://www.google.com/images/icons/feature/filing_cabinet_search -g32.png" 11 "x32": "http://www.google.com/images/icons/feature/filing_cabinet_search -g32.png"
12 }, 12 },
13 "id": "discovery:v1", 13 "id": "discovery:v1",
14 "kind": "discovery#restDescription", 14 "kind": "discovery#restDescription",
15 "name": "discovery", 15 "name": "discovery",
16 "ownerDomain": "google.com", 16 "ownerDomain": "google.com",
17 "ownerName": "Google", 17 "ownerName": "Google",
18 "parameters": { 18 "parameters": {
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 }, 388 },
389 "documentationLink": { 389 "documentationLink": {
390 "description": "A link to human readable documentation for t he API.", 390 "description": "A link to human readable documentation for t he API.",
391 "type": "string" 391 "type": "string"
392 }, 392 },
393 "etag": { 393 "etag": {
394 "description": "The ETag for this response.", 394 "description": "The ETag for this response.",
395 "readOnly": true, 395 "readOnly": true,
396 "type": "string" 396 "type": "string"
397 }, 397 },
398 "exponentialBackoffDefault": {
399 "description": "Enable exponential backoff for suitable meth ods in the generated clients.",
400 "type": "boolean"
401 },
398 "features": { 402 "features": {
399 "description": "A list of supported features for this API.", 403 "description": "A list of supported features for this API.",
400 "items": { 404 "items": {
401 "type": "string" 405 "type": "string"
402 }, 406 },
403 "type": "array" 407 "type": "array"
404 }, 408 },
405 "icons": { 409 "icons": {
406 "description": "Links to 16x16 and 32x32 icons representing the API.", 410 "description": "Links to 16x16 and 32x32 icons representing the API.",
407 "properties": { 411 "properties": {
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 "type": "object" 673 "type": "object"
670 } 674 }
671 }, 675 },
672 "type": "object" 676 "type": "object"
673 } 677 }
674 }, 678 },
675 "servicePath": "discovery/v1/", 679 "servicePath": "discovery/v1/",
676 "title": "APIs Discovery Service", 680 "title": "APIs Discovery Service",
677 "version": "v1" 681 "version": "v1"
678 } 682 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698