1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

chore: fix linting

This commit is contained in:
Ivar Conradi Østhus 2018-11-22 20:37:30 +01:00
parent d490e2742c
commit 3bfb0bba0a

21
docs/client-sdk.md Normal file
View File

@ -0,0 +1,21 @@
---
id: client_sdk
title: Client SDK
---
In order to use Unleash in your application you will need an Unleash Client SDK. Unleash has offical client SDK's for Java, Node.js, Go, Ruby and Python. And we will be happy to add implementations in other langugages written by you! These libraries makes it very easy to use Unleash in you 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)
- _...your implementation for your favourite language._