Skip to content

Commit

Permalink
chore: use openapi doc from Flipt repo; add OFREP docs (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Aug 7, 2024
1 parent b8c82ae commit 53bcc1b
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 2,273 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/fetch-openapi.yml

This file was deleted.

12 changes: 12 additions & 0 deletions integration/openfeature.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,15 @@ We currently provide the following OpenFeature providers:
> Need a client in another language? Let us know!
</Card>
</CardGroup>
## Remote Evaluation Protocol

The OpenFeature Remote Evaluation Protocol (OFREP) is an API specification for feature flagging that allows the use of generic providers to connect to any feature flag management systems that support the protocol.

Flipt is one of the early adopters of the OFREP protocol and has implemented the protocol in its API.

The OFREP protocol is still in the early stages of development, so the specification is subject to change.

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.
9 changes: 9 additions & 0 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"mode": "simple"
}
},
"openapi": "https://raw.githubusercontent.com/flipt-io/flipt/main/openapi.yaml",
"favicon": "/favicon.svg",
"colors": {
"primary": "#7C3AED",
Expand Down Expand Up @@ -307,6 +308,14 @@
"reference/evaluation/batch-evaluation"
]
},
{
"group": "OpenFeature Evaluation",
"pages": [
"reference/openfeature/overview",
"reference/openfeature/configuration",
"reference/openfeature/flag-evaluation"
]
},
{
"group": "Namespaces",
"pages": [
Expand Down
Loading

0 comments on commit 53bcc1b

Please sign in to comment.