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
In order to implement the OFREP specification, our Core API needs a new endpoint that evaluates all flags in an environment given a set of identity traits. The Edge API counterpart is Flagsmith/edge-api#711.
An interpretation of the specification to our data model is as the following example:
In order to implement the OFREP specification, our Core API needs a new endpoint that evaluates all flags in an environment given a set of identity traits. The Edge API counterpart is Flagsmith/edge-api#711.
An interpretation of the specification to our data model is as the following example:
(request)
(response)
Acceptance criteria
POST /ofrep/v1/evaluate/flagscompliant to the OFREP specification. As such, the endpoint:ETagheader derived from the response body.If-None-Matchheader which can lead to a304 Not Modifiedresponse.Important
Server-Sent Events stream lookups are out of scope for this issue.