statsig-io / statsig-feedback

Issue Tracker for Statsig. Leave your feedback on anything we do!
5 stars 0 forks source link

APIs for listing, patching and deleting overrides for feature gates #30

Open stormy-petrel opened 1 year ago

stormy-petrel commented 1 year ago

To provide self-serving client debugging, we need APIs/ SDK methods to patch, and delete the IDs of a feature gate's overrides. We also need to retrieve the overrides of all feature gates

The two recommendations in Statsig unit testing don't satisfy the same requirement here:

vijaye-statsig commented 1 year ago

@jacob-statsig

tore-statsig commented 1 year ago

Thanks for the request. We did implement overrides via the console API for experiments, and can extend that to support feature gates as well.

jacob-statsig commented 1 year ago

We have addressed the first two bullet points (see docs here: https://docs.statsig.com/console-api/gates).