Googleapis Books
Connector for the googleapis-books API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://books.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
books_dictionary_listofflinemetadata— GET /books/v1/dictionary/listOfflineMetadata — Returns a list of offline dictionary metadata availablebooks_familysharing_getfamilyinfo— GET /books/v1/familysharing/getFamilyInfo — Gets information regarding the family that the user is part of.books_myconfig_getusersettings— GET /books/v1/myconfig/getUserSettings — Gets the current settings for the user.books_mylibrary_annotations_list— GET /books/v1/mylibrary/annotations — Retrieves a list of annotations, possibly filtered.books_mylibrary_bookshelves_list— GET /books/v1/mylibrary/bookshelves — Retrieves a list of bookshelves belonging to the authenticated user.books_mylibrary_bookshelves_get— GET /books/v1/mylibrary/bookshelves/{shelf} — Retrieves metadata for a specific bookshelf belonging to the authenticated user.
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: books_dictionary_listofflinemetadata
# (attach an 'oauth' credential to the task — no inline secrets)