curl --url https://try.flipt.io/ofrep/v1/configuration \
--header 'Accept: application/json'
{
"name": "<string>",
"capabilities": {
"cacheInvalidation": {
"polling": {
"enabled": true,
"minPollingIntervalMs": 123
}
},
"flagEvaluation": {
"supportedTypes": [
"<string>"
]
}
}
}OpenFeature Evaluation
Configuration
OFREP provider configuration
GET
/
ofrep
/
v1
/
configuration
curl --url https://try.flipt.io/ofrep/v1/configuration \
--header 'Accept: application/json'
{
"name": "<string>",
"capabilities": {
"cacheInvalidation": {
"polling": {
"enabled": true,
"minPollingIntervalMs": 123
}
},
"flagEvaluation": {
"supportedTypes": [
"<string>"
]
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.flipt.io/llms.txt
Use this file to discover all available pages before exploring further.
curl --url https://try.flipt.io/ofrep/v1/configuration \
--header 'Accept: application/json'
Was this page helpful?
⌘I