open-feature/elixir-sdk-contrib

[FEATURE] Create OFREP provider

Open

#16 opened on Jun 13, 2025

 (0 comments) (0 reactions) (0 assignees)Elixir (0 forks)auto 404
good first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide