Chromium Code Reviews

Side by Side 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.
Jump to:
View unified diff |
« 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": "Lets you search for books and manage your Google Books libra ry.", 14 "description": "Lets you search for books and manage your Google Books libra ry.",
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": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/dPbUdi5gPnAdRztFfCAhfKJ-jSQ\"", 17 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/YgyXWJOaz5Ed1XjmHrSKw1DsJks\"",
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 684 matching lines...)
712 "scopes": [ 712 "scopes": [
713 "https://www.googleapis.com/auth/books" 713 "https://www.googleapis.com/auth/books"
714 ] 714 ]
715 } 715 }
716 } 716 }
717 } 717 }
718 } 718 }
719 }, 719 },
720 "myconfig": { 720 "myconfig": {
721 "methods": { 721 "methods": {
722 "getUserSettings": {
723 "description": "Gets the current settings for the user.",
724 "httpMethod": "GET",
725 "id": "books.myconfig.getUserSettings",
726 "path": "myconfig/getUserSettings",
727 "response": {
728 "$ref": "Usersettings"
729 },
730 "scopes": [
731 "https://www.googleapis.com/auth/books"
732 ]
733 },
722 "releaseDownloadAccess": { 734 "releaseDownloadAccess": {
723 "description": "Release downloaded content access restrictio n.", 735 "description": "Release downloaded content access restrictio n.",
724 "httpMethod": "POST", 736 "httpMethod": "POST",
725 "id": "books.myconfig.releaseDownloadAccess", 737 "id": "books.myconfig.releaseDownloadAccess",
726 "parameterOrder": [ 738 "parameterOrder": [
727 "volumeIds", 739 "volumeIds",
728 "cpksver" 740 "cpksver"
729 ], 741 ],
730 "parameters": { 742 "parameters": {
731 "cpksver": { 743 "cpksver": {
(...skipping 149 matching lines...)
881 "type": "string" 893 "type": "string"
882 } 894 }
883 }, 895 },
884 "path": "myconfig/syncVolumeLicenses", 896 "path": "myconfig/syncVolumeLicenses",
885 "response": { 897 "response": {
886 "$ref": "Volumes" 898 "$ref": "Volumes"
887 }, 899 },
888 "scopes": [ 900 "scopes": [
889 "https://www.googleapis.com/auth/books" 901 "https://www.googleapis.com/auth/books"
890 ] 902 ]
903 },
904 "updateUserSettings": {
905 "description": "Sets the settings for the user. Unspecified sub-objects will retain the existing value.",
906 "httpMethod": "POST",
907 "id": "books.myconfig.updateUserSettings",
908 "path": "myconfig/updateUserSettings",
909 "request": {
910 "$ref": "Usersettings"
911 },
912 "response": {
913 "$ref": "Usersettings"
914 },
915 "scopes": [
916 "https://www.googleapis.com/auth/books"
917 ]
891 } 918 }
892 } 919 }
893 }, 920 },
894 "mylibrary": { 921 "mylibrary": {
895 "resources": { 922 "resources": {
896 "annotations": { 923 "annotations": {
897 "methods": { 924 "methods": {
898 "delete": { 925 "delete": {
899 "description": "Deletes an annotation.", 926 "description": "Deletes an annotation.",
900 "httpMethod": "DELETE", 927 "httpMethod": "DELETE",
(...skipping 575 matching lines...)
1476 }, 1503 },
1477 "path": "mylibrary/readingpositions/{volumeId}/setPo sition", 1504 "path": "mylibrary/readingpositions/{volumeId}/setPo sition",
1478 "scopes": [ 1505 "scopes": [
1479 "https://www.googleapis.com/auth/books" 1506 "https://www.googleapis.com/auth/books"
1480 ] 1507 ]
1481 } 1508 }
1482 } 1509 }
1483 } 1510 }
1484 } 1511 }
1485 }, 1512 },
1513 "onboarding": {
1514 "methods": {
1515 "listCategories": {
1516 "description": "List categories for onboarding experience.",
1517 "httpMethod": "GET",
1518 "id": "books.onboarding.listCategories",
1519 "parameters": {
1520 "locale": {
1521 "description": "ISO-639-1 language and ISO-3166-1 co untry code. Default is en-US if unset.",
1522 "location": "query",
1523 "type": "string"
1524 }
1525 },
1526 "path": "onboarding/listCategories",
1527 "response": {
1528 "$ref": "Category"
1529 },
1530 "scopes": [
1531 "https://www.googleapis.com/auth/books"
1532 ]
1533 },
1534 "listCategoryVolumes": {
1535 "description": "List available volumes under categories for onboarding experience.",
1536 "httpMethod": "GET",
1537 "id": "books.onboarding.listCategoryVolumes",
1538 "parameters": {
1539 "categoryId": {
1540 "description": "List of category ids requested.",
1541 "location": "query",
1542 "repeated": true,
1543 "type": "string"
1544 },
1545 "locale": {
1546 "description": "ISO-639-1 language and ISO-3166-1 co untry code. Default is en-US if unset.",
1547 "location": "query",
1548 "type": "string"
1549 },
1550 "pageSize": {
1551 "description": "Number of maximum results per page t o be included in the response.",
1552 "format": "uint32",
1553 "location": "query",
1554 "type": "integer"
1555 },
1556 "pageToken": {
1557 "description": "The value of the nextToken from the previous page.",
1558 "location": "query",
1559 "type": "string"
1560 }
1561 },
1562 "path": "onboarding/listCategoryVolumes",
1563 "response": {
1564 "$ref": "Volume2"
1565 },
1566 "scopes": [
1567 "https://www.googleapis.com/auth/books"
1568 ]
1569 }
1570 }
1571 },
1486 "promooffer": { 1572 "promooffer": {
1487 "methods": { 1573 "methods": {
1488 "accept": { 1574 "accept": {
1489 "description": "", 1575 "description": "",
1490 "httpMethod": "POST", 1576 "httpMethod": "POST",
1491 "id": "books.promooffer.accept", 1577 "id": "books.promooffer.accept",
1492 "parameters": { 1578 "parameters": {
1493 "androidId": { 1579 "androidId": {
1494 "description": "device android_id", 1580 "description": "device android_id",
1495 "location": "query", 1581 "location": "query",
(...skipping 598 matching lines...)
2094 }, 2180 },
2095 "scopes": [ 2181 "scopes": [
2096 "https://www.googleapis.com/auth/books" 2182 "https://www.googleapis.com/auth/books"
2097 ] 2183 ]
2098 } 2184 }
2099 } 2185 }
2100 } 2186 }
2101 } 2187 }
2102 } 2188 }
2103 }, 2189 },
2104 "revision": "20141112", 2190 "revision": "20141113",
2105 "rootUrl": "https://www.googleapis.com/", 2191 "rootUrl": "https://www.googleapis.com/",
2106 "schemas": { 2192 "schemas": {
2107 "Annotation": { 2193 "Annotation": {
2108 "id": "Annotation", 2194 "id": "Annotation",
2109 "properties": { 2195 "properties": {
2110 "afterSelectedText": { 2196 "afterSelectedText": {
2111 "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.", 2197 "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.",
2112 "type": "string" 2198 "type": "string"
2113 }, 2199 },
2114 "beforeSelectedText": { 2200 "beforeSelectedText": {
(...skipping 374 matching lines...)
2489 "type": "array" 2575 "type": "array"
2490 }, 2576 },
2491 "kind": { 2577 "kind": {
2492 "default": "books#bookshelves", 2578 "default": "books#bookshelves",
2493 "description": "Resource type.", 2579 "description": "Resource type.",
2494 "type": "string" 2580 "type": "string"
2495 } 2581 }
2496 }, 2582 },
2497 "type": "object" 2583 "type": "object"
2498 }, 2584 },
2585 "Category": {
2586 "id": "Category",
2587 "properties": {
2588 "items": {
2589 "description": "A list of onboarding categories.",
2590 "items": {
2591 "properties": {
2592 "badgeUrl": {
2593 "type": "string"
2594 },
2595 "categoryId": {
2596 "type": "string"
2597 },
2598 "name": {
2599 "type": "string"
2600 }
2601 },
2602 "type": "object"
2603 },
2604 "type": "array"
2605 },
2606 "kind": {
2607 "default": "onboarding#category",
2608 "description": "Resource type.",
2609 "type": "string"
2610 }
2611 },
2612 "type": "object"
2613 },
2499 "ConcurrentAccessRestriction": { 2614 "ConcurrentAccessRestriction": {
2500 "id": "ConcurrentAccessRestriction", 2615 "id": "ConcurrentAccessRestriction",
2501 "properties": { 2616 "properties": {
2502 "deviceAllowed": { 2617 "deviceAllowed": {
2503 "description": "Whether access is granted for this (user, de vice, volume).", 2618 "description": "Whether access is granted for this (user, de vice, volume).",
2504 "type": "boolean" 2619 "type": "boolean"
2505 }, 2620 },
2506 "kind": { 2621 "kind": {
2507 "default": "books#concurrentAccessRestriction", 2622 "default": "books#concurrentAccessRestriction",
2508 "description": "Resource type.", 2623 "description": "Resource type.",
(...skipping 726 matching lines...)
3235 "description": "Source type for this review. Possible values are EDITORIAL, WEB_USER or GOOGLE_USER.", 3350 "description": "Source type for this review. Possible values are EDITORIAL, WEB_USER or GOOGLE_USER.",
3236 "type": "string" 3351 "type": "string"
3237 }, 3352 },
3238 "volumeId": { 3353 "volumeId": {
3239 "description": "Volume that this review is for.", 3354 "description": "Volume that this review is for.",
3240 "type": "string" 3355 "type": "string"
3241 } 3356 }
3242 }, 3357 },
3243 "type": "object" 3358 "type": "object"
3244 }, 3359 },
3360 "Usersettings": {
3361 "id": "Usersettings",
3362 "properties": {
3363 "kind": {
3364 "default": "books#usersettings",
3365 "description": "Resource type.",
3366 "type": "string"
3367 },
3368 "notesExport": {
3369 "description": "User settings in sub-objects, each for diffe rent purposes.",
3370 "properties": {
3371 "folderName": {
3372 "type": "string"
3373 },
3374 "isEnabled": {
3375 "type": "boolean"
3376 }
3377 },
3378 "type": "object"
3379 }
3380 },
3381 "type": "object"
3382 },
3245 "Volume": { 3383 "Volume": {
3246 "id": "Volume", 3384 "id": "Volume",
3247 "properties": { 3385 "properties": {
3248 "accessInfo": { 3386 "accessInfo": {
3249 "description": "Any information about a volume related to re ading or obtaining that volume text. This information can depend on country (boo ks may be public domain in one country but not in another, e.g.).", 3387 "description": "Any information about a volume related to re ading or obtaining that volume text. This information can depend on country (boo ks may be public domain in one country but not in another, e.g.).",
3250 "properties": { 3388 "properties": {
3251 "accessViewStatus": { 3389 "accessViewStatus": {
3252 "description": "Combines the access and viewability of this volume into a single status field for this user. Values can be FULL_PURC HASED, FULL_PUBLIC_DOMAIN, SAMPLE or NONE. (In LITE projection.)", 3390 "description": "Combines the access and viewability of this volume into a single status field for this user. Values can be FULL_PURC HASED, FULL_PUBLIC_DOMAIN, SAMPLE or NONE. (In LITE projection.)",
3253 "type": "string" 3391 "type": "string"
3254 }, 3392 },
(...skipping 485 matching lines...)
3740 "title": { 3878 "title": {
3741 "description": "Volume title. (In LITE projection.)" , 3879 "description": "Volume title. (In LITE projection.)" ,
3742 "type": "string" 3880 "type": "string"
3743 } 3881 }
3744 }, 3882 },
3745 "type": "object" 3883 "type": "object"
3746 } 3884 }
3747 }, 3885 },
3748 "type": "object" 3886 "type": "object"
3749 }, 3887 },
3888 "Volume2": {
3889 "id": "Volume2",
3890 "properties": {
3891 "items": {
3892 "description": "A list of volumes.",
3893 "items": {
3894 "$ref": "Volume"
3895 },
3896 "type": "array"
3897 },
3898 "kind": {
3899 "default": "onboarding#volume",
3900 "description": "Resource type.",
3901 "type": "string"
3902 },
3903 "nextPageToken": {
3904 "type": "string"
3905 }
3906 },
3907 "type": "object"
3908 },
3750 "Volumeannotation": { 3909 "Volumeannotation": {
3751 "id": "Volumeannotation", 3910 "id": "Volumeannotation",
3752 "properties": { 3911 "properties": {
3753 "annotationDataId": { 3912 "annotationDataId": {
3754 "description": "The annotation data id for this volume annot ation.", 3913 "description": "The annotation data id for this volume annot ation.",
3755 "type": "string" 3914 "type": "string"
3756 }, 3915 },
3757 "annotationDataLink": { 3916 "annotationDataLink": {
3758 "description": "Link to get data for this annotation.", 3917 "description": "Link to get data for this annotation.",
3759 "type": "string" 3918 "type": "string"
(...skipping 124 matching lines...)
3884 "type": "integer" 4043 "type": "integer"
3885 } 4044 }
3886 }, 4045 },
3887 "type": "object" 4046 "type": "object"
3888 } 4047 }
3889 }, 4048 },
3890 "servicePath": "books/v1/", 4049 "servicePath": "books/v1/",
3891 "title": "Books API", 4050 "title": "Books API",
3892 "version": "v1" 4051 "version": "v1"
3893 } 4052 }
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