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

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

Issue 2485703002: Api-roll 42: 2016-11-08 (Closed)
Patch Set: Created 4 years, 1 month 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/bigquery__v2.json ('k') | discovery/googleapis/calendar__v3.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 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/books": { 5 "https://www.googleapis.com/auth/books": {
6 "description": "Manage your books" 6 "description": "Manage your books"
7 } 7 }
8 } 8 }
9 } 9 }
10 }, 10 },
11 "basePath": "/books/v1/", 11 "basePath": "/books/v1/",
12 "baseUrl": "https://www.googleapis.com/books/v1/", 12 "baseUrl": "https://www.googleapis.com/books/v1/",
13 "batchPath": "batch", 13 "batchPath": "batch",
14 "description": "Searches for books and manages your Google Books library.", 14 "description": "Searches for books and manages your Google Books library.",
15 "discoveryVersion": "v1", 15 "discoveryVersion": "v1",
16 "documentationLink": "https://developers.google.com/books/docs/v1/getting_st arted", 16 "documentationLink": "https://developers.google.com/books/docs/v1/getting_st arted",
17 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/dTpM2VF_m4UO2vIUhr3yxAh6Tyw\"", 17 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/qBcgfnv8LaBwEppyThW1YG_JvBU\"",
18 "icons": { 18 "icons": {
19 "x16": "https://www.google.com/images/icons/product/ebooks-16.png", 19 "x16": "https://www.google.com/images/icons/product/ebooks-16.png",
20 "x32": "https://www.google.com/images/icons/product/ebooks-32.png" 20 "x32": "https://www.google.com/images/icons/product/ebooks-32.png"
21 }, 21 },
22 "id": "books:v1", 22 "id": "books:v1",
23 "kind": "discovery#restDescription", 23 "kind": "discovery#restDescription",
24 "name": "books", 24 "name": "books",
25 "ownerDomain": "google.com", 25 "ownerDomain": "google.com",
26 "ownerName": "Google", 26 "ownerName": "Google",
27 "parameters": { 27 "parameters": {
(...skipping 1952 matching lines...) Expand 10 before | Expand all | Expand 10 after
1980 "my-library", 1980 "my-library",
1981 "no-restrict" 1981 "no-restrict"
1982 ], 1982 ],
1983 "enumDescriptions": [ 1983 "enumDescriptions": [
1984 "Restrict to the user's library, any shelf.", 1984 "Restrict to the user's library, any shelf.",
1985 "Do not restrict based on user's library." 1985 "Do not restrict based on user's library."
1986 ], 1986 ],
1987 "location": "query", 1987 "location": "query",
1988 "type": "string" 1988 "type": "string"
1989 }, 1989 },
1990 "maxAllowedMaturityRating": {
1991 "description": "The maximum allowed maturity rating of returned recommendations. Books with a higher maturity rating are filtered ou t.",
1992 "enum": [
1993 "mature",
1994 "not-mature"
1995 ],
1996 "enumDescriptions": [
1997 "Show books which are rated mature or lower.",
1998 "Show books which are rated not mature."
1999 ],
2000 "location": "query",
2001 "type": "string"
2002 },
1990 "maxResults": { 2003 "maxResults": {
1991 "description": "Maximum number of results to return. ", 2004 "description": "Maximum number of results to return. ",
1992 "format": "uint32", 2005 "format": "uint32",
1993 "location": "query", 2006 "location": "query",
1994 "maximum": "40", 2007 "maximum": "40",
1995 "minimum": "0", 2008 "minimum": "0",
1996 "type": "integer" 2009 "type": "integer"
1997 }, 2010 },
1998 "orderBy": { 2011 "orderBy": {
1999 "description": "Sort search results.", 2012 "description": "Sort search results.",
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
2380 }, 2393 },
2381 "scopes": [ 2394 "scopes": [
2382 "https://www.googleapis.com/auth/books" 2395 "https://www.googleapis.com/auth/books"
2383 ] 2396 ]
2384 } 2397 }
2385 } 2398 }
2386 } 2399 }
2387 } 2400 }
2388 } 2401 }
2389 }, 2402 },
2390 "revision": "20160629", 2403 "revision": "20161005",
2391 "rootUrl": "https://www.googleapis.com/", 2404 "rootUrl": "https://www.googleapis.com/",
2392 "schemas": { 2405 "schemas": {
2393 "Annotation": { 2406 "Annotation": {
2394 "id": "Annotation", 2407 "id": "Annotation",
2395 "properties": { 2408 "properties": {
2396 "afterSelectedText": { 2409 "afterSelectedText": {
2397 "description": "Anchor text after excerpt. For requests, if the user bookmarked a screen that has no flowing text on it, then this field sho uld be empty.", 2410 "description": "Anchor text after excerpt. For requests, if the user bookmarked a screen that has no flowing text on it, then this field sho uld be empty.",
2398 "type": "string" 2411 "type": "string"
2399 }, 2412 },
2400 "beforeSelectedText": { 2413 "beforeSelectedText": {
(...skipping 1278 matching lines...) Expand 10 before | Expand all | Expand 10 after
3679 }, 3692 },
3680 "Series": { 3693 "Series": {
3681 "id": "Series", 3694 "id": "Series",
3682 "properties": { 3695 "properties": {
3683 "kind": { 3696 "kind": {
3684 "default": "books#series", 3697 "default": "books#series",
3685 "description": "Resource type.", 3698 "description": "Resource type.",
3686 "type": "string" 3699 "type": "string"
3687 }, 3700 },
3688 "series": { 3701 "series": {
3702 "description": "Series info list. The client always expects this element in the JSON output, hence declared here as OutputAlways.",
3689 "items": { 3703 "items": {
3690 "properties": { 3704 "properties": {
3691 "bannerImageUrl": { 3705 "bannerImageUrl": {
3692 "type": "string" 3706 "type": "string"
3693 }, 3707 },
3694 "imageUrl": { 3708 "imageUrl": {
3695 "type": "string" 3709 "type": "string"
3696 }, 3710 },
3697 "seriesId": { 3711 "seriesId": {
3698 "type": "string" 3712 "type": "string"
(...skipping 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
4580 "type": "array" 4594 "type": "array"
4581 } 4595 }
4582 }, 4596 },
4583 "type": "object" 4597 "type": "object"
4584 } 4598 }
4585 }, 4599 },
4586 "servicePath": "books/v1/", 4600 "servicePath": "books/v1/",
4587 "title": "Books API", 4601 "title": "Books API",
4588 "version": "v1" 4602 "version": "v1"
4589 } 4603 }
OLDNEW
« 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