Other Languages
Use standard OpenFeature OFREP providers for unsupported languages
No official Flipswitch SDK for your language? Use any standard OpenFeature OFREP provider.
Standard OFREP providers work with Flipswitch but don't include SSE for real-time updates. For instant flag changes, use an official SDK where available.
When to Use OFREP
- Your language doesn't have an official Flipswitch SDK
- You only need polling-based flag evaluation
- You want to minimize dependencies
- You're building a proof-of-concept
.NET
PHP
Ruby
Rust
Direct OFREP API
If there's no OFREP provider for your language, call the API directly.
Single Flag Evaluation
Response:
Bulk Evaluation
Response:
ETag Support
Use ETags for efficient caching:
All Supported Languages
See the OpenFeature ecosystem for OFREP providers in:
- JavaScript/TypeScript (web and server)
- Go
- Java
- .NET
- Python
- PHP
- Ruby
- Rust
- Swift
- Kotlin