API access for reading/changing/creating feature flags/experiments #320
-
Does Featurehub plan to support API access to change feature flags/experiments through authenticated calls? Describe the solution you'd like Describe alternatives you've considered |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @IgnusG. Great question. We do have an API for all of this, it is what the FeatureHub Admin Console is based on. It has a full OpenAPI set of documentation. https://github.com/featurehub-io/featurehub/blob/master/backend/mr-api/mr-api.yaml We are not planning to release an SDK for this in the near future, but it could certainly be done. Thanks! |
Beta Was this translation helpful? Give feedback.
Hi @IgnusG. Great question. We do have an API for all of this, it is what the FeatureHub Admin Console is based on. It has a full OpenAPI set of documentation. https://github.com/featurehub-io/featurehub/blob/master/backend/mr-api/mr-api.yaml
Search for -FeatureService to see the API for features for example.
We are not planning to release an SDK for this in the near future, but it could certainly be done.
Thanks!