-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa279d2
commit 63984dd
Showing
7 changed files
with
151 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
--- | ||
title: Client-Side SDKs | ||
description: An overview of the client-side SDKs available for integrating with Flipt. | ||
--- | ||
|
||
<Info> | ||
Not sure which SDK to use? Check out our [Integration | ||
Overview](/integration/overview) documentation. | ||
</Info> | ||
|
||
For a more detailed overview of how the client-side SDKs work, check out our announcement blog post: [Client-Side SDKs for Flipt](https://www.flipt.io/blog/new-client-side-evaluation). | ||
|
||
## Overview | ||
|
||
Flipt provides a number of client-side SDKs to help you integrate with Flipt in your application. The SDKs are available in a number of languages: | ||
|
||
<CardGroup cols={2}> | ||
<Card | ||
title="Node/TypeScript" | ||
href="https://github.com/flipt-io/flipt-client-sdks/tree/main/flipt-client-node" | ||
icon="node" | ||
color="#68a063" | ||
> | ||
Evaluate flags client-side in your Node applications | ||
</Card> | ||
<Card | ||
href="https://github.com/flipt-io/flipt-client-sdks/tree/main/flipt-client-python" | ||
title="Python" | ||
icon="python" | ||
color="#4c8abe" | ||
> | ||
Evaluate flags client-side in your Python applications | ||
</Card> | ||
<Card | ||
href="https://github.com/flipt-io/flipt-client-sdks/tree/main/flipt-client-go" | ||
title="Go" | ||
icon="golang" | ||
color="#00add8" | ||
> | ||
Evaluate flags client-side in your Go applications | ||
</Card> | ||
<Card | ||
href="https://github.com/flipt-io/flipt-client-sdks/tree/main/flipt-client-ruby" | ||
title="Ruby" | ||
icon="gem" | ||
color="#cd412b" | ||
> | ||
Evaluate flags client-side in your Ruby applications | ||
</Card> | ||
<Card | ||
href="https://github.com/flipt-io/flipt-client-sdks/issues/new" | ||
title="Request a Client" | ||
icon="github" | ||
color="#000000" | ||
> | ||
> Need a client in another language? Let us know! | ||
</Card> | ||
</CardGroup> | ||
<Warning> | ||
Our client-side SDKs are currently in **beta**. | ||
|
||
We're actively working on improving them and adding more languages. If you have any feedback, feature or language requests, please let us know by opening an issue in our [GitHub repository](https://github.com/flipt-io/flipt-client-sdks). | ||
|
||
</Warning> |
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
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
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