googleapis.com – libraryagent
A simple Google Example Library API.
- Homepage
- https://api.apis.guru/v2/specs/googleapis.com:libraryagent/v1.json
- Provider
- googleapis.com:libraryagent / libraryagent
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/googleapis.com/libraryagent/v1/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/googleapis.com/libraryagent/v1/openapi.yaml
Tools (7)
Extracted live via the executor SDK.
-
shelves.libraryagentShelvesBooksBorrowBorrow 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.
-
shelves.libraryagentShelvesBooksGetGets a book. Returns NOT_FOUND if the book does not exist.
-
shelves.libraryagentShelvesBooksListLists 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.
-
shelves.libraryagentShelvesBooksReturnReturn 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.
-
shelves.libraryagentShelvesListLists shelves. The order is unspecified but deterministic. Newly created shelves will not necessarily be added to the end of this list.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools