REST API
Once you map the features UI, you give everyone the ability to call an API the features. As an example, it can be pretty handy if you write a React application and you want to enable/disable some features dynamically.
The API is defined like this:
Retrieve all features
GET - /features
Set feature value
POST - /features/{featureName}/setPayload: { value: boolean | number | string }
Retrieve authentication schemes
GET - /features/auth/schemes