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
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,10 @@ This repository describes the requirements and expectations for OpenFeature.
17
17
18
18
### SDKs and Client Libraries
19
19
20
-
The project aims to provide a unified API and SDK for feature flag management in various technology stacks. The flag evaluation logic will **not** be handled in the OpenFeature SDK itself but provide a mechanism for interfacing with an external evaluation engine in a vendor agnostic way.
20
+
The project aims to provide a unified API and SDK for feature flag management in various technology stacks.
21
+
The OpenFeature SDK provides a mechanism for interfacing
22
+
with an external evaluation engine in a vendor agnostic way;
23
+
it does **not** itself handle the flag evaluation logic.
21
24
22
25
The OpenFeature project will include client libraries for common technology stacks including, but not limited to:
0 commit comments