type
status
date
slug
summary
tags
category
icon
url
sync
This web is an introduction to a GitHub repository for an unofficial Notion.so API wrapper, which provides an API interface for use in a Node.js backend environment. It allows users to operate Notion by reading local cookies to obtain access tokens. The documentation includes installation instructions, usage guidelines, methods for obtaining credentials, example methods, and a disclaimer.
- Project Introduction: This is an unofficial Notion.so API wrapper, currently only suitable for Node.js backend environments, not for client-side use.
- Installation Method: The API wrapper can be installed via npm or yarn, with specific commands detailed in the documentation.
- Usage Instructions: When creating an instance, you need to provide the token read from the cookie, and you can also customize the HTML parsing options.
- Obtaining Credentials: There is currently no official method to access the Notion API, but you can obtain credentials by reading the token_v2 from the cookie using the browser's developer tools.
- Instance Options: You can customize the HTML color and page URL to control the parsing and return method of the HTML.
- 作者:notion2go
- 链接:https://notion2go.com/article/Notion-Api-(Node.js)
- 声明:本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。