1 2 3 4 5 6 7
//! HTTP API client with automatic auth header injection. mod client; mod models; pub use client::ApiClient; pub use models::*;