We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0adde36 commit 7903777Copy full SHA for 7903777
src/datasets/providers/flipt.ts
@@ -34,6 +34,12 @@ export const Flipt: Provider = {
34
vendorOfficial: true,
35
href: 'https://github.com/open-feature/rust-sdk-contrib/tree/main/crates/flipt',
36
category: ['Server'],
37
+ },
38
+ {
39
+ technology: 'Python',
40
+ vendorOfficial: false,
41
+ href: 'https://github.com/open-feature/python-sdk-contrib/tree/main/providers/openfeature-provider-flipt',
42
+ category: ['Server'],
43
},
44
],
45
};
0 commit comments