Implementation of ViewsApiClient that goes through the REST API
SQL API client to send all SQL query requests.
Creates a view using the given select statement
Name of the view to create.
Project the view will be created in.
SELECT statement to use for initializing the view.
Deletes a view from the project it belongs to.
Name of the view to delete.
Project the view belongs to.
Gets all views for the given project.
Project name to get all views from.
Generated using TypeDoc
Implementation of ViewsApiClient that goes through the REST API