File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 1- # app-api
2- API for https://app.gofeatureflag.org to manage your feature flags.
1+ # GO Feature Flag API - API to configure your feature flag
2+ ![ WIP] ( https://img.shields.io/badge/status-%E2%9A%A0%EF%B8%8FWIP-red )
3+
4+ This repository is a work in progress initiative to create an API to manage your feature flags.
5+
6+ ## Goals
7+ - Create an API to manage your feature flags
8+ - API should allow to add, modify and delete feature flags.
9+ - Use a database to store the feature flags.
10+ - This API is created to integrate a front end application to manage the feature flags.
11+ - We should manage authentication and authorization to access the API.
12+ - Authentication should be generic enough to be integrated with any authentication provider.
13+ - We should be able to provide history of a flag to see when it was created, modified and deleted.
14+
15+ ## Contributing
16+ Since this it is a work in progress initiative please come to the [ Slack channel] ( https://gofeatureflag.org/slack ) first before contributing.
You can’t perform that action at this time.
0 commit comments