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

42 lines
2.2 KiB
Markdown
Raw Normal View History

2021-05-04 16:08:21 +02:00
---
id: index
title: Introduction
2021-06-04 14:10:37 +02:00
slug: /sdks
2021-05-04 16:08:21 +02:00
---
2021-05-18 13:31:54 +02:00
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](../user_guide/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.
2021-05-04 16:08:21 +02:00
2021-05-18 13:31:54 +02:00
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.
2021-05-04 16:08:21 +02:00
2021-06-04 13:44:34 +02:00
**Official Server SDKs**:
2021-05-04 16:08:21 +02:00
2021-06-04 14:38:11 +02:00
- [Java SDK](/sdks/java_sdk)
- [Node.js SDK](/sdks/node_sdk)
- [Go SDK](/sdks/go_sdk)
- [Ruby SDK](/sdks/ruby_sdk)
- [Python SDK](/sdks/python_sdk)
- [.Net SDK](/sdks/dot_net_sdk)
2021-08-19 13:34:05 +02:00
- [PHP SDK](/sdks/php_sdk)
2021-06-04 13:44:34 +02:00
2021-06-04 19:31:28 +02:00
**Official Frontend Unleash Proxy SDKs:**
2021-06-04 13:44:34 +02:00
2021-06-04 14:38:11 +02:00
- [Javascript SDK](/sdks/proxy-javascript)
- [Android SDK](/sdks/android_proxy_sdk)
2021-06-04 13:52:32 +02:00
- [iOS Proxy SDK](/sdks/proxy-ios)
2021-06-08 22:20:38 +02:00
- React SDK - coming soon [help needed](https://github.com/Unleash/unleash-react-proxy-sdk)
2021-05-04 16:08:21 +02:00
### Clients written by awesome enthusiasts: {#clients-written-by-awesome-enthusiasts}
2021-05-04 16:08:21 +02:00
- [cognitedata/unleash-client-rust](https://github.com/cognitedata/unleash-client-rust) (Rust)
- [silvercar/unleash-client-kotlin](https://github.com/silvercar/unleash-client-kotlin) (Kotlin)
- [uekoetter.dev/unleash-client-dart](https://pub.dev/packages/unleash) (Dart)
- [minds/unleash-client-php](https://gitlab.com/minds/unleash-client-php) (PHP)
- [Stogon/unleash-bundle](https://git.stogon.io/Stogon/unleash-bundle/) (PHP - Symfony)
- [afontaine/unleash_ex](https://gitlab.com/afontaine/unleash_ex) (Elixir)
- [mikefrancis/laravel-unleash](https://github.com/mikefrancis/laravel-unleash) (Laravel - PHP)
- [AppsFlyer/clojure-unleash](https://github.com/AppsFlyer/unleash-client-clojure) (Clojure)
- [pmb0/nestjs-unleash](https://github.com/pmb0/nestjs-unleash) (NestJS - Node.js)
- _...your implementation for your favorite language._
When you get access to your instance [create a client secret](../user_guide/api-token), and we will provide you with your API url for your instance.