platz-sdk 0.6.3

Platz.io SDK
Documentation
1
2
3
4
5
6
7
8
9
mod base;
mod config;
mod error;
mod request;

pub use base::PlatzClient;
pub use error::PlatzClientError;
pub(crate) use request::Paginated;
pub use request::PlatzRequest;