Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Phelps <[email protected]>
  • Loading branch information
markphelps committed Aug 7, 2024
1 parent 01a0a40 commit 5e4c7a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integration/openfeature.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
For more information on the OFREP protocol, see the [OpenFeature Remote Evaluation Protocol](https://github.com/open-feature/protocol) repository on GitHub.
2 changes: 1 addition & 1 deletion reference/openfeature/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ curl --request GET \
--header 'Accept: application/json'
```

</RequestExample>
</RequestExample>
2 changes: 0 additions & 2 deletions reference/openfeature/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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)

0 comments on commit 5e4c7a9

Please sign in to comment.