mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
f4c62bd3bb
* Add Elixir Unleash Library to README I pushed a new elixir package (https://hex.pm/packages/unleash) so you can use unleash from an Elixir project! * Add Link to `unleash_ex` on Docs
23 lines
1.2 KiB
Markdown
23 lines
1.2 KiB
Markdown
---
|
|
id: client_sdk
|
|
title: Client SDK
|
|
---
|
|
|
|
To use Unleash in your application, you will need an Unleash Client SDK. Unleash has official client SDKs for Java, Node.js, Go, Ruby, and Python. We will be happy to add implementations in other languages written by you! These libraries make it very easy to use Unleash in your application.
|
|
|
|
### Official client SDKs:
|
|
|
|
- [unleash/unleash-client-java](https://github.com/unleash/unleash-client-java)
|
|
- [unleash/unleash-client-node](https://github.com/unleash/unleash-client-node)
|
|
- [unleash/unleash-client-go](https://github.com/unleash/unleash-client-go)
|
|
- [unleash/unleash-client-ruby](https://github.com/unleash/unleash-client-ruby)
|
|
- [unleash/unleash-client-python](https://github.com/Unleash/unleash-client-python)
|
|
|
|
### Clients written by awesome enthusiasts:
|
|
|
|
- [stiano/unleash-client-dotnet](https://github.com/stiano/unleash-client-dotnet) (.Net Core)
|
|
- [onybo/unleash-client-core](https://github.com/onybo/unleash-client-core) (.Net Core)
|
|
- [rarruda/unleash-client-python](https://github.com/rarruda/unleash-client-python) (Python 3)
|
|
- [afontaine/unleash_ex](https://gitlab.com/afontaine/unleash_ex) (Elixir)
|
|
- _...your implementation for your favorite language._
|