Skip to content

Swagger generated Superset gem. Can be deleted when we're done with Superset integration work against rails.

Notifications You must be signed in to change notification settings

uniiverse/superset-rails-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swagger_client

SwaggerClient - the Ruby gem for the Superset

Superset

This SDK is automatically generated by the Swagger Codegen project:

  • API version: v1
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.v3.generators.ruby.RubyClientCodegen

Installation

Build a gem

To build the Ruby code into a gem:

gem build swagger_client.gemspec

Then either install the gem locally:

gem install ./swagger_client-1.0.0.gem

(for development, run gem install --dev ./swagger_client-1.0.0.gem to install the development dependencies)

or publish the gem to a gem hosting service, e.g. RubyGems.

Finally add this to the Gemfile:

gem 'swagger_client', '~> 1.0.0'

Install from Git

If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:

gem 'swagger_client', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'

Include the Ruby code directly

Include the Ruby code directly using -I as follows:

ruby -Ilib script.rb

Getting Started

Please follow the installation procedure and then run the following code:

# Load the gem
require 'swagger_client'
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::AnnotationLayersApi.new
opts = { 
  q: SwaggerClient::GetDeleteIdsSchema.new # GetDeleteIdsSchema | 
}

begin
  result = api_instance.api_v1_annotation_layer_delete(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::AnnotationLayersApi.new
opts = { 
  q: SwaggerClient::GetListSchema.new # GetListSchema | 
}

begin
  result = api_instance.api_v1_annotation_layer_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::AnnotationLayersApi.new
opts = { 
  q: SwaggerClient::GetInfoSchema.new # GetInfoSchema | 
}

begin
  result = api_instance.api_v1_annotation_layer_info_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_info_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::AnnotationLayersApi.new
pk = 56 # Integer | The annotation layer pk for this annotation
annotation_id = 56 # Integer | The annotation pk for this annotation


begin
  result = api_instance.api_v1_annotation_layer_pk_annotation_annotation_id_delete(pk, annotation_id)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_pk_annotation_annotation_id_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::AnnotationLayersApi.new
pk = 56 # Integer | The annotation layer pk for this annotation
annotation_id = 56 # Integer | The annotation pk
opts = { 
  q: SwaggerClient::GetItemSchema.new # GetItemSchema | 
}

begin
  result = api_instance.api_v1_annotation_layer_pk_annotation_annotation_id_get(pk, annotation_id, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_pk_annotation_annotation_id_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::AnnotationLayersApi.new
body = SwaggerClient::AnnotationRestApiPut.new # AnnotationRestApiPut | Annotation schema
pk = 56 # Integer | The annotation layer pk for this annotation
annotation_id = 56 # Integer | The annotation pk for this annotation


begin
  result = api_instance.api_v1_annotation_layer_pk_annotation_annotation_id_put(body, pk, annotation_id)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_pk_annotation_annotation_id_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::AnnotationLayersApi.new
pk = 56 # Integer | The annotation layer pk for this annotation
opts = { 
  q: SwaggerClient::GetDeleteIdsSchema.new # GetDeleteIdsSchema | 
}

begin
  result = api_instance.api_v1_annotation_layer_pk_annotation_delete(pk, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_pk_annotation_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::AnnotationLayersApi.new
pk = 56 # Integer | The annotation layer id for this annotation
opts = { 
  q: SwaggerClient::GetListSchema.new # GetListSchema | 
}

begin
  result = api_instance.api_v1_annotation_layer_pk_annotation_get(pk, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_pk_annotation_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::AnnotationLayersApi.new
body = SwaggerClient::AnnotationRestApiPost.new # AnnotationRestApiPost | Annotation schema
pk = 56 # Integer | The annotation layer pk for this annotation


begin
  result = api_instance.api_v1_annotation_layer_pk_annotation_post(body, pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_pk_annotation_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::AnnotationLayersApi.new
pk = 56 # Integer | The annotation layer pk for this annotation


begin
  result = api_instance.api_v1_annotation_layer_pk_delete(pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_pk_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::AnnotationLayersApi.new
pk = 56 # Integer | 
opts = { 
  q: SwaggerClient::GetItemSchema.new # GetItemSchema | 
}

begin
  result = api_instance.api_v1_annotation_layer_pk_get(pk, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_pk_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::AnnotationLayersApi.new
body = SwaggerClient::AnnotationLayerRestApiPut.new # AnnotationLayerRestApiPut | Annotation schema
pk = 56 # Integer | The annotation layer pk for this annotation


begin
  result = api_instance.api_v1_annotation_layer_pk_put(body, pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_pk_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::AnnotationLayersApi.new
body = SwaggerClient::AnnotationLayerRestApiPost.new # AnnotationLayerRestApiPost | Annotation Layer schema


begin
  result = api_instance.api_v1_annotation_layer_post(body)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::AnnotationLayersApi.new
column_name = 'column_name_example' # String | 
opts = { 
  q: SwaggerClient::GetRelatedSchema.new # GetRelatedSchema | 
}

begin
  result = api_instance.api_v1_annotation_layer_related_column_name_get(column_name, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling AnnotationLayersApi->api_v1_annotation_layer_related_column_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::AsyncEventsRestApiApi.new
opts = { 
  last_id: 'last_id_example' # String | Last ID received by the client
}

begin
  result = api_instance.api_v1_async_event_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling AsyncEventsRestApiApi->api_v1_async_event_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::CSSTemplatesApi.new
opts = { 
  q: SwaggerClient::GetDeleteIdsSchema.new # GetDeleteIdsSchema | 
}

begin
  result = api_instance.api_v1_css_template_delete(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling CSSTemplatesApi->api_v1_css_template_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::CSSTemplatesApi.new
opts = { 
  q: SwaggerClient::GetListSchema.new # GetListSchema | 
}

begin
  result = api_instance.api_v1_css_template_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling CSSTemplatesApi->api_v1_css_template_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::CSSTemplatesApi.new
opts = { 
  q: SwaggerClient::GetInfoSchema.new # GetInfoSchema | 
}

begin
  result = api_instance.api_v1_css_template_info_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling CSSTemplatesApi->api_v1_css_template_info_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::CSSTemplatesApi.new
pk = 56 # Integer | 


begin
  result = api_instance.api_v1_css_template_pk_delete(pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling CSSTemplatesApi->api_v1_css_template_pk_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::CSSTemplatesApi.new
pk = 56 # Integer | 
opts = { 
  q: SwaggerClient::GetItemSchema.new # GetItemSchema | 
}

begin
  result = api_instance.api_v1_css_template_pk_get(pk, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling CSSTemplatesApi->api_v1_css_template_pk_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::CSSTemplatesApi.new
body = SwaggerClient::CssTemplateRestApiPut.new # CssTemplateRestApiPut | Model schema
pk = 56 # Integer | 


begin
  result = api_instance.api_v1_css_template_pk_put(body, pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling CSSTemplatesApi->api_v1_css_template_pk_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::CSSTemplatesApi.new
body = SwaggerClient::CssTemplateRestApiPost.new # CssTemplateRestApiPost | Model schema


begin
  result = api_instance.api_v1_css_template_post(body)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling CSSTemplatesApi->api_v1_css_template_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::CSSTemplatesApi.new
column_name = 'column_name_example' # String | 
opts = { 
  q: SwaggerClient::GetRelatedSchema.new # GetRelatedSchema | 
}

begin
  result = api_instance.api_v1_css_template_related_column_name_get(column_name, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling CSSTemplatesApi->api_v1_css_template_related_column_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::CacheRestApiApi.new
body = SwaggerClient::CacheInvalidationRequestSchema.new # CacheInvalidationRequestSchema | A list of datasources uuid or the tuples of database and datasource names


begin
  api_instance.api_v1_cachekey_invalidate_post(body)
rescue SwaggerClient::ApiError => e
  puts "Exception when calling CacheRestApiApi->api_v1_cachekey_invalidate_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ChartsApi.new
cache_key = 'cache_key_example' # String | 


begin
  result = api_instance.api_v1_chart_data_cache_key_get(cache_key)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ChartsApi->api_v1_chart_data_cache_key_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ChartsApi.new
body = SwaggerClient::ChartDataQueryContextSchema.new # ChartDataQueryContextSchema | A query context consists of a datasource from which to fetch data and one or many query objects.


begin
  result = api_instance.api_v1_chart_data_post(body)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ChartsApi->api_v1_chart_data_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ChartsApi.new
opts = { 
  q: SwaggerClient::GetDeleteIdsSchema.new # GetDeleteIdsSchema | 
}

begin
  result = api_instance.api_v1_chart_delete(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ChartsApi->api_v1_chart_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ChartsApi.new
opts = { 
  q: SwaggerClient::GetExportIdsSchema.new # GetExportIdsSchema | 
}

begin
  result = api_instance.api_v1_chart_export_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ChartsApi->api_v1_chart_export_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ChartsApi.new
opts = { 
  q: SwaggerClient::GetFavStarIdsSchema.new # GetFavStarIdsSchema | 
}

begin
  result = api_instance.api_v1_chart_favorite_status_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ChartsApi->api_v1_chart_favorite_status_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ChartsApi.new
opts = { 
  q: SwaggerClient::GetListSchema.new # GetListSchema | 
}

begin
  result = api_instance.api_v1_chart_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ChartsApi->api_v1_chart_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ChartsApi.new
form_data = 'form_data_example' # String | 
overwrite = true # BOOLEAN | 
passwords = 'passwords_example' # String | 


begin
  result = api_instance.api_v1_chart_import_post(form_data, overwrite, passwords)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ChartsApi->api_v1_chart_import_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ChartsApi.new
opts = { 
  q: SwaggerClient::GetInfoSchema.new # GetInfoSchema | 
}

begin
  result = api_instance.api_v1_chart_info_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ChartsApi->api_v1_chart_info_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ChartsApi.new
pk = 56 # Integer | 
opts = { 
  q: SwaggerClient::ScreenshotQuerySchema.new # ScreenshotQuerySchema | 
}

begin
  result = api_instance.api_v1_chart_pk_cache_screenshot_get(pk, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ChartsApi->api_v1_chart_pk_cache_screenshot_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ChartsApi.new
pk = 56 # Integer | The chart ID
opts = { 
  format: 'format_example', # String | The format in which the data should be returned
  type: 'type_example' # String | The type in which the data should be returned
}

begin
  result = api_instance.api_v1_chart_pk_data_get(pk, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ChartsApi->api_v1_chart_pk_data_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ChartsApi.new
pk = 56 # Integer | 


begin
  result = api_instance.api_v1_chart_pk_delete(pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ChartsApi->api_v1_chart_pk_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ChartsApi.new
pk = 56 # Integer | 
opts = { 
  q: SwaggerClient::GetItemSchema.new # GetItemSchema | 
}

begin
  result = api_instance.api_v1_chart_pk_get(pk, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ChartsApi->api_v1_chart_pk_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ChartsApi.new
body = SwaggerClient::ChartRestApiPut.new # ChartRestApiPut | Chart schema
pk = 56 # Integer | 


begin
  result = api_instance.api_v1_chart_pk_put(body, pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ChartsApi->api_v1_chart_pk_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ChartsApi.new
pk = 56 # Integer | 
digest = 'digest_example' # String | 


begin
  result = api_instance.api_v1_chart_pk_screenshot_digest_get(pk, digest)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ChartsApi->api_v1_chart_pk_screenshot_digest_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ChartsApi.new
pk = 56 # Integer | 
digest = 'digest_example' # String | 


begin
  result = api_instance.api_v1_chart_pk_thumbnail_digest_get(pk, digest)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ChartsApi->api_v1_chart_pk_thumbnail_digest_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ChartsApi.new
body = SwaggerClient::ChartRestApiPost.new # ChartRestApiPost | Chart schema


begin
  result = api_instance.api_v1_chart_post(body)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ChartsApi->api_v1_chart_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ChartsApi.new
column_name = 'column_name_example' # String | 
opts = { 
  q: SwaggerClient::GetRelatedSchema.new # GetRelatedSchema | 
}

begin
  result = api_instance.api_v1_chart_related_column_name_get(column_name, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ChartsApi->api_v1_chart_related_column_name_get: #{e}"
end

api_instance = SwaggerClient::CurrentUserApi.new

begin
  result = api_instance.api_v1_me_get
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling CurrentUserApi->api_v1_me_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardFilterStateApi.new
pk = 56 # Integer | 
key = 'key_example' # String | The value key.


begin
  result = api_instance.api_v1_dashboard_pk_filter_state_key_delete(pk, key)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardFilterStateApi->api_v1_dashboard_pk_filter_state_key_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardFilterStateApi.new
pk = 56 # Integer | 
key = 'key_example' # String | 


begin
  result = api_instance.api_v1_dashboard_pk_filter_state_key_get(pk, key)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardFilterStateApi->api_v1_dashboard_pk_filter_state_key_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardFilterStateApi.new
body = SwaggerClient::TemporaryCachePutSchema.new # TemporaryCachePutSchema | 
pk = 56 # Integer | 
key = 'key_example' # String | 
opts = { 
  tab_id: 56 # Integer | 
}

begin
  result = api_instance.api_v1_dashboard_pk_filter_state_key_put(body, pk, key, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardFilterStateApi->api_v1_dashboard_pk_filter_state_key_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardFilterStateApi.new
body = SwaggerClient::TemporaryCachePostSchema.new # TemporaryCachePostSchema | 
pk = 56 # Integer | 
opts = { 
  tab_id: 56 # Integer | 
}

begin
  result = api_instance.api_v1_dashboard_pk_filter_state_post(body, pk, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardFilterStateApi->api_v1_dashboard_pk_filter_state_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardPermanentLinkApi.new
key = 'key_example' # String | 


begin
  result = api_instance.api_v1_dashboard_permalink_key_get(key)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardPermanentLinkApi->api_v1_dashboard_permalink_key_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardPermanentLinkApi.new
body = SwaggerClient::DashboardPermalinkPostSchema.new # DashboardPermalinkPostSchema | 
pk = 'pk_example' # String | 


begin
  result = api_instance.api_v1_dashboard_pk_permalink_post(body, pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardPermanentLinkApi->api_v1_dashboard_pk_permalink_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardsApi.new
opts = { 
  q: SwaggerClient::GetDeleteIdsSchema.new # GetDeleteIdsSchema | 
}

begin
  result = api_instance.api_v1_dashboard_delete(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardsApi->api_v1_dashboard_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardsApi.new
opts = { 
  q: SwaggerClient::GetExportIdsSchema.new # GetExportIdsSchema | 
}

begin
  result = api_instance.api_v1_dashboard_export_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardsApi->api_v1_dashboard_export_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardsApi.new
opts = { 
  q: SwaggerClient::GetFavStarIdsSchema.new # GetFavStarIdsSchema | 
}

begin
  result = api_instance.api_v1_dashboard_favorite_status_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardsApi->api_v1_dashboard_favorite_status_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardsApi.new
opts = { 
  q: SwaggerClient::GetListSchema.new # GetListSchema | 
}

begin
  result = api_instance.api_v1_dashboard_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardsApi->api_v1_dashboard_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardsApi.new
id_or_slug = 'id_or_slug_example' # String | 


begin
  result = api_instance.api_v1_dashboard_id_or_slug_charts_get(id_or_slug)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardsApi->api_v1_dashboard_id_or_slug_charts_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardsApi.new
id_or_slug = 'id_or_slug_example' # String | Either the id of the dashboard, or its slug


begin
  result = api_instance.api_v1_dashboard_id_or_slug_datasets_get(id_or_slug)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardsApi->api_v1_dashboard_id_or_slug_datasets_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardsApi.new
id_or_slug = 'id_or_slug_example' # String | The dashboard id or slug


begin
  result = api_instance.api_v1_dashboard_id_or_slug_embedded_delete(id_or_slug)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardsApi->api_v1_dashboard_id_or_slug_embedded_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardsApi.new
id_or_slug = 'id_or_slug_example' # String | The dashboard id or slug


begin
  result = api_instance.api_v1_dashboard_id_or_slug_embedded_get(id_or_slug)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardsApi->api_v1_dashboard_id_or_slug_embedded_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardsApi.new
body = SwaggerClient::EmbeddedDashboardConfig.new # EmbeddedDashboardConfig | The embedded configuration to set
id_or_slug = 'id_or_slug_example' # String | The dashboard id or slug


begin
  result = api_instance.api_v1_dashboard_id_or_slug_embedded_post(body, id_or_slug)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardsApi->api_v1_dashboard_id_or_slug_embedded_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardsApi.new
body = SwaggerClient::EmbeddedDashboardConfig.new # EmbeddedDashboardConfig | The embedded configuration to set
id_or_slug = 'id_or_slug_example' # String | The dashboard id or slug


begin
  result = api_instance.api_v1_dashboard_id_or_slug_embedded_put(body, id_or_slug)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardsApi->api_v1_dashboard_id_or_slug_embedded_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardsApi.new
id_or_slug = 'id_or_slug_example' # String | Either the id of the dashboard, or its slug


begin
  result = api_instance.api_v1_dashboard_id_or_slug_get(id_or_slug)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardsApi->api_v1_dashboard_id_or_slug_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardsApi.new
form_data = 'form_data_example' # String | 
overwrite = true # BOOLEAN | 
passwords = 'passwords_example' # String | 


begin
  result = api_instance.api_v1_dashboard_import_post(form_data, overwrite, passwords)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardsApi->api_v1_dashboard_import_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardsApi.new
opts = { 
  q: SwaggerClient::GetInfoSchema.new # GetInfoSchema | 
}

begin
  result = api_instance.api_v1_dashboard_info_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardsApi->api_v1_dashboard_info_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardsApi.new
pk = 56 # Integer | 


begin
  result = api_instance.api_v1_dashboard_pk_delete(pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardsApi->api_v1_dashboard_pk_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardsApi.new
body = SwaggerClient::DashboardRestApiPut.new # DashboardRestApiPut | Dashboard schema
pk = 56 # Integer | 


begin
  result = api_instance.api_v1_dashboard_pk_put(body, pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardsApi->api_v1_dashboard_pk_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardsApi.new
pk = 56 # Integer | 
digest = 'digest_example' # String | A hex digest that makes this dashboard unique
opts = { 
  q: SwaggerClient::ThumbnailQuerySchema.new # ThumbnailQuerySchema | 
}

begin
  result = api_instance.api_v1_dashboard_pk_thumbnail_digest_get(pk, digest, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardsApi->api_v1_dashboard_pk_thumbnail_digest_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardsApi.new
body = SwaggerClient::DashboardRestApiPost.new # DashboardRestApiPost | Dashboard schema


begin
  result = api_instance.api_v1_dashboard_post(body)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardsApi->api_v1_dashboard_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DashboardsApi.new
column_name = 'column_name_example' # String | 
opts = { 
  q: SwaggerClient::GetRelatedSchema.new # GetRelatedSchema | 
}

begin
  result = api_instance.api_v1_dashboard_related_column_name_get(column_name, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DashboardsApi->api_v1_dashboard_related_column_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatabaseApi.new

begin
  result = api_instance.api_v1_database_available_get
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatabaseApi->api_v1_database_available_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatabaseApi.new
opts = { 
  q: SwaggerClient::GetExportIdsSchema.new # GetExportIdsSchema | 
}

begin
  result = api_instance.api_v1_database_export_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatabaseApi->api_v1_database_export_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatabaseApi.new
opts = { 
  q: SwaggerClient::GetListSchema.new # GetListSchema | 
}

begin
  result = api_instance.api_v1_database_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatabaseApi->api_v1_database_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatabaseApi.new
form_data = 'form_data_example' # String | 
overwrite = true # BOOLEAN | 
passwords = 'passwords_example' # String | 


begin
  result = api_instance.api_v1_database_import_post(form_data, overwrite, passwords)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatabaseApi->api_v1_database_import_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatabaseApi.new
opts = { 
  q: SwaggerClient::GetInfoSchema.new # GetInfoSchema | 
}

begin
  result = api_instance.api_v1_database_info_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatabaseApi->api_v1_database_info_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatabaseApi.new
pk = 56 # Integer | 


begin
  result = api_instance.api_v1_database_pk_delete(pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatabaseApi->api_v1_database_pk_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatabaseApi.new
pk = 56 # Integer | 


begin
  result = api_instance.api_v1_database_pk_function_names_get(pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatabaseApi->api_v1_database_pk_function_names_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatabaseApi.new
pk = 56 # Integer | 
opts = { 
  q: SwaggerClient::GetItemSchema.new # GetItemSchema | 
}

begin
  result = api_instance.api_v1_database_pk_get(pk, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatabaseApi->api_v1_database_pk_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatabaseApi.new
body = SwaggerClient::DatabaseRestApiPut.new # DatabaseRestApiPut | Database schema
pk = 56 # Integer | 


begin
  result = api_instance.api_v1_database_pk_put(body, pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatabaseApi->api_v1_database_pk_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatabaseApi.new
pk = 56 # Integer | 


begin
  result = api_instance.api_v1_database_pk_related_objects_get(pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatabaseApi->api_v1_database_pk_related_objects_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatabaseApi.new
pk = 56 # Integer | The database id
opts = { 
  q: SwaggerClient::DatabaseSchemasQuerySchema.new # DatabaseSchemasQuerySchema | 
}

begin
  result = api_instance.api_v1_database_pk_schemas_get(pk, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatabaseApi->api_v1_database_pk_schemas_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatabaseApi.new
pk = 56 # Integer | The database id
table_name = 'table_name_example' # String | Table name
schema_name = 'schema_name_example' # String | Table schema


begin
  result = api_instance.api_v1_database_pk_select_star_table_name_get(pk, table_name, schema_name)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatabaseApi->api_v1_database_pk_select_star_table_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatabaseApi.new
pk = 56 # Integer | The database id
table_name = 'table_name_example' # String | Table name
schema_name = 'schema_name_example' # String | Table schema


begin
  result = api_instance.api_v1_database_pk_select_star_table_name_schema_name_get(pk, table_name, schema_name)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatabaseApi->api_v1_database_pk_select_star_table_name_schema_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatabaseApi.new
pk = 56 # Integer | The database id
table_name = 'table_name_example' # String | Table name
schema_name = 'schema_name_example' # String | Table schema


begin
  result = api_instance.api_v1_database_pk_table_table_name_schema_name_get(pk, table_name, schema_name)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatabaseApi->api_v1_database_pk_table_table_name_schema_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatabaseApi.new
body = SwaggerClient::DatabaseRestApiPost.new # DatabaseRestApiPost | Database schema


begin
  result = api_instance.api_v1_database_post(body)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatabaseApi->api_v1_database_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatabaseApi.new
body = SwaggerClient::DatabaseTestConnectionSchema.new # DatabaseTestConnectionSchema | Database schema


begin
  result = api_instance.api_v1_database_test_connection_post(body)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatabaseApi->api_v1_database_test_connection_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatabaseApi.new
body = SwaggerClient::DatabaseValidateParametersSchema.new # DatabaseValidateParametersSchema | DB-specific parameters


begin
  result = api_instance.api_v1_database_validate_parameters_post(body)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatabaseApi->api_v1_database_validate_parameters_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatasetsApi.new
opts = { 
  q: SwaggerClient::GetDeleteIdsSchema.new # GetDeleteIdsSchema | 
}

begin
  result = api_instance.api_v1_dataset_delete(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatasetsApi->api_v1_dataset_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatasetsApi.new
column_name = 'column_name_example' # String | 
opts = { 
  q: SwaggerClient::GetRelatedSchema.new # GetRelatedSchema | 
}

begin
  result = api_instance.api_v1_dataset_distinct_column_name_get(column_name, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatasetsApi->api_v1_dataset_distinct_column_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatasetsApi.new
opts = { 
  q: SwaggerClient::GetExportIdsSchema.new # GetExportIdsSchema | 
}

begin
  result = api_instance.api_v1_dataset_export_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatasetsApi->api_v1_dataset_export_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatasetsApi.new
opts = { 
  q: SwaggerClient::GetListSchema.new # GetListSchema | 
}

begin
  result = api_instance.api_v1_dataset_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatasetsApi->api_v1_dataset_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatasetsApi.new
form_data = 'form_data_example' # String | 
overwrite = true # BOOLEAN | 
passwords = 'passwords_example' # String | 


begin
  result = api_instance.api_v1_dataset_import_post(form_data, overwrite, passwords)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatasetsApi->api_v1_dataset_import_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatasetsApi.new
opts = { 
  q: SwaggerClient::GetInfoSchema.new # GetInfoSchema | 
}

begin
  result = api_instance.api_v1_dataset_info_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatasetsApi->api_v1_dataset_info_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatasetsApi.new
pk = 56 # Integer | The dataset pk for this column
column_id = 56 # Integer | The column id for this dataset


begin
  result = api_instance.api_v1_dataset_pk_column_column_id_delete(pk, column_id)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatasetsApi->api_v1_dataset_pk_column_column_id_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatasetsApi.new
pk = 56 # Integer | 


begin
  result = api_instance.api_v1_dataset_pk_delete(pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatasetsApi->api_v1_dataset_pk_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatasetsApi.new
pk = 56 # Integer | 
opts = { 
  q: SwaggerClient::GetItemSchema.new # GetItemSchema | 
}

begin
  result = api_instance.api_v1_dataset_pk_get(pk, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatasetsApi->api_v1_dataset_pk_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatasetsApi.new
pk = 56 # Integer | The dataset pk for this column
metric_id = 56 # Integer | The metric id for this dataset


begin
  result = api_instance.api_v1_dataset_pk_metric_metric_id_delete(pk, metric_id)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatasetsApi->api_v1_dataset_pk_metric_metric_id_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatasetsApi.new
body = SwaggerClient::DatasetRestApiPut.new # DatasetRestApiPut | Dataset schema
pk = 56 # Integer | 
opts = { 
  override_columns: true # BOOLEAN | 
}

begin
  result = api_instance.api_v1_dataset_pk_put(body, pk, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatasetsApi->api_v1_dataset_pk_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatasetsApi.new
pk = 56 # Integer | 


begin
  result = api_instance.api_v1_dataset_pk_refresh_put(pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatasetsApi->api_v1_dataset_pk_refresh_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatasetsApi.new
pk = 56 # Integer | 


begin
  result = api_instance.api_v1_dataset_pk_related_objects_get(pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatasetsApi->api_v1_dataset_pk_related_objects_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatasetsApi.new
body = SwaggerClient::DatasetRestApiPost.new # DatasetRestApiPost | Dataset schema


begin
  result = api_instance.api_v1_dataset_post(body)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatasetsApi->api_v1_dataset_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::DatasetsApi.new
column_name = 'column_name_example' # String | 
opts = { 
  q: SwaggerClient::GetRelatedSchema.new # GetRelatedSchema | 
}

begin
  result = api_instance.api_v1_dataset_related_column_name_get(column_name, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling DatasetsApi->api_v1_dataset_related_column_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ExploreFormDataApi.new
key = 'key_example' # String | The form_data key.


begin
  result = api_instance.api_v1_explore_form_data_key_delete(key)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ExploreFormDataApi->api_v1_explore_form_data_key_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ExploreFormDataApi.new
key = 'key_example' # String | 


begin
  result = api_instance.api_v1_explore_form_data_key_get(key)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ExploreFormDataApi->api_v1_explore_form_data_key_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ExploreFormDataApi.new
body = SwaggerClient::FormDataPutSchema.new # FormDataPutSchema | 
key = 'key_example' # String | 
opts = { 
  tab_id: 56 # Integer | 
}

begin
  result = api_instance.api_v1_explore_form_data_key_put(body, key, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ExploreFormDataApi->api_v1_explore_form_data_key_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ExploreFormDataApi.new
body = SwaggerClient::FormDataPostSchema.new # FormDataPostSchema | 
opts = { 
  tab_id: 56 # Integer | 
}

begin
  result = api_instance.api_v1_explore_form_data_post(body, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ExploreFormDataApi->api_v1_explore_form_data_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ExplorePermanentLinkApi.new
key = 'key_example' # String | 


begin
  result = api_instance.api_v1_explore_permalink_key_get(key)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ExplorePermanentLinkApi->api_v1_explore_permalink_key_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ExplorePermanentLinkApi.new
body = SwaggerClient::ExplorePermalinkPostSchema.new # ExplorePermalinkPostSchema | 


begin
  result = api_instance.api_v1_explore_permalink_post(body)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ExplorePermanentLinkApi->api_v1_explore_permalink_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::FilterSetRestApiApi.new
dashboard_id = 56 # Integer | The id of the dashboard


begin
  result = api_instance.api_v1_dashboard_dashboard_id_filtersets_get(dashboard_id)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling FilterSetRestApiApi->api_v1_dashboard_dashboard_id_filtersets_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::FilterSetRestApiApi.new
dashboard_id = 56 # Integer | 
pk = 56 # Integer | 


begin
  result = api_instance.api_v1_dashboard_dashboard_id_filtersets_pk_delete(dashboard_id, pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling FilterSetRestApiApi->api_v1_dashboard_dashboard_id_filtersets_pk_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::FilterSetRestApiApi.new
body = SwaggerClient::FilterSetRestApiPut.new # FilterSetRestApiPut | Filter set schema
dashboard_id = 56 # Integer | 
pk = 56 # Integer | 


begin
  result = api_instance.api_v1_dashboard_dashboard_id_filtersets_pk_put(body, dashboard_id, pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling FilterSetRestApiApi->api_v1_dashboard_dashboard_id_filtersets_pk_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::FilterSetRestApiApi.new
body = SwaggerClient::FilterSetRestApiPost.new # FilterSetRestApiPost | Filter set schema
dashboard_id = 56 # Integer | The id of the dashboard


begin
  result = api_instance.api_v1_dashboard_dashboard_id_filtersets_post(body, dashboard_id)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling FilterSetRestApiApi->api_v1_dashboard_dashboard_id_filtersets_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ImportexportApi.new

begin
  result = api_instance.api_v1_assets_export_get
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ImportexportApi->api_v1_assets_export_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ImportexportApi.new
bundle = 'bundle_example' # String | 
passwords = 'passwords_example' # String | 


begin
  result = api_instance.api_v1_assets_import_post(bundle, passwords)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ImportexportApi->api_v1_assets_import_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::LogRestApiApi.new
opts = { 
  q: SwaggerClient::GetListSchema.new # GetListSchema | 
}

begin
  result = api_instance.api_v1_log_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling LogRestApiApi->api_v1_log_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::LogRestApiApi.new
pk = 56 # Integer | 
opts = { 
  q: SwaggerClient::GetItemSchema.new # GetItemSchema | 
}

begin
  result = api_instance.api_v1_log_pk_get(pk, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling LogRestApiApi->api_v1_log_pk_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::LogRestApiApi.new
body = SwaggerClient::LogRestApiPost.new # LogRestApiPost | Model schema


begin
  result = api_instance.api_v1_log_post(body)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling LogRestApiApi->api_v1_log_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::MenuApi.new

begin
  result = api_instance.api_v1_menu_get
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling MenuApi->api_v1_menu_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::OpenApiApi.new
version = 'version_example' # String | 


begin
  result = api_instance.api_version_openapi_get(version)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling OpenApiApi->api_version_openapi_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::QueriesApi.new
column_name = 'column_name_example' # String | 
opts = { 
  q: SwaggerClient::GetRelatedSchema.new # GetRelatedSchema | 
}

begin
  result = api_instance.api_v1_query_distinct_column_name_get(column_name, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling QueriesApi->api_v1_query_distinct_column_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::QueriesApi.new
opts = { 
  q: SwaggerClient::GetListSchema.new # GetListSchema | 
}

begin
  result = api_instance.api_v1_query_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling QueriesApi->api_v1_query_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::QueriesApi.new
pk = 56 # Integer | 
opts = { 
  q: SwaggerClient::GetItemSchema.new # GetItemSchema | 
}

begin
  result = api_instance.api_v1_query_pk_get(pk, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling QueriesApi->api_v1_query_pk_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::QueriesApi.new
column_name = 'column_name_example' # String | 
opts = { 
  q: SwaggerClient::GetRelatedSchema.new # GetRelatedSchema | 
}

begin
  result = api_instance.api_v1_query_related_column_name_get(column_name, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling QueriesApi->api_v1_query_related_column_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::QueriesApi.new
opts = { 
  q: SwaggerClient::GetDeleteIdsSchema.new # GetDeleteIdsSchema | 
}

begin
  result = api_instance.api_v1_saved_query_delete(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling QueriesApi->api_v1_saved_query_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::QueriesApi.new
column_name = 'column_name_example' # String | 
opts = { 
  q: SwaggerClient::GetRelatedSchema.new # GetRelatedSchema | 
}

begin
  result = api_instance.api_v1_saved_query_distinct_column_name_get(column_name, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling QueriesApi->api_v1_saved_query_distinct_column_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::QueriesApi.new
opts = { 
  q: SwaggerClient::GetExportIdsSchema.new # GetExportIdsSchema | 
}

begin
  result = api_instance.api_v1_saved_query_export_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling QueriesApi->api_v1_saved_query_export_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::QueriesApi.new
opts = { 
  q: SwaggerClient::GetListSchema.new # GetListSchema | 
}

begin
  result = api_instance.api_v1_saved_query_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling QueriesApi->api_v1_saved_query_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::QueriesApi.new
form_data = 'form_data_example' # String | 
overwrite = true # BOOLEAN | 
passwords = 'passwords_example' # String | 


begin
  result = api_instance.api_v1_saved_query_import_post(form_data, overwrite, passwords)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling QueriesApi->api_v1_saved_query_import_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::QueriesApi.new
opts = { 
  q: SwaggerClient::GetInfoSchema.new # GetInfoSchema | 
}

begin
  result = api_instance.api_v1_saved_query_info_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling QueriesApi->api_v1_saved_query_info_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::QueriesApi.new
pk = 56 # Integer | 


begin
  result = api_instance.api_v1_saved_query_pk_delete(pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling QueriesApi->api_v1_saved_query_pk_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::QueriesApi.new
pk = 56 # Integer | 
opts = { 
  q: SwaggerClient::GetItemSchema.new # GetItemSchema | 
}

begin
  result = api_instance.api_v1_saved_query_pk_get(pk, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling QueriesApi->api_v1_saved_query_pk_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::QueriesApi.new
body = SwaggerClient::SavedQueryRestApiPut.new # SavedQueryRestApiPut | Model schema
pk = 56 # Integer | 


begin
  result = api_instance.api_v1_saved_query_pk_put(body, pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling QueriesApi->api_v1_saved_query_pk_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::QueriesApi.new
body = SwaggerClient::SavedQueryRestApiPost.new # SavedQueryRestApiPost | Model schema


begin
  result = api_instance.api_v1_saved_query_post(body)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling QueriesApi->api_v1_saved_query_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::QueriesApi.new
column_name = 'column_name_example' # String | 
opts = { 
  q: SwaggerClient::GetRelatedSchema.new # GetRelatedSchema | 
}

begin
  result = api_instance.api_v1_saved_query_related_column_name_get(column_name, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling QueriesApi->api_v1_saved_query_related_column_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ReportSchedulesApi.new
opts = { 
  q: SwaggerClient::GetDeleteIdsSchema.new # GetDeleteIdsSchema | 
}

begin
  result = api_instance.api_v1_report_delete(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ReportSchedulesApi->api_v1_report_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ReportSchedulesApi.new
opts = { 
  q: SwaggerClient::GetListSchema.new # GetListSchema | 
}

begin
  result = api_instance.api_v1_report_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ReportSchedulesApi->api_v1_report_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ReportSchedulesApi.new
opts = { 
  q: SwaggerClient::GetInfoSchema.new # GetInfoSchema | 
}

begin
  result = api_instance.api_v1_report_info_get(opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ReportSchedulesApi->api_v1_report_info_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ReportSchedulesApi.new
pk = 56 # Integer | The report schedule pk


begin
  result = api_instance.api_v1_report_pk_delete(pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ReportSchedulesApi->api_v1_report_pk_delete: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ReportSchedulesApi.new
pk = 56 # Integer | 
opts = { 
  q: SwaggerClient::GetItemSchema.new # GetItemSchema | 
}

begin
  result = api_instance.api_v1_report_pk_get(pk, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ReportSchedulesApi->api_v1_report_pk_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ReportSchedulesApi.new
pk = 56 # Integer | The report schedule id for these logs
opts = { 
  q: SwaggerClient::GetListSchema.new # GetListSchema | 
}

begin
  result = api_instance.api_v1_report_pk_log_get(pk, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ReportSchedulesApi->api_v1_report_pk_log_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ReportSchedulesApi.new
pk = 56 # Integer | The report schedule pk for log
log_id = 56 # Integer | The log pk
opts = { 
  q: SwaggerClient::GetItemSchema.new # GetItemSchema | 
}

begin
  result = api_instance.api_v1_report_pk_log_log_id_get(pk, log_id, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ReportSchedulesApi->api_v1_report_pk_log_log_id_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ReportSchedulesApi.new
body = SwaggerClient::ReportScheduleRestApiPut.new # ReportScheduleRestApiPut | Report Schedule schema
pk = 56 # Integer | The Report Schedule pk


begin
  result = api_instance.api_v1_report_pk_put(body, pk)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ReportSchedulesApi->api_v1_report_pk_put: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ReportSchedulesApi.new
body = SwaggerClient::ReportScheduleRestApiPost.new # ReportScheduleRestApiPost | Report Schedule schema


begin
  result = api_instance.api_v1_report_post(body)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ReportSchedulesApi->api_v1_report_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::ReportSchedulesApi.new
column_name = 'column_name_example' # String | 
opts = { 
  q: SwaggerClient::GetRelatedSchema.new # GetRelatedSchema | 
}

begin
  result = api_instance.api_v1_report_related_column_name_get(column_name, opts)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling ReportSchedulesApi->api_v1_report_related_column_name_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::SecurityApi.new

begin
  result = api_instance.api_v1_security_csrf_token_get
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling SecurityApi->api_v1_security_csrf_token_get: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::SecurityApi.new
body = SwaggerClient::GuestTokenCreate.new # GuestTokenCreate | Parameters for the guest token


begin
  result = api_instance.api_v1_security_guest_token_post(body)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling SecurityApi->api_v1_security_guest_token_post: #{e}"
end

api_instance = SwaggerClient::SecurityApi.new
body = SwaggerClient::SecurityLoginBody.new # SecurityLoginBody | 


begin
  result = api_instance.api_v1_security_login_post(body)
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling SecurityApi->api_v1_security_login_post: #{e}"
end
# Setup authorization
SwaggerClient.configure do |config|
end

api_instance = SwaggerClient::SecurityApi.new

begin
  result = api_instance.api_v1_security_refresh_post
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling SecurityApi->api_v1_security_refresh_post: #{e}"
end

Documentation for API Endpoints

All URIs are relative to http://superset.data-us-east4.clusters.production.universe.engineer/

Class Method HTTP request Description
SwaggerClient::AnnotationLayersApi api_v1_annotation_layer_delete DELETE /api/v1/annotation_layer/
SwaggerClient::AnnotationLayersApi api_v1_annotation_layer_get GET /api/v1/annotation_layer/
SwaggerClient::AnnotationLayersApi api_v1_annotation_layer_info_get GET /api/v1/annotation_layer/_info
SwaggerClient::AnnotationLayersApi api_v1_annotation_layer_pk_annotation_annotation_id_delete DELETE /api/v1/annotation_layer/{pk}/annotation/{annotation_id}
SwaggerClient::AnnotationLayersApi api_v1_annotation_layer_pk_annotation_annotation_id_get GET /api/v1/annotation_layer/{pk}/annotation/{annotation_id}
SwaggerClient::AnnotationLayersApi api_v1_annotation_layer_pk_annotation_annotation_id_put PUT /api/v1/annotation_layer/{pk}/annotation/{annotation_id}
SwaggerClient::AnnotationLayersApi api_v1_annotation_layer_pk_annotation_delete DELETE /api/v1/annotation_layer/{pk}/annotation/
SwaggerClient::AnnotationLayersApi api_v1_annotation_layer_pk_annotation_get GET /api/v1/annotation_layer/{pk}/annotation/
SwaggerClient::AnnotationLayersApi api_v1_annotation_layer_pk_annotation_post POST /api/v1/annotation_layer/{pk}/annotation/
SwaggerClient::AnnotationLayersApi api_v1_annotation_layer_pk_delete DELETE /api/v1/annotation_layer/{pk}
SwaggerClient::AnnotationLayersApi api_v1_annotation_layer_pk_get GET /api/v1/annotation_layer/{pk}
SwaggerClient::AnnotationLayersApi api_v1_annotation_layer_pk_put PUT /api/v1/annotation_layer/{pk}
SwaggerClient::AnnotationLayersApi api_v1_annotation_layer_post POST /api/v1/annotation_layer/
SwaggerClient::AnnotationLayersApi api_v1_annotation_layer_related_column_name_get GET /api/v1/annotation_layer/related/{column_name}
SwaggerClient::AsyncEventsRestApiApi api_v1_async_event_get GET /api/v1/async_event/
SwaggerClient::CSSTemplatesApi api_v1_css_template_delete DELETE /api/v1/css_template/
SwaggerClient::CSSTemplatesApi api_v1_css_template_get GET /api/v1/css_template/
SwaggerClient::CSSTemplatesApi api_v1_css_template_info_get GET /api/v1/css_template/_info
SwaggerClient::CSSTemplatesApi api_v1_css_template_pk_delete DELETE /api/v1/css_template/{pk}
SwaggerClient::CSSTemplatesApi api_v1_css_template_pk_get GET /api/v1/css_template/{pk}
SwaggerClient::CSSTemplatesApi api_v1_css_template_pk_put PUT /api/v1/css_template/{pk}
SwaggerClient::CSSTemplatesApi api_v1_css_template_post POST /api/v1/css_template/
SwaggerClient::CSSTemplatesApi api_v1_css_template_related_column_name_get GET /api/v1/css_template/related/{column_name}
SwaggerClient::CacheRestApiApi api_v1_cachekey_invalidate_post POST /api/v1/cachekey/invalidate
SwaggerClient::ChartsApi api_v1_chart_data_cache_key_get GET /api/v1/chart/data/{cache_key}
SwaggerClient::ChartsApi api_v1_chart_data_post POST /api/v1/chart/data
SwaggerClient::ChartsApi api_v1_chart_delete DELETE /api/v1/chart/
SwaggerClient::ChartsApi api_v1_chart_export_get GET /api/v1/chart/export/
SwaggerClient::ChartsApi api_v1_chart_favorite_status_get GET /api/v1/chart/favorite_status/
SwaggerClient::ChartsApi api_v1_chart_get GET /api/v1/chart/
SwaggerClient::ChartsApi api_v1_chart_import_post POST /api/v1/chart/import/
SwaggerClient::ChartsApi api_v1_chart_info_get GET /api/v1/chart/_info
SwaggerClient::ChartsApi api_v1_chart_pk_cache_screenshot_get GET /api/v1/chart/{pk}/cache_screenshot/
SwaggerClient::ChartsApi api_v1_chart_pk_data_get GET /api/v1/chart/{pk}/data/
SwaggerClient::ChartsApi api_v1_chart_pk_delete DELETE /api/v1/chart/{pk}
SwaggerClient::ChartsApi api_v1_chart_pk_get GET /api/v1/chart/{pk}
SwaggerClient::ChartsApi api_v1_chart_pk_put PUT /api/v1/chart/{pk}
SwaggerClient::ChartsApi api_v1_chart_pk_screenshot_digest_get GET /api/v1/chart/{pk}/screenshot/{digest}/
SwaggerClient::ChartsApi api_v1_chart_pk_thumbnail_digest_get GET /api/v1/chart/{pk}/thumbnail/{digest}/
SwaggerClient::ChartsApi api_v1_chart_post POST /api/v1/chart/
SwaggerClient::ChartsApi api_v1_chart_related_column_name_get GET /api/v1/chart/related/{column_name}
SwaggerClient::CurrentUserApi api_v1_me_get GET /api/v1/me/
SwaggerClient::DashboardFilterStateApi api_v1_dashboard_pk_filter_state_key_delete DELETE /api/v1/dashboard/{pk}/filter_state/{key}
SwaggerClient::DashboardFilterStateApi api_v1_dashboard_pk_filter_state_key_get GET /api/v1/dashboard/{pk}/filter_state/{key}
SwaggerClient::DashboardFilterStateApi api_v1_dashboard_pk_filter_state_key_put PUT /api/v1/dashboard/{pk}/filter_state/{key}
SwaggerClient::DashboardFilterStateApi api_v1_dashboard_pk_filter_state_post POST /api/v1/dashboard/{pk}/filter_state
SwaggerClient::DashboardPermanentLinkApi api_v1_dashboard_permalink_key_get GET /api/v1/dashboard/permalink/{key}
SwaggerClient::DashboardPermanentLinkApi api_v1_dashboard_pk_permalink_post POST /api/v1/dashboard/{pk}/permalink
SwaggerClient::DashboardsApi api_v1_dashboard_delete DELETE /api/v1/dashboard/
SwaggerClient::DashboardsApi api_v1_dashboard_export_get GET /api/v1/dashboard/export/
SwaggerClient::DashboardsApi api_v1_dashboard_favorite_status_get GET /api/v1/dashboard/favorite_status/
SwaggerClient::DashboardsApi api_v1_dashboard_get GET /api/v1/dashboard/
SwaggerClient::DashboardsApi api_v1_dashboard_id_or_slug_charts_get GET /api/v1/dashboard/{id_or_slug}/charts
SwaggerClient::DashboardsApi api_v1_dashboard_id_or_slug_datasets_get GET /api/v1/dashboard/{id_or_slug}/datasets
SwaggerClient::DashboardsApi api_v1_dashboard_id_or_slug_embedded_delete DELETE /api/v1/dashboard/{id_or_slug}/embedded
SwaggerClient::DashboardsApi api_v1_dashboard_id_or_slug_embedded_get GET /api/v1/dashboard/{id_or_slug}/embedded
SwaggerClient::DashboardsApi api_v1_dashboard_id_or_slug_embedded_post POST /api/v1/dashboard/{id_or_slug}/embedded
SwaggerClient::DashboardsApi api_v1_dashboard_id_or_slug_embedded_put PUT /api/v1/dashboard/{id_or_slug}/embedded
SwaggerClient::DashboardsApi api_v1_dashboard_id_or_slug_get GET /api/v1/dashboard/{id_or_slug}
SwaggerClient::DashboardsApi api_v1_dashboard_import_post POST /api/v1/dashboard/import/
SwaggerClient::DashboardsApi api_v1_dashboard_info_get GET /api/v1/dashboard/_info
SwaggerClient::DashboardsApi api_v1_dashboard_pk_delete DELETE /api/v1/dashboard/{pk}
SwaggerClient::DashboardsApi api_v1_dashboard_pk_put PUT /api/v1/dashboard/{pk}
SwaggerClient::DashboardsApi api_v1_dashboard_pk_thumbnail_digest_get GET /api/v1/dashboard/{pk}/thumbnail/{digest}/
SwaggerClient::DashboardsApi api_v1_dashboard_post POST /api/v1/dashboard/
SwaggerClient::DashboardsApi api_v1_dashboard_related_column_name_get GET /api/v1/dashboard/related/{column_name}
SwaggerClient::DatabaseApi api_v1_database_available_get GET /api/v1/database/available/
SwaggerClient::DatabaseApi api_v1_database_export_get GET /api/v1/database/export/
SwaggerClient::DatabaseApi api_v1_database_get GET /api/v1/database/
SwaggerClient::DatabaseApi api_v1_database_import_post POST /api/v1/database/import/
SwaggerClient::DatabaseApi api_v1_database_info_get GET /api/v1/database/_info
SwaggerClient::DatabaseApi api_v1_database_pk_delete DELETE /api/v1/database/{pk}
SwaggerClient::DatabaseApi api_v1_database_pk_function_names_get GET /api/v1/database/{pk}/function_names/
SwaggerClient::DatabaseApi api_v1_database_pk_get GET /api/v1/database/{pk}
SwaggerClient::DatabaseApi api_v1_database_pk_put PUT /api/v1/database/{pk}
SwaggerClient::DatabaseApi api_v1_database_pk_related_objects_get GET /api/v1/database/{pk}/related_objects/
SwaggerClient::DatabaseApi api_v1_database_pk_schemas_get GET /api/v1/database/{pk}/schemas/
SwaggerClient::DatabaseApi api_v1_database_pk_select_star_table_name_get GET /api/v1/database/{pk}/select_star/{table_name}/
SwaggerClient::DatabaseApi api_v1_database_pk_select_star_table_name_schema_name_get GET /api/v1/database/{pk}/select_star/{table_name}/{schema_name}/
SwaggerClient::DatabaseApi api_v1_database_pk_table_table_name_schema_name_get GET /api/v1/database/{pk}/table/{table_name}/{schema_name}/
SwaggerClient::DatabaseApi api_v1_database_post POST /api/v1/database/
SwaggerClient::DatabaseApi api_v1_database_test_connection_post POST /api/v1/database/test_connection
SwaggerClient::DatabaseApi api_v1_database_validate_parameters_post POST /api/v1/database/validate_parameters
SwaggerClient::DatasetsApi api_v1_dataset_delete DELETE /api/v1/dataset/
SwaggerClient::DatasetsApi api_v1_dataset_distinct_column_name_get GET /api/v1/dataset/distinct/{column_name}
SwaggerClient::DatasetsApi api_v1_dataset_export_get GET /api/v1/dataset/export/
SwaggerClient::DatasetsApi api_v1_dataset_get GET /api/v1/dataset/
SwaggerClient::DatasetsApi api_v1_dataset_import_post POST /api/v1/dataset/import/
SwaggerClient::DatasetsApi api_v1_dataset_info_get GET /api/v1/dataset/_info
SwaggerClient::DatasetsApi api_v1_dataset_pk_column_column_id_delete DELETE /api/v1/dataset/{pk}/column/{column_id}
SwaggerClient::DatasetsApi api_v1_dataset_pk_delete DELETE /api/v1/dataset/{pk}
SwaggerClient::DatasetsApi api_v1_dataset_pk_get GET /api/v1/dataset/{pk}
SwaggerClient::DatasetsApi api_v1_dataset_pk_metric_metric_id_delete DELETE /api/v1/dataset/{pk}/metric/{metric_id}
SwaggerClient::DatasetsApi api_v1_dataset_pk_put PUT /api/v1/dataset/{pk}
SwaggerClient::DatasetsApi api_v1_dataset_pk_refresh_put PUT /api/v1/dataset/{pk}/refresh
SwaggerClient::DatasetsApi api_v1_dataset_pk_related_objects_get GET /api/v1/dataset/{pk}/related_objects
SwaggerClient::DatasetsApi api_v1_dataset_post POST /api/v1/dataset/
SwaggerClient::DatasetsApi api_v1_dataset_related_column_name_get GET /api/v1/dataset/related/{column_name}
SwaggerClient::ExploreFormDataApi api_v1_explore_form_data_key_delete DELETE /api/v1/explore/form_data/{key}
SwaggerClient::ExploreFormDataApi api_v1_explore_form_data_key_get GET /api/v1/explore/form_data/{key}
SwaggerClient::ExploreFormDataApi api_v1_explore_form_data_key_put PUT /api/v1/explore/form_data/{key}
SwaggerClient::ExploreFormDataApi api_v1_explore_form_data_post POST /api/v1/explore/form_data
SwaggerClient::ExplorePermanentLinkApi api_v1_explore_permalink_key_get GET /api/v1/explore/permalink/{key}
SwaggerClient::ExplorePermanentLinkApi api_v1_explore_permalink_post POST /api/v1/explore/permalink
SwaggerClient::FilterSetRestApiApi api_v1_dashboard_dashboard_id_filtersets_get GET /api/v1/dashboard/{dashboard_id}/filtersets
SwaggerClient::FilterSetRestApiApi api_v1_dashboard_dashboard_id_filtersets_pk_delete DELETE /api/v1/dashboard/{dashboard_id}/filtersets/{pk}
SwaggerClient::FilterSetRestApiApi api_v1_dashboard_dashboard_id_filtersets_pk_put PUT /api/v1/dashboard/{dashboard_id}/filtersets/{pk}
SwaggerClient::FilterSetRestApiApi api_v1_dashboard_dashboard_id_filtersets_post POST /api/v1/dashboard/{dashboard_id}/filtersets
SwaggerClient::ImportexportApi api_v1_assets_export_get GET /api/v1/assets/export/
SwaggerClient::ImportexportApi api_v1_assets_import_post POST /api/v1/assets/import/
SwaggerClient::LogRestApiApi api_v1_log_get GET /api/v1/log/
SwaggerClient::LogRestApiApi api_v1_log_pk_get GET /api/v1/log/{pk}
SwaggerClient::LogRestApiApi api_v1_log_post POST /api/v1/log/
SwaggerClient::MenuApi api_v1_menu_get GET /api/v1/menu/
SwaggerClient::OpenApiApi api_version_openapi_get GET /api/{version}/_openapi
SwaggerClient::QueriesApi api_v1_query_distinct_column_name_get GET /api/v1/query/distinct/{column_name}
SwaggerClient::QueriesApi api_v1_query_get GET /api/v1/query/
SwaggerClient::QueriesApi api_v1_query_pk_get GET /api/v1/query/{pk}
SwaggerClient::QueriesApi api_v1_query_related_column_name_get GET /api/v1/query/related/{column_name}
SwaggerClient::QueriesApi api_v1_saved_query_delete DELETE /api/v1/saved_query/
SwaggerClient::QueriesApi api_v1_saved_query_distinct_column_name_get GET /api/v1/saved_query/distinct/{column_name}
SwaggerClient::QueriesApi api_v1_saved_query_export_get GET /api/v1/saved_query/export/
SwaggerClient::QueriesApi api_v1_saved_query_get GET /api/v1/saved_query/
SwaggerClient::QueriesApi api_v1_saved_query_import_post POST /api/v1/saved_query/import/
SwaggerClient::QueriesApi api_v1_saved_query_info_get GET /api/v1/saved_query/_info
SwaggerClient::QueriesApi api_v1_saved_query_pk_delete DELETE /api/v1/saved_query/{pk}
SwaggerClient::QueriesApi api_v1_saved_query_pk_get GET /api/v1/saved_query/{pk}
SwaggerClient::QueriesApi api_v1_saved_query_pk_put PUT /api/v1/saved_query/{pk}
SwaggerClient::QueriesApi api_v1_saved_query_post POST /api/v1/saved_query/
SwaggerClient::QueriesApi api_v1_saved_query_related_column_name_get GET /api/v1/saved_query/related/{column_name}
SwaggerClient::ReportSchedulesApi api_v1_report_delete DELETE /api/v1/report/
SwaggerClient::ReportSchedulesApi api_v1_report_get GET /api/v1/report/
SwaggerClient::ReportSchedulesApi api_v1_report_info_get GET /api/v1/report/_info
SwaggerClient::ReportSchedulesApi api_v1_report_pk_delete DELETE /api/v1/report/{pk}
SwaggerClient::ReportSchedulesApi api_v1_report_pk_get GET /api/v1/report/{pk}
SwaggerClient::ReportSchedulesApi api_v1_report_pk_log_get GET /api/v1/report/{pk}/log/
SwaggerClient::ReportSchedulesApi api_v1_report_pk_log_log_id_get GET /api/v1/report/{pk}/log/{log_id}
SwaggerClient::ReportSchedulesApi api_v1_report_pk_put PUT /api/v1/report/{pk}
SwaggerClient::ReportSchedulesApi api_v1_report_post POST /api/v1/report/
SwaggerClient::ReportSchedulesApi api_v1_report_related_column_name_get GET /api/v1/report/related/{column_name}
SwaggerClient::SecurityApi api_v1_security_csrf_token_get GET /api/v1/security/csrf_token/
SwaggerClient::SecurityApi api_v1_security_guest_token_post POST /api/v1/security/guest_token/
SwaggerClient::SecurityApi api_v1_security_login_post POST /api/v1/security/login
SwaggerClient::SecurityApi api_v1_security_refresh_post POST /api/v1/security/refresh

Documentation for Models

Documentation for Authorization

jwt

jwt_refresh

About

Swagger generated Superset gem. Can be deleted when we're done with Superset integration work against rails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published