File tree Expand file tree Collapse file tree 3 files changed +88
-0
lines changed Expand file tree Collapse file tree 3 files changed +88
-0
lines changed Original file line number Diff line number Diff line change 1+ import HyphenNoFillSvg from '@site/static/img/hyphen-no-fill.svg' ;
2+ import { Provider } from '.' ;
3+
4+ export const Hyphen : Provider = {
5+ name : 'Hyphen AI' ,
6+ logo : HyphenNoFillSvg ,
7+ technologies : [
8+ {
9+ technology : 'JavaScript' ,
10+ vendorOfficial : true ,
11+ href : 'https://github.com/Hyphen/openfeature-provider-javascript-server' ,
12+ category : [ 'Server' ] ,
13+ } ,
14+ {
15+ technology : 'JavaScript' ,
16+ vendorOfficial : true ,
17+ href : 'https://github.com/Hyphen/openfeature-provider-javascript-web' ,
18+ category : [ 'Client' ] ,
19+ } ,
20+ {
21+ technology : 'Go' ,
22+ vendorOfficial : false ,
23+ href : 'https://github.com/Hyphen/openfeature-provider-go' ,
24+ category : [ 'Server' ] ,
25+ } ,
26+ {
27+ technology : 'Java' ,
28+ vendorOfficial : true ,
29+ href : 'https://github.com/Hyphen/openfeature-provider-java' ,
30+ category : [ 'Server' ] ,
31+ } ,
32+ {
33+ technology : '.NET' ,
34+ vendorOfficial : true ,
35+ href : 'https://github.com/Hyphen/openfeature-provider-dotnet' ,
36+ category : [ 'Server' ] ,
37+ } ,
38+ {
39+ technology : 'Python' ,
40+ vendorOfficial : true ,
41+ href : 'https://github.com/Hyphen/openfeature-provider-python' ,
42+ category : [ 'Server' ] ,
43+ } ,
44+ {
45+ technology : 'Swift' ,
46+ vendorOfficial : true ,
47+ href : 'https://github.com/Hyphen/hyphen-openfeature-swift' ,
48+ category : [ 'Client' ] ,
49+ } ,
50+ ] ,
51+ } ;
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import { Flagsmith } from './flagsmith';
1212import { Flipt } from './flipt' ;
1313import { Goff } from './goff' ;
1414import { Harness } from './harness' ;
15+ import { Hyphen } from './hyphen' ;
1516import { Kameleoon } from './kameleoon' ;
1617import { LaunchDarkly } from './launchdarkly' ;
1718import { MDBRules } from './mdb-rules' ;
@@ -63,6 +64,7 @@ export const PROVIDERS: Provider[] = [
6364 Flipt ,
6465 Goff ,
6566 Harness ,
67+ Hyphen ,
6668 Hypertune ,
6769 Kameleoon ,
6870 LaunchDarkly ,
You can’t perform that action at this time.
0 commit comments