Florian Hoornaar

Results 1 issues of Florian Hoornaar

## Feature Request ### Motivation See [this code example](https://docs.svix.com/event-types#event-type-feature-flags) ``` var svix = new SvixClient("AUTH_TOKEN", new SvixOptions("https://api.svix.com/")); var dashboard = await svix.Authentication.AppPortalAccessAsync("app_Xzx8bQeOB1D1XEYmAJaRGoj0", new AppPortalAccessIn{ featureFlags: new string[] {"beta-feature-a"} }); //...