API ReferenceAdapters
@flags-sdk/launchdarkly
The @flags-sdk/launchdarkly
package provides
- An adapter for loading feature flags from this provider (coming soon)
- A
getProviderData
function 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 |
---|---|---|
apiKey | string | LaunchDarkly API key |
environment | string | LaunchDarkly environment |
projectKey | string | LaunchDarkly project key |
Learn more about the Flags Explorer