Liking cljdoc? Tell your friends :D

happygapi.libraryagent.shelves

Library Agent API: shelves. A simple Google Example Library API. See: https://cloud.google.com/docs/quotaapi/reference/rest/v1/shelves

Library Agent API: shelves.
A simple Google Example Library API.
See: https://cloud.google.com/docs/quotaapi/reference/rest/v1/shelves
raw docstring

books-borrow$clj

(books-borrow$ auth parameters)

https://cloud.google.com/docs/quotaapi/reference/rest/v1/shelves/books/borrow

Required parameters: name

Optional parameters: none

Borrow a book from the library. Returns the book if it is borrowed successfully. Returns NOT_FOUND if the book does not exist in the library. Returns quota exceeded error if the amount of books borrowed exceeds allocation quota in any dimensions.

https://cloud.google.com/docs/quotaapi/reference/rest/v1/shelves/books/borrow

Required parameters: name

Optional parameters: none

Borrow a book from the library. Returns the book if it is borrowed successfully. Returns NOT_FOUND if the book does not exist in the library. Returns quota exceeded error if the amount of books borrowed exceeds allocation quota in any dimensions.
sourceraw docstring

books-get$clj

(books-get$ auth parameters)

https://cloud.google.com/docs/quotaapi/reference/rest/v1/shelves/books/get

Required parameters: name

Optional parameters: none

Gets a book. Returns NOT_FOUND if the book does not exist.

https://cloud.google.com/docs/quotaapi/reference/rest/v1/shelves/books/get

Required parameters: name

Optional parameters: none

Gets a book. Returns NOT_FOUND if the book does not exist.
sourceraw docstring

books-list$clj

(books-list$ auth parameters)

https://cloud.google.com/docs/quotaapi/reference/rest/v1/shelves/books/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists books in a shelf. The order is unspecified but deterministic. Newly created books will not necessarily be added to the end of this list. Returns NOT_FOUND if the shelf does not exist.

https://cloud.google.com/docs/quotaapi/reference/rest/v1/shelves/books/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists books in a shelf. The order is unspecified but deterministic. Newly created books will not necessarily be added to the end of this list. Returns NOT_FOUND if the shelf does not exist.
sourceraw docstring

books-return$clj

(books-return$ auth parameters)

https://cloud.google.com/docs/quotaapi/reference/rest/v1/shelves/books/return

Required parameters: name

Optional parameters: none

Return a book to the library. Returns the book if it is returned to the library successfully. Returns error if the book does not belong to the library or the users didn't borrow before.

https://cloud.google.com/docs/quotaapi/reference/rest/v1/shelves/books/return

Required parameters: name

Optional parameters: none

Return a book to the library. Returns the book if it is returned to the library successfully. Returns error if the book does not belong to the library or the users didn't borrow before.
sourceraw docstring

get$clj

(get$ auth parameters)

https://cloud.google.com/docs/quotaapi/reference/rest/v1/shelves/get

Required parameters: name

Optional parameters: none

Gets a shelf. Returns NOT_FOUND if the shelf does not exist.

https://cloud.google.com/docs/quotaapi/reference/rest/v1/shelves/get

Required parameters: name

Optional parameters: none

Gets a shelf. Returns NOT_FOUND if the shelf does not exist.
sourceraw docstring

list$clj

(list$ auth parameters)

https://cloud.google.com/docs/quotaapi/reference/rest/v1/shelves/list

Required parameters: none

Optional parameters: pageToken, pageSize

Lists shelves. The order is unspecified but deterministic. Newly created shelves will not necessarily be added to the end of this list.

https://cloud.google.com/docs/quotaapi/reference/rest/v1/shelves/list

Required parameters: none

Optional parameters: pageToken, pageSize

Lists shelves. The order is unspecified but deterministic. Newly created shelves will not necessarily be added to the end of this list.
sourceraw docstring

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

× close