Liking cljdoc? Tell your friends :D

happygapi.books.volumes

Books API: volumes. The Google Books API allows clients to access the Google Books repository. See: https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/volumes

Books API: volumes.
The Google Books API allows clients to access the Google Books repository.
See: https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/volumes
raw docstring

associated-list$clj

(associated-list$ auth parameters)

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/volumes/associated/list

Required parameters: volumeId

Optional parameters: maxAllowedMaturityRating, locale, source, association

Return a list of associated books.

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/volumes/associated/list

Required parameters: volumeId

Optional parameters: maxAllowedMaturityRating, locale, source, association

Return a list of associated books.
sourceraw docstring

get$clj

(get$ auth parameters)

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/volumes/get

Required parameters: volumeId

Optional parameters: includeNonComicsSeries, partner, country, user_library_consistent_read, source, projection

Gets volume information for a single volume.

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/volumes/get

Required parameters: volumeId

Optional parameters: includeNonComicsSeries, partner, country, user_library_consistent_read, source, projection

Gets volume information for a single volume.
sourceraw docstring

list$clj

(list$ auth parameters)

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/volumes/list

Required parameters: q

Optional parameters: maxAllowedMaturityRating, partner, printType, libraryRestrict, langRestrict, source, filter, showPreorders, download, startIndex, projection, maxResults, orderBy

Performs a book search.

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/volumes/list

Required parameters: q

Optional parameters: maxAllowedMaturityRating, partner, printType, libraryRestrict, langRestrict, source, filter, showPreorders, download, startIndex, projection, maxResults, orderBy

Performs a book search.
sourceraw docstring

mybooks-list$clj

(mybooks-list$ auth parameters)

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/volumes/mybooks/list

Required parameters: none

Optional parameters: source, acquireMethod, maxResults, country, processingState, startIndex, locale

Return a list of books in My Library.

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/volumes/mybooks/list

Required parameters: none

Optional parameters: source, acquireMethod, maxResults, country, processingState, startIndex, locale

Return a list of books in My Library.
sourceraw docstring

(recommended-list$ auth parameters)

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/volumes/recommended/list

Required parameters: none

Optional parameters: locale, source, maxAllowedMaturityRating

Return a list of recommended books for the current user.

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/volumes/recommended/list

Required parameters: none

Optional parameters: locale, source, maxAllowedMaturityRating

Return a list of recommended books for the current user.
sourceraw docstring

(recommended-rate$ auth parameters)

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/volumes/recommended/rate

Required parameters: volumeId, rating

Optional parameters: locale, source

Rate a recommended book for the current user.

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/volumes/recommended/rate

Required parameters: volumeId, rating

Optional parameters: locale, source

Rate a recommended book for the current user.
sourceraw docstring

useruploaded-list$clj

(useruploaded-list$ auth parameters)

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/volumes/useruploaded/list

Required parameters: none

Optional parameters: startIndex, volumeId, maxResults, source, locale, processingState

Return a list of books uploaded by the current user.

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/volumes/useruploaded/list

Required parameters: none

Optional parameters: startIndex, volumeId, maxResults, source, locale, processingState

Return a list of books uploaded by the current user.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close