Is it possible to create new feature flags using TypeScript? #1059
Unanswered
carrie-shepherd
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi Caroline! The APi for FeatureHub is defined in OpenAPI and we have a generated Admin Development Kit here: https://github.com/featurehub-io/featurehub-javascript-adk We use it extensively in our testing, so you can find examples here for instance: https://github.com/featurehub-io/featurehub/blob/main/adks/e2e-sdk/app/steps/flag_steps.ts if you look further up that folder you will see it being used to create all sorts |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
We are looking to automate the creation of feature flags for an application.
I have looked for resources to see if it is possible to do this with TypeScript, but I have not found anything.
Is this possible to do?
Thanks.
Caroline
Beta Was this translation helpful? Give feedback.
All reactions