| OLD | NEW |
| 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": "\"tbys6C40o18GZwyMen5GMkdK-3s/jiS-k8EAx6v4TcA5Qg2LzgfBvoI\"", | 17 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/q1aPzEOdugLS9_Y8FK61EmJhEHg\"", |
| 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 922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 950 "path": "mylibrary/annotations/{annotationId}", | 950 "path": "mylibrary/annotations/{annotationId}", |
| 951 "scopes": [ | 951 "scopes": [ |
| 952 "https://www.googleapis.com/auth/books" | 952 "https://www.googleapis.com/auth/books" |
| 953 ] | 953 ] |
| 954 }, | 954 }, |
| 955 "insert": { | 955 "insert": { |
| 956 "description": "Inserts a new annotation.", | 956 "description": "Inserts a new annotation.", |
| 957 "httpMethod": "POST", | 957 "httpMethod": "POST", |
| 958 "id": "books.mylibrary.annotations.insert", | 958 "id": "books.mylibrary.annotations.insert", |
| 959 "parameters": { | 959 "parameters": { |
| 960 "annotationId": { |
| 961 "description": "The ID for the annotation to
insert.", |
| 962 "location": "query", |
| 963 "type": "string" |
| 964 }, |
| 960 "country": { | 965 "country": { |
| 961 "description": "ISO-3166-1 code to override
the IP-based location.", | 966 "description": "ISO-3166-1 code to override
the IP-based location.", |
| 962 "location": "query", | 967 "location": "query", |
| 963 "type": "string" | 968 "type": "string" |
| 964 }, | 969 }, |
| 965 "showOnlySummaryInResponse": { | 970 "showOnlySummaryInResponse": { |
| 966 "description": "Requests that only the summa
ry of the specified layer be provided in the response.", | 971 "description": "Requests that only the summa
ry of the specified layer be provided in the response.", |
| 967 "location": "query", | 972 "location": "query", |
| 968 "type": "boolean" | 973 "type": "boolean" |
| 969 }, | 974 }, |
| (...skipping 1423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2393 }, | 2398 }, |
| 2394 "scopes": [ | 2399 "scopes": [ |
| 2395 "https://www.googleapis.com/auth/books" | 2400 "https://www.googleapis.com/auth/books" |
| 2396 ] | 2401 ] |
| 2397 } | 2402 } |
| 2398 } | 2403 } |
| 2399 } | 2404 } |
| 2400 } | 2405 } |
| 2401 } | 2406 } |
| 2402 }, | 2407 }, |
| 2403 "revision": "20161206", | 2408 "revision": "20170313", |
| 2404 "rootUrl": "https://www.googleapis.com/", | 2409 "rootUrl": "https://www.googleapis.com/", |
| 2405 "schemas": { | 2410 "schemas": { |
| 2406 "Annotation": { | 2411 "Annotation": { |
| 2407 "id": "Annotation", | 2412 "id": "Annotation", |
| 2408 "properties": { | 2413 "properties": { |
| 2409 "afterSelectedText": { | 2414 "afterSelectedText": { |
| 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.", | 2415 "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.", |
| 2411 "type": "string" | 2416 "type": "string" |
| 2412 }, | 2417 }, |
| 2413 "beforeSelectedText": { | 2418 "beforeSelectedText": { |
| (...skipping 1363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3777 }, | 3782 }, |
| 3778 "type": "object" | 3783 "type": "object" |
| 3779 }, | 3784 }, |
| 3780 "moreFromSeries": { | 3785 "moreFromSeries": { |
| 3781 "properties": { | 3786 "properties": { |
| 3782 "opted_state": { | 3787 "opted_state": { |
| 3783 "type": "string" | 3788 "type": "string" |
| 3784 } | 3789 } |
| 3785 }, | 3790 }, |
| 3786 "type": "object" | 3791 "type": "object" |
| 3792 }, |
| 3793 "rewardExpirations": { |
| 3794 "properties": { |
| 3795 "opted_state": { |
| 3796 "type": "string" |
| 3797 } |
| 3798 }, |
| 3799 "type": "object" |
| 3787 } | 3800 } |
| 3788 }, | 3801 }, |
| 3789 "type": "object" | 3802 "type": "object" |
| 3790 } | 3803 } |
| 3791 }, | 3804 }, |
| 3792 "type": "object" | 3805 "type": "object" |
| 3793 }, | 3806 }, |
| 3794 "Volume": { | 3807 "Volume": { |
| 3795 "id": "Volume", | 3808 "id": "Volume", |
| 3796 "properties": { | 3809 "properties": { |
| (...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4596 "type": "array" | 4609 "type": "array" |
| 4597 } | 4610 } |
| 4598 }, | 4611 }, |
| 4599 "type": "object" | 4612 "type": "object" |
| 4600 } | 4613 } |
| 4601 }, | 4614 }, |
| 4602 "servicePath": "books/v1/", | 4615 "servicePath": "books/v1/", |
| 4603 "title": "Books API", | 4616 "title": "Books API", |
| 4604 "version": "v1" | 4617 "version": "v1" |
| 4605 } | 4618 } |
| OLD | NEW |