发布于: 2024-5-16最后更新: 2024-9-8字数 00 分钟

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.
 

Loading...
notion-sdk-deno

notion-sdk-deno

Unofficial Deno language Notion client.


Notion Client

Notion Client

A powerful TypeScript client for the unofficial Notion API.