Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.02 KB

MenuApi.md

File metadata and controls

51 lines (32 loc) · 1.02 KB

SwaggerClient::MenuApi

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

Method HTTP request Description
api_v1_menu_get GET /api/v1/menu/

api_v1_menu_get

InlineResponse20036 api_v1_menu_get

Get the menu data structure. Returns a forest like structure with the menu the user has access to

Example

# load the gem
require 'swagger_client'
# 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

Parameters

This endpoint does not need any parameter.

Return type

InlineResponse20036

Authorization

jwt

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json