1个不稳定版本

0.0.0 2023年12月15日

#13 in #notion

GPL-3.0-only

73KB
2K SLoC

Notion SDK

![github]![crates-io]![docs-rs] [github]: https://img.shields.io/badge/github-8da0cb?style=for-the-badge&labelColor=555555&logo=github [crates-io]: https://img.shields.io/badge/crates.io-fc8d62?style=for-the-badge&labelColor=555555&logo=rust [docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs

  • 由Rust实现的不官方Notion SDK

lib.rs:

githubcrates-iodocs-rs

由Rust实现的不官方Notion SDK

示例

use notion_sdk::NotionApi;
async fn main(){
    let notion = NotionApi::new("token")?;
    let me = notion.users_me().await;
    println!("{:#?}", me);
}

依赖

~6–21MB
~283K SLoC