notionrs

🦀 Community-driven Notion API client for Rust , offering complete deserialization support and providing a secure way to access properties! 🔒

APACHE-2.0 License

Downloads
2
Stars
1
notionrs - v1.0.0-alpha.1 Latest Release

Published by 46ki75 1 day ago

We are excited to announce the first alpha release of the Notionrs crate, which provides support for interacting with the Notion API using Rust.

This is an alpha release, meaning the API is still under active development and subject to change. Please use it with caution in production environments.

Features

This release supports the following Notion API endpoints related to block operations:

  • Append block children: Add new children to an existing block.
  • Retrieve a block: Fetch details of a specific block.
  • Retrieve block children: Get the list of children for a block.
  • Update a block: Modify the contents of an existing block.
  • Delete a block: Remove a block from a Notion page.

Future Updates

We plan to extend support to more Notion API endpoints and stabilize the API in future releases. Feedback and contributions are highly encouraged!