You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **OpenFeature Remote Evaluation Protocol (OFREP)** is an [API specification](./openapi) for feature flagging that enables vendor-agnostic communication between applications and flag management systems.
7
-
It defines a standard API layer between the provider and the flag management system, allowing any OpenSource or commercial system to implement the protocol and be compatible with community-maintained providers.
6
+
The **OpenFeature Remote Evaluation Protocol (OFREP)** is an [API specification](./openapi) for feature flagging that enables vendor-agnostic communication between applications and flag management systems. It defines a standard API layer between the provider and the flag management system, allowing any OpenSource or commercial system to implement the protocol and be compatible with community-maintained providers.
8
7
9
8
### Key Benefits
10
9
@@ -15,8 +14,7 @@ It defines a standard API layer between the provider and the flag management sys
15
14
16
15
## How It Works
17
16
18
-
OFREP is **a protocol, not a provider**.
19
-
It defines how to communicate with feature flag management systems and works on top of OpenFeature SDKs by providing standardized providers.
17
+
OFREP is **a protocol, not a provider**. It defines how to communicate with feature flag management systems and works on top of OpenFeature SDKs by providing standardized providers.
20
18
21
19
```mermaid
22
20
graph LR
@@ -51,13 +49,11 @@ OFREP supports both paradigms defined by OpenFeature:
51
49
52
50
### Available Providers
53
51
54
-
The OpenFeature community maintains OFREP providers for multiple languages.
55
-
View the complete list of [OFREP providers in the ecosystem](https://openfeature.dev/ecosystem/?instant_search%5BrefinementList%5D%5Bvendor%5D%5B0%5D=OFREP).
52
+
The OpenFeature community maintains OFREP providers for multiple languages. View the complete list of [OFREP providers in the ecosystem](https://openfeature.dev/ecosystem/?instant_search%5BrefinementList%5D%5Bvendor%5D%5B0%5D=OFREP).
56
53
57
54
### Available Flag Management Systems
58
55
59
-
Several flag management systems support OFREP.
60
-
View the complete list of [OFREP-compliant systems in the ecosystem](https://openfeature.dev/ecosystem/?instant_search%5BrefinementList%5D%5Btype%5D%5B0%5D=OFREP%20API).
56
+
Several flag management systems support OFREP. View the complete list of [OFREP-compliant systems in the ecosystem](https://openfeature.dev/ecosystem/?instant_search%5BrefinementList%5D%5Btype%5D%5B0%5D=OFREP%20API).
61
57
62
58
## Implementing OFREP
63
59
@@ -76,3 +72,4 @@ To make your flag management system OFREP-compliant:
76
72
1. Implement the [OFREP OpenAPI specification](./openapi)
77
73
2. Test your implementation with existing OFREP providers
78
74
3. Register your system in the [OpenFeature ecosystem](https://github.com/open-feature/openfeature.dev/issues)
0 commit comments