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

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

Issue 1078053002: Roll of googleapis as of 4/7/2015. (Closed) Base URL: https://github.com/dart-lang/googleapis.git@master
Patch Set: Created 5 years, 8 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/drive__v2.json ('k') | discovery/googleapis/fusiontables__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": "/freebase/v1/", 2 "basePath": "/freebase/v1/",
3 "baseUrl": "https://www.googleapis.com/freebase/v1/", 3 "baseUrl": "https://www.googleapis.com/freebase/v1/",
4 "batchPath": "batch", 4 "batchPath": "batch",
5 "description": "Find Freebase entities using textual queries and other const raints.", 5 "description": "Find Freebase entities using textual queries and other const raints.",
6 "discoveryVersion": "v1", 6 "discoveryVersion": "v1",
7 "documentationLink": "https://developers.google.com/freebase/", 7 "documentationLink": "https://developers.google.com/freebase/",
8 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/b42JL4j5Mj0i9yGv-ODgLLktQPQ\"", 8 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/tv8vDjrZWf-puRKfT3bKfsGPp8o\"",
9 "icons": { 9 "icons": {
10 "x16": "https://www.google.com/images/icons/product/freebase-16.png", 10 "x16": "https://www.google.com/images/icons/product/freebase-16.png",
11 "x32": "https://www.google.com/images/icons/product/freebase-32.png" 11 "x32": "https://www.google.com/images/icons/product/freebase-32.png"
12 }, 12 },
13 "id": "freebase:v1", 13 "id": "freebase:v1",
14 "kind": "discovery#restDescription", 14 "kind": "discovery#restDescription",
15 "methods": { 15 "methods": {
16 "reconcile": { 16 "reconcile": {
17 "description": "Reconcile entities to Freebase open data.", 17 "description": "Reconcile entities to Freebase open data.",
18 "httpMethod": "GET", 18 "httpMethod": "GET",
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 "location": "query", 304 "location": "query",
305 "type": "string" 305 "type": "string"
306 }, 306 },
307 "userIp": { 307 "userIp": {
308 "description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits.", 308 "description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits.",
309 "location": "query", 309 "location": "query",
310 "type": "string" 310 "type": "string"
311 } 311 }
312 }, 312 },
313 "protocol": "rest", 313 "protocol": "rest",
314 "revision": "20141210", 314 "revision": "20150330",
315 "rootUrl": "https://www.googleapis.com/", 315 "rootUrl": "https://www.googleapis.com/",
316 "schemas": { 316 "schemas": {
317 "ReconcileCandidate": { 317 "ReconcileCandidate": {
318 "id": "ReconcileCandidate", 318 "id": "ReconcileCandidate",
319 "properties": { 319 "properties": {
320 "confidence": { 320 "confidence": {
321 "description": "Percentage likelihood that this candidate is the unique matching entity. Value will be between 0.0 and 1.0", 321 "description": "Percentage likelihood that this candidate is the unique matching entity. Value will be between 0.0 and 1.0",
322 "format": "float", 322 "format": "float",
323 "type": "number" 323 "type": "number"
324 }, 324 },
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 "type": "array" 403 "type": "array"
404 } 404 }
405 }, 405 },
406 "type": "object" 406 "type": "object"
407 } 407 }
408 }, 408 },
409 "servicePath": "freebase/v1/", 409 "servicePath": "freebase/v1/",
410 "title": "Freebase Search", 410 "title": "Freebase Search",
411 "version": "v1" 411 "version": "v1"
412 } 412 }
OLDNEW
« no previous file with comments | « discovery/googleapis/drive__v2.json ('k') | discovery/googleapis/fusiontables__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698