Using superset-embedded-example with superset.apache.local

TypeScript integration

Install
npm install superset-embedded-example
Quick start
import Superset_embedded_example from 'superset-embedded-example';

const client = new Superset_embedded_example({ apiKey: "YOUR_API_KEY" });
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
superset-embedded-example
TypeScript
API
superset.apache.local
superset.apache.local:superset
At a glance
Language TypeScript
Endpoints120
Base URLhttp://superset.apache.local