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

Unified Diff: discovery/googleapis/books__v1.json

Issue 770773002: Api roll 7: 2014-12-01 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis/blogger__v3.json ('k') | discovery/googleapis/calendar__v3.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/books__v1.json
diff --git a/discovery/googleapis/books__v1.json b/discovery/googleapis/books__v1.json
index 466f7a06b599bb02b0a2bc51642116bc71ecb996..b35df9906dce6b0b509a16ccbcb52e32f4ffb107 100644
--- a/discovery/googleapis/books__v1.json
+++ b/discovery/googleapis/books__v1.json
@@ -14,10 +14,10 @@
"description": "Lets you search for books and manage your Google Books library.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/books/docs/v1/getting_started",
- "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/XYINYydMW1yxY9sZ7pYYpIG24qI\"",
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/dPbUdi5gPnAdRztFfCAhfKJ-jSQ\"",
"icons": {
- "x16": "http://www.google.com/images/icons/product/ebooks-16.png",
- "x32": "http://www.google.com/images/icons/product/ebooks-32.png"
+ "x16": "https://www.google.com/images/icons/product/ebooks-16.png",
+ "x32": "https://www.google.com/images/icons/product/ebooks-32.png"
},
"id": "books:v1",
"kind": "discovery#restDescription",
@@ -270,6 +270,33 @@
}
}
},
+ "dictionary": {
+ "methods": {
+ "listOfflineMetadata": {
+ "description": "Returns a list of offline dictionary meatadata available",
+ "httpMethod": "GET",
+ "id": "books.dictionary.listOfflineMetadata",
+ "parameterOrder": [
+ "cpksver"
+ ],
+ "parameters": {
+ "cpksver": {
+ "description": "The device/version ID from which to request the data.",
+ "location": "query",
+ "required": true,
+ "type": "string"
+ }
+ },
+ "path": "dictionary/listOfflineMetadata",
+ "response": {
+ "$ref": "Metadata"
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/books"
+ ]
+ }
+ }
+ },
"layers": {
"methods": {
"get": {
@@ -926,6 +953,11 @@
"httpMethod": "POST",
"id": "books.mylibrary.annotations.insert",
"parameters": {
+ "country": {
+ "description": "ISO-3166-1 code to override the IP-based location.",
+ "location": "query",
+ "type": "string"
+ },
"showOnlySummaryInResponse": {
"description": "Requests that only the summary of the specified layer be provided in the response.",
"location": "query",
@@ -2069,7 +2101,7 @@
}
}
},
- "revision": "20140507",
+ "revision": "20141112",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Annotation": {
@@ -2999,6 +3031,43 @@
},
"type": "object"
},
+ "Metadata": {
+ "id": "Metadata",
+ "properties": {
+ "items": {
+ "description": "A list of offline dictionary metadata.",
+ "items": {
+ "properties": {
+ "download_url": {
+ "type": "string"
+ },
+ "encrypted_key": {
+ "type": "string"
+ },
+ "language": {
+ "type": "string"
+ },
+ "size": {
+ "format": "int64",
+ "type": "string"
+ },
+ "version": {
+ "format": "int64",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "kind": {
+ "default": "dictionary#metadata",
+ "description": "Resource type.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"Offers": {
"id": "Offers",
"properties": {
« no previous file with comments | « discovery/googleapis/blogger__v3.json ('k') | discovery/googleapis/calendar__v3.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698