Expand description
§faucet-stream
A declarative, config-driven REST API client for Rust with pluggable authentication, pagination, and JSONPath extraction.
Re-exports§
pub use auth::Auth;pub use auth::fetch_oauth2_token;pub use config::RestStreamConfig;pub use error::FaucetError;pub use pagination::PaginationStyle;pub use stream::RestStream;