Using sdk with superset.apache.local

JavaScript integration

Install
npm install sdk
Get a list of models
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://superset.apache.local/log/
Get the menu data structure. Returns a forest like structure with the menu th…
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://superset.apache.local/menu/
Get a list of charts, use Rison or JSON query parameters for filtering, sorti…
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://superset.apache.local/chart/
SDK on GitHub 📄 API Docs
SDK
sdk
JavaScript
API
superset.apache.local
superset.apache.local:superset
At a glance
Language JavaScript
Endpoints120
Base URLhttp://superset.apache.local