1 unstable release
0.0.0 | Dec 15, 2023 |
---|
#12 in #notion
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
- UnOfficial Notion SDK mplemented by rust
lib.rs
:
UnOfficial Notion SDK mplemented by rust
Examples
use notion_sdk::NotionApi;
async fn main(){
let notion = NotionApi::new("token")?;
let me = notion.users_me().await;
println!("{:#?}", me);
}
Dependencies
~6–18MB
~262K SLoC