Google Books 节点#
使用 Google Books 节点来自动化 Google Books 中的工作,并将 Google Books 与其他应用程序集成。n8n 内置支持广泛的 Google Books 功能,包括检索指定用户的特定书架资源、将图书添加到书架以及获取图书。
在此页面上,您将找到 Google Books 节点支持的操作列表和更多资源链接。
凭据
请参考 Google 凭据 获取设置身份验证的指导。
操作#
- Bookshelf 书架
- Retrieve a specific bookshelf resource for the specified user 检索指定用户的特定书架资源
- Get all public bookshelf resource for the specified user 获取指定用户的所有公共书架资源
- Bookshelf Volume 书架图书
- Add a volume to a bookshelf 将图书添加到书架
- Clears all volumes from a bookshelf 清除书架中的所有图书
- Get all volumes in a specific bookshelf for the specified user 获取指定用户特定书架中的所有图书
- Moves a volume within a bookshelf 在书架内移动图书
- Removes a volume from a bookshelf 从书架中移除图书
- Volume 图书
- Get a volume resource based on ID 根据 ID 获取图书资源
- Get all volumes filtered by query 根据查询筛选获取所有图书
模板和示例#
如果不支持您的操作该怎么办#
如果此节点不支持您想要执行的操作,您可以使用 HTTP 请求节点来调用服务的 API。
您可以在 HTTP 请求节点中使用为此服务创建的凭据:
- 在 HTTP 请求节点中,选择身份验证 > 预定义凭据类型。
- 选择您要连接的服务。
- 选择您的凭据。
有关更多信息,请参阅自定义 API 操作。