Class to perform SQL operations through the REST API.
API docs
Axios instance used for all requests.
Authenticator to use for reauthenticating if needed.
Axios instance to send all requests.
Private
SQL query endpoint to send API requests to.
Returns a structured query result from the raw SQL query API response.
The raw API response data from the /api/sql/query endpoint.
Runs the given SQL query on the backend.
The raw SQL query to run.
Generated using TypeDoc
Class to perform SQL operations through the REST API.
See
API docs