1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/docs/sdks/index.md
2021-05-18 13:31:54 +02:00

2.0 KiB
Raw Blame History

id title
index Introduction

In order to connect your application to Unleash you need to use a client SDK (software developer kit) for your programming language. In addition you will need a API token. The SDK will handle connecting to the Unleash server instance and retrieve feature toggles based upon your configuration. Both open-source and the Unleash enterprise offering utilize the same set of client SDKs.

On this page you will find examples for connecting your application to the demo instance. If you are connecting to your own private instance you will have to remember to replace the API token and the API url given in the examples.

We have examples for all official client SDKs:

Clients written by awesome enthusiasts:

When you get access to your instance create a client secret, and we will provide you with your API url for your instance.