Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add browser sdk #202

Merged
merged 2 commits into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion configuration/storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ Flipt has its own custom OCI manifest format (we call them `bundles`), which can
<Note>
Certain OCI registries may require setting the OCI manifest version to something other than the default (`1.1`) to work correctly.

In this case, you can set the `FLIPT_STORAGE_OCI_MANIFEST_VERSION` environment variable or `storage.oci.manifest_version` configuration property to the desired version (e.g. `1.0`).
In this case, you can set the `FLIPT_STORAGE_OCI_MANIFEST_VERSION` environment variable or `storage.oci.manifest_version` configuration property to the desired version (e.g. `1.0`).

See [this issue](https://github.com/flipt-io/flipt/issues/2907) for more information.

Expand Down
17 changes: 9 additions & 8 deletions integration/client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,25 @@ For a more detailed overview of how the client-side SDKs work, check out our ann

## Overview

<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>

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"
title="Node"
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
title="Browser/JavaScript"
href="https://github.com/flipt-io/flipt-client-sdks/tree/main/flipt-client-browser"
icon="js"
color="#f7e018"
>
Evaluate flags client-side in your browser-based applications
</Card>
<Card
href="https://github.com/flipt-io/flipt-client-sdks/tree/main/flipt-client-python"
title="Python"
Expand Down