|
Methods defined here:
- __init__(self)
- get = method(self, **kwargs)
- Gets volume information for a single volume.
Args:
projection: string, Restrict information returned to a set of selected fields.
Allowed values
full - Includes all volume data.
lite - Includes a subset of fields in volumeInfo and accessInfo.
source: string, String to identify the originator of this request.
country: string, ISO-3166-1 code to override the IP-based location.
volumeId: string, Id of volume to retrieve. (required)
partner: string, Identifier of partner for whom to brand results.
- list = method(self, **kwargs)
- Performs a book search.
Args:
orderBy: string, Sort search results.
Allowed values
newest - Most recently published.
relevance - Relevance to search terms.
filter: string, Filter search results.
Allowed values
ebooks - All Google eBooks.
free-ebooks - Google eBook with full volume text viewability.
full - Public can view entire volume text.
paid-ebooks - Google eBook with a price.
partial - Public able to see parts of text.
projection: string, Restrict information returned to a set of selected fields.
Allowed values
full - Includes all volume data.
lite - Includes a subset of fields in volumeInfo and accessInfo.
libraryRestrict: string, Restrict search to this user's library.
Allowed values
my-library - Restrict to the user's library, any shelf.
no-restrict - Do not restrict based on user's library.
source: string, String to identify the originator of this request.
langRestrict: string, Restrict results to books with this language code.
country: string, ISO-3166-1 code to override the IP-based location.
printType: string, Restrict to books or magazines.
Allowed values
all - All volume content types.
books - Just books.
magazines - Just magazines.
startIndex: integer, Index of the first result to return (starts at 0)
maxResults: integer, Maximum number of results to return.
q: string, Full-text search query string. (required)
partner: string, Identifier of partner for whom to restrict and brand results.
download: string, Restrict to volumes by download availability.
Allowed values
epub - All volumes with epub.
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|