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

Unified Diff: discovery/googleapis/books__v1.json

Issue 798373003: Api roll 8: 2014-12-15 (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/bigquery__v2.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 b35df9906dce6b0b509a16ccbcb52e32f4ffb107..5d6c1c787c9730a0f24f8f450199cf71e0c588d7 100644
--- a/discovery/googleapis/books__v1.json
+++ b/discovery/googleapis/books__v1.json
@@ -14,7 +14,7 @@
"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": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/dPbUdi5gPnAdRztFfCAhfKJ-jSQ\"",
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/YgyXWJOaz5Ed1XjmHrSKw1DsJks\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/ebooks-16.png",
"x32": "https://www.google.com/images/icons/product/ebooks-32.png"
@@ -719,6 +719,18 @@
},
"myconfig": {
"methods": {
+ "getUserSettings": {
+ "description": "Gets the current settings for the user.",
+ "httpMethod": "GET",
+ "id": "books.myconfig.getUserSettings",
+ "path": "myconfig/getUserSettings",
+ "response": {
+ "$ref": "Usersettings"
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/books"
+ ]
+ },
"releaseDownloadAccess": {
"description": "Release downloaded content access restriction.",
"httpMethod": "POST",
@@ -888,6 +900,21 @@
"scopes": [
"https://www.googleapis.com/auth/books"
]
+ },
+ "updateUserSettings": {
+ "description": "Sets the settings for the user. Unspecified sub-objects will retain the existing value.",
+ "httpMethod": "POST",
+ "id": "books.myconfig.updateUserSettings",
+ "path": "myconfig/updateUserSettings",
+ "request": {
+ "$ref": "Usersettings"
+ },
+ "response": {
+ "$ref": "Usersettings"
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/books"
+ ]
}
}
},
@@ -1483,6 +1510,65 @@
}
}
},
+ "onboarding": {
+ "methods": {
+ "listCategories": {
+ "description": "List categories for onboarding experience.",
+ "httpMethod": "GET",
+ "id": "books.onboarding.listCategories",
+ "parameters": {
+ "locale": {
+ "description": "ISO-639-1 language and ISO-3166-1 country code. Default is en-US if unset.",
+ "location": "query",
+ "type": "string"
+ }
+ },
+ "path": "onboarding/listCategories",
+ "response": {
+ "$ref": "Category"
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/books"
+ ]
+ },
+ "listCategoryVolumes": {
+ "description": "List available volumes under categories for onboarding experience.",
+ "httpMethod": "GET",
+ "id": "books.onboarding.listCategoryVolumes",
+ "parameters": {
+ "categoryId": {
+ "description": "List of category ids requested.",
+ "location": "query",
+ "repeated": true,
+ "type": "string"
+ },
+ "locale": {
+ "description": "ISO-639-1 language and ISO-3166-1 country code. Default is en-US if unset.",
+ "location": "query",
+ "type": "string"
+ },
+ "pageSize": {
+ "description": "Number of maximum results per page to be included in the response.",
+ "format": "uint32",
+ "location": "query",
+ "type": "integer"
+ },
+ "pageToken": {
+ "description": "The value of the nextToken from the previous page.",
+ "location": "query",
+ "type": "string"
+ }
+ },
+ "path": "onboarding/listCategoryVolumes",
+ "response": {
+ "$ref": "Volume2"
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/books"
+ ]
+ }
+ }
+ },
"promooffer": {
"methods": {
"accept": {
@@ -2101,7 +2187,7 @@
}
}
},
- "revision": "20141112",
+ "revision": "20141113",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Annotation": {
@@ -2496,6 +2582,35 @@
},
"type": "object"
},
+ "Category": {
+ "id": "Category",
+ "properties": {
+ "items": {
+ "description": "A list of onboarding categories.",
+ "items": {
+ "properties": {
+ "badgeUrl": {
+ "type": "string"
+ },
+ "categoryId": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "kind": {
+ "default": "onboarding#category",
+ "description": "Resource type.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"ConcurrentAccessRestriction": {
"id": "ConcurrentAccessRestriction",
"properties": {
@@ -3242,6 +3357,29 @@
},
"type": "object"
},
+ "Usersettings": {
+ "id": "Usersettings",
+ "properties": {
+ "kind": {
+ "default": "books#usersettings",
+ "description": "Resource type.",
+ "type": "string"
+ },
+ "notesExport": {
+ "description": "User settings in sub-objects, each for different purposes.",
+ "properties": {
+ "folderName": {
+ "type": "string"
+ },
+ "isEnabled": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
"Volume": {
"id": "Volume",
"properties": {
@@ -3747,6 +3885,27 @@
},
"type": "object"
},
+ "Volume2": {
+ "id": "Volume2",
+ "properties": {
+ "items": {
+ "description": "A list of volumes.",
+ "items": {
+ "$ref": "Volume"
+ },
+ "type": "array"
+ },
+ "kind": {
+ "default": "onboarding#volume",
+ "description": "Resource type.",
+ "type": "string"
+ },
+ "nextPageToken": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"Volumeannotation": {
"id": "Volumeannotation",
"properties": {
« no previous file with comments | « discovery/googleapis/bigquery__v2.json ('k') | discovery/googleapis/calendar__v3.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698