Skip to content

Commit

Permalink
Merge branch 'main' into 501-doc-flagd-providers-may-be-considered-as…
Browse files Browse the repository at this point in the history
…-official
  • Loading branch information
toddbaert authored Apr 9, 2024
2 parents 4c3887b + f8affb5 commit 7734a69
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/datasets/providers/flagsmith.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ export const Flagsmith: Provider = {
category: ['Server'],
},
{
technology: '.NET',
vendorOfficial: true,
href: 'https://github.com/open-feature/dotnet-sdk-contrib/tree/main/src/OpenFeature.Contrib.Providers.Flagsmith',
category: ['Server'],
technology: 'JavaScript',
vendorOfficial: true,
href: 'https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/flagsmith-client',
category: ['Client'],
},
{
technology: '.NET',
vendorOfficial: true,
href: 'https://github.com/open-feature/dotnet-sdk-contrib/tree/main/src/OpenFeature.Contrib.Providers.Flagsmith',
category: ['Server'],
},
{
technology: 'Python',
Expand Down

0 comments on commit 7734a69

Please sign in to comment.