//! REST API adapter for Vantage.
//!
//! Wraps an HTTP JSON endpoint as a `TableSource`. Conditions on tables
//! become URL query parameters, pagination is appended, and responses are
//! parsed against a configurable [`ResponseShape`]. CBOR values flow
//! end-to-end, bridging cleanly into the Vista universal surface.
//!
//! See also: the `graphql` sibling module for a query-language-based
//! HTTP API adapter.
pub use ;
pub use eq_condition;
pub use ;
pub use ;