Internal Fundament Software fork of the Notion API client library for rust, which incorporates several pending PRs and additional fixes from the original repo. To use this fork in your project, add the following to cargo.toml
:
notion = { git = "https://github.com/Fundament-Software/notion" }
The (outdated) generated documentation site is available here: https://docs.rs/notion/
cargo build
This fork may be unstable and may break randomly. Fundament Software makes no attempt to support configurations we don't need.