Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.26 KB

flagd_providers.md

File metadata and controls

16 lines (13 loc) · 1.26 KB

Flagd Providers

Flagd providers are used for interacting with the flagd service via the OpenFeature SDK, they act as the translation layer between the evaluation API and the flag management system in use (in this case flagd). Documentation for each language specific provider can be found below:

Language Provider
Go Go Flagd Provider
Java Java Flagd Provider
Javascript Javascript Flagd Provider
PHP PHP Flagd Provider
Python Not currently available, help by contributing here
.NET .NET Flagd Provider
Ruby Not currently available, help by contributing here

Any (new or existing) flagd providers ought to follow these guidelines.