Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/datasets/providers/flagsmith.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,11 @@ export const Flagsmith: Provider = {
href: 'https://github.com/Flagsmith/flagsmith-openfeature-provider-python',
category: ['Server'],
},
{
technology: 'Rust',
vendorOfficial: true,
href: 'TBD',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The href is currently a placeholder 'TBD'. While this PR is dependent on the provider release, it's better to use the final URL to avoid broken links. Based on the linked provider release PR, the URL should be https://github.com/open-feature/rust-sdk-contrib/tree/main/providers/flagsmith.

Suggested change
href: 'TBD',
href: 'https://github.com/open-feature/rust-sdk-contrib/tree/main/providers/flagsmith',

category: ['Server'],
},
],
};