Liking cljdoc? Tell your friends :D

happygapi.books.bookshelves

Books API: bookshelves. 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/bookshelves

Books API: bookshelves.
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/bookshelves
raw docstring

get$clj

(get$ auth parameters)

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

Required parameters: userId, shelf

Optional parameters: source

Retrieves metadata for a specific bookshelf for the specified user.

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

Required parameters: userId, shelf

Optional parameters: source

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

list$clj

(list$ auth parameters)

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

Required parameters: userId

Optional parameters: source

Retrieves a list of public bookshelves for the specified user.

https://code.google.com/apis/books/docs/v1/getting_started.htmlapi/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://code.google.com/apis/books/docs/v1/getting_started.htmlapi/reference/rest/v1/bookshelves/volumes/list

Required parameters: shelf, userId

Optional parameters: startIndex, showPreorders, source, maxResults

Retrieves volumes in a specific bookshelf for the specified user.

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

Required parameters: shelf, userId

Optional parameters: startIndex, showPreorders, source, maxResults

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

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

× close