Optimizely
The @flags-sdk/optimizely 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 Optimizely for use with the Flags Explorer. Accepts an options object with the following keys.
| Options key | Type | Description |
|---|---|---|
apiKey | string | Optimizely API key |
projectId | string | Optimizely project ID |
Learn more about the Flags Explorer