Skip to main content

Crate vantage_api_client

Crate vantage_api_client 

Source

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 use with Table<RestApi, _>::add_condition. Produces the same shape as vantage_table::operation::Operation::eq would for backends that support it.