-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add OFREP providers to the ecosystem (#906)
<!-- Please use this template for your pull request. --> <!-- Please use the sections that you need and delete other sections --> ## This PR <!-- add the description of the PR here --> - adds OFREP providers to the ecosystem ### Related Issues <!-- add here the GitHub issue that this PR resolves if applicable --> Fixes #905 --------- Signed-off-by: Michael Beemer <[email protected]> Co-authored-by: Michael Beemer <[email protected]> Co-authored-by: Lukas Reining <[email protected]>
- Loading branch information
1 parent
a543144
commit c15253c
Showing
5 changed files
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
import OFLogo from '@site/static/img/logo-no-fill.svg'; | ||
import type { Provider } from '.'; | ||
|
||
export const OFREP: Provider = { | ||
name: 'OFREP', | ||
logo: OFLogo, | ||
excludeFromLandingPage: true, | ||
technologies: [ | ||
{ | ||
technology: 'JavaScript', | ||
category: ['Client'], | ||
href: 'https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/ofrep-web', | ||
vendorOfficial: true, | ||
}, | ||
{ | ||
technology: 'JavaScript', | ||
category: ['Server'], | ||
href: 'https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/ofrep', | ||
vendorOfficial: true, | ||
}, | ||
{ | ||
technology: 'Go', | ||
category: ['Server'], | ||
href: 'https://github.com/open-feature/go-sdk-contrib/tree/main/providers/ofrep', | ||
vendorOfficial: true, | ||
}, | ||
{ | ||
technology: 'Python', | ||
category: ['Server'], | ||
href: 'https://github.com/open-feature/python-sdk-contrib/tree/main/providers/openfeature-provider-ofrep', | ||
vendorOfficial: true, | ||
}, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.