faucet-stream 0.1.4

A declarative, config-driven REST API client with pluggable authentication, pagination, and JSONPath extraction
Documentation
1
2
3
4
5
//! Record extraction from API responses.

pub mod jsonpath;

pub use jsonpath::extract_records;