diff --git a/integration/openfeature.mdx b/integration/openfeature.mdx index 1921d2f..567bedd 100644 --- a/integration/openfeature.mdx +++ b/integration/openfeature.mdx @@ -88,4 +88,4 @@ The OFREP protocol is still in the early stages of development, so the specifica The API documentation for the OFREP protocol implementation in Flipt is available in the [OpenFeature Remote Evaluation](/reference/openfeature/overview) API documentation. -For more information on the OFREP protocol, see the [OpenFeature Remote Evaluation Protocol](https://github.com/open-feature/protocol) repository on GitHub. \ No newline at end of file +For more information on the OFREP protocol, see the [OpenFeature Remote Evaluation Protocol](https://github.com/open-feature/protocol) repository on GitHub. diff --git a/reference/openfeature/configuration.mdx b/reference/openfeature/configuration.mdx index 0b343e5..bb6f85a 100644 --- a/reference/openfeature/configuration.mdx +++ b/reference/openfeature/configuration.mdx @@ -11,4 +11,4 @@ curl --request GET \ --header 'Accept: application/json' ``` - \ No newline at end of file + diff --git a/reference/openfeature/overview.mdx b/reference/openfeature/overview.mdx index 0a5cfb2..ef57519 100644 --- a/reference/openfeature/overview.mdx +++ b/reference/openfeature/overview.mdx @@ -15,7 +15,6 @@ The OFREP protocol is implemented in the Flipt API. The following endpoints are - [Configuration](/reference/openfeature/configuration) - Supplies information about the remote flag management system to set up the OpenFeature SDK providers. - [Single Flag Evaluation](/reference/openfeature/flag-evaluation) - Called by the server providers to perform single flag evaluation. - ## Providers Providers are the entities that implement the OFREP protocol from the caller. Providers are responsible for evaluating feature flags and returning the results to the client. @@ -25,4 +24,3 @@ Current providers include: - [Go](https://github.com/open-feature/go-sdk-contrib/tree/main/providers/ofrep) - [JS Server](https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/ofrep) - [JS Web](https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/ofrep-web) -