Skip to main content

Crate vantage_api_client

Crate vantage_api_client 

Source

Re-exports§

pub use vista::AnyTableShell;
pub use vista::ApiColumnExtras;
pub use vista::ApiReferenceExtras;
pub use vista::ApiTableBlock;
pub use vista::ApiTableExtras;
pub use vista::ModelResolver;
pub use vista::NoApiExtras;
pub use vista::RestApiTableShell;
pub use vista::RestApiVistaFactory;
pub use vista::RestApiVistaSpec;

Modules§

vista
Vista bridge for the REST API backend.

Structs§

PaginationParams
Names of the page/limit query parameters the API expects.
RestApi
REST API backend for Vantage — reads data from HTTP JSON endpoints.
RestApiBuilder
Builder for RestApi. Lets callers pick a ResponseShape and override the pagination parameter names.

Enums§

ResponseShape
How the API wraps its row array in the response body.

Functions§

eq_condition
Build an eq condition field = value for Table<RestApi, _>.