FeatureManagement.UI icon indicating copy to clipboard operation
FeatureManagement.UI copied to clipboard

Client library

Open Odonno opened this issue 3 years ago • 0 comments

A .NET client library to consume features API. Should be working on all kind of .NET client applications: Console, Windows app, Blazor, etc...

  • [ ] Load (all) features (on startup?)
  • [ ] Get all feature values
  • [ ] Get feature value
  • [ ] Set feature value (if possible)
  • [ ] Provide authentication mechanism (set globally vs. per call)
  • [ ] Generate client library using Source Generators (by providing a schema file)

Odonno avatar Feb 06 '22 14:02 Odonno