Feature flags
Introducing Feature Flags – Your Agile Development Ally! This production-grade feature flags service empowers developers with real-time control over feature releases. Seamlessly roll out, toggle, and test features without code redeployment. Collaborate efficiently, mitigate risks, and gain insights. Developer-friendly integration with an official NPM package ensures a smooth experience.…
Feature flags endpoints
| Method | Endpoint | Description |
|---|---|---|
| PUT |
Put flags /v1/flags |
Create or update flags |
| GET |
Get flags /v1/flags |
Get all or some flags based on top-level keys |
| DELETE |
Delete flags /v1/flags |
Delete flags based on the provided top-level keys. |
| POST |
Expose names /v1/exposedFlags |
Set the names you want to expose via the CDN URL for your front-end applications. |