odata v0.1.7 OData.Query
Construct queries for OData APIs.
Link to this section Summary
Functions
Builds a query for an OData source
Sets the ID when getting a specific item
Set the params for the query all at once, eg. top, skip
Sets the query offset
Sets the query limit
Link to this section Types
Link to this section Functions
Builds a query for an OData source.
Link to this function
build(service_root, entity, params)
build(String.t, String.t, list) :: OData.Query.t
Sets the ID when getting a specific item.
Link to this function
set_params(query, new_params)
set_params(OData.Query.t, Keyword.t) :: OData.Query.t
Set the params for the query all at once, eg. top, skip.
Sets the query offset.
Sets the query limit.