Liking cljdoc? Tell your friends :D

happygapi.books.bookshelves

Books API: bookshelves. Searches for books and manages your Google Books library. See: https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/bookshelves

Books API: bookshelves.
Searches for books and manages your Google Books library.
See: https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/bookshelves
raw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/bookshelves/get

Required parameters: shelf, userId

Optional parameters: source

Retrieves metadata for a specific bookshelf for the specified user.

https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/bookshelves/get

Required parameters: shelf, userId

Optional parameters: source

Retrieves metadata for a specific bookshelf for the specified user.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/bookshelves/list

Required parameters: userId

Optional parameters: source

Retrieves a list of public bookshelves for the specified user.

https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/bookshelves/list

Required parameters: userId

Optional parameters: source

Retrieves a list of public bookshelves for the specified user.
sourceraw docstring

volumes-list$clj

(volumes-list$ auth parameters)

https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/bookshelves/volumes/list

Required parameters: shelf, userId

Optional parameters: maxResults, showPreorders, source, startIndex

Retrieves volumes in a specific bookshelf for the specified user.

https://developers.google.com/books/docs/v1/getting_startedapi/reference/rest/v1/bookshelves/volumes/list

Required parameters: shelf, userId

Optional parameters: maxResults, showPreorders, source, startIndex

Retrieves volumes in a specific bookshelf for the specified user.
sourceraw docstring

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

× close