open-feature/elixir-sdk-contrib
[FEATURE] Create OFREP provider
Aberta
#16 aberto em 13 de jun. de 2025
good first issue
Métricas do repositório
- Stars
- (1 estrela)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Requirements
OFREP (OpenFeature Remote Flag Evaluation Protocol), is an API specification for feature flagging that allows the use of generic providers to connect to any feature flag management systems that supports the protocol.
We would like to have an OFREP provider in Elixir. The Elixir SDK is a server SDK, so we should follow those guidelines when building the provider.