Docs.rs
notion-api-client-0.0.1
notion-api-client 0.0.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
vigneshnrfs
Dependencies
chrono ^0.4
normal
reqwest ^0.11
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
tokio ^1
normal
tracing ^0.1
normal
anyhow ^1.0.40
dev
cargo-husky ^1
dev
clap ^4.0
dev
config ^0.11.0
dev
crossbeam-channel ^0.5
dev
skim ^0.10.2
dev
toml ^0.5.8
dev
wiremock ^0.5.2
dev
Versions
15.33%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
notion_
api_
client
0.0.1
All Items
Crate Items
Re-exports
Modules
Structs
Enums
Crate
notion_api_client
Copy item path
Source
Re-exports
§
pub use
chrono
;
Modules
§
ids
models
Structs
§
Notion
Api
An API client for Notion. Create a client by using
new(api_token: String)
.
Enums
§
Error
An wrapper Error type for all errors produced by the
NotionApi
client.