A Query object is a convenience wrapper for setting up and configuring a query string used for API queries.
Query
Initializes a query instance, optionally with an array of query conditions.
Adds a query condition.
Removes all query conditions.
Removes a query condition.
Returns the formatted string from all query conditions to be used for API requests.
Generated using TypeDoc
A
Query
object is a convenience wrapper for setting up and configuring a query string used for API queries.