Split
The @flags-sdk/split package provides
- An adapter for loading feature flags from this provider (coming soon)
- A
getProviderDatafunction for use with the Flags Explorer (available today)
Learn more about Adapters
getProviderData
A provider function to load flag metadata from Statsig for use with the Flags Explorer. Accepts an options object with the following keys.
| Options key | Type | Description |
|---|---|---|
adminApiKey | string | Split admin API key |
workspaceId | string | Split workspace ID |
organizationId | string | Split organization ID |
environmentId | string | Split environment ID |
Learn more about the Flags Explorer