Skip to content

Commit

Permalink
chore: add browser sdk (#202)
Browse files Browse the repository at this point in the history
* chore: add browser sdk

* chore: format code

---------

Co-authored-by: markphelps <[email protected]>
  • Loading branch information
markphelps and markphelps authored Apr 8, 2024
1 parent 5819cfa commit 2730210
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
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

0 comments on commit 2730210

Please sign in to comment.