Notion API Client for Rust
Status: Alpha Release! (Under Construction) 🚧
This project is currently under active development and is not yet ready for production use. Features and API stability may change without notice. Contributions and feedback are welcome!
- ♻ Release Notes
- 💡 User Guide | Documentation (Under Construction)
- 🛠️ API Reference (docs.rs)
Features currently released
As part of the alpha release, the following features are available. Please note that API changes may occur before the official release.
- Blocks
- Append block children
- Retrieve a block
- Retrieve block children
- Update a block
- Delete a block
- Databases
- Create a database
- Query a database
- Retrieve a database
- Update a database
- Pages
- Create a page
- Retrieve a page property item
- Retrieve a page
- Update page properties
- Users
- List all users
- Retrieve a user
- Retrieve your token's bot user
- Comments
- Create comment
- Retrieve comments
- Search
- Search by title
Basic Usage
Below is a basic example. (More detailed documentation is coming soon, so please stay tuned!)
use *;
use ;
async