@oleanderhq/sdk package provides a typed client for the oleander API. It covers lake queries, Spark job management, and run polling.
Installation
Authentication
Create an API key in your oleander settings, or runoleander configure if you use the CLI.
You can pass the key directly or set the OLEANDER_API_KEY environment variable.
Quick start
Constructor options
| Parameter | Type | Default | Description |
|---|---|---|---|
apiKey | string | OLEANDER_API_KEY env var | Your oleander API key |
baseUrl | string | https://oleander.dev | API base URL. Override for local development. |