Run a single query into Devo query engine. The promise will be fullfiled when all the data has been received. Both dates (from, to) are required.
Devo query to run. See Query type for details.
Runs a query in stream mode, with callbacks instead of having to wait for the response to finish to get the data. Only the from date is required. The to date is optional. The stream will be left open if the "to" date is falsy.
Devo query to run. See StreamQuery type for details.
callback to process every event of data
callback to process progress of the response. It is an array that contains only a number (the eventdate being processed). This event is not called very often, you will see it only in large queries.
callback to process error. This will be the last event in case of failure.
callback to let the consumer know that the query has finished responding. This will be the last event in case of success.
Runs a query in stream mode, with callbacks instead of having to wait for the response to finish to get the data. Only the from date is required. The to date is optional. The stream will be left open if the "to" date is falsy.
Generated using TypeDoc
Client of Serrea API.