notion-tools

Crates.ionotion-tools
lib.rsnotion-tools
version0.1.7
created_at2024-12-27 03:26:14.40021+00
updated_at2025-01-18 14:23:25.861325+00
descriptionNotion API tools
homepage
repositoryhttps://github.com/akitenkrad/rs-notion-tools.git
max_upload_size
id1496152
size115,992
akitenkrad (akitenkrad)

documentation

README

CircleCI Crates.io Version

notnion-tools

notion-tools is a collection of utilities designed to enhance your productivity with Notion. These tools provide additional functionalities and integrations that are not available out-of-the-box, making it easier to manage and automate your Notion workflows.

-> Document

LOGO

Usage

To use this library, you need to set the NOTION_API_KEY and NOTION_DATABASE_ID environment variables. The NOTION_API_KEY is required for authentication, while the NOTION_DATABASE_ID is optional and can be set later using the database method.

Implemented endpoints

Endpoint Implemented
Create a Token -
Append block children
Retrieve a block -
Retrieve block children -
Update a block -
Delete a block -
Create a page
Retrieve a page -
Retrieve a page property item -
Update page properties
Archive a page
Create a database -
Query a database
Retrieve a database
Update a database -
List all users -
Retrieve a user -
Retrieve your token's bot user -
Create comment -
Retrieve comments -
Search by title -
Commit count: 0

cargo fmt