1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

Added info about 3rd party SDKs

This commit is contained in:
Ivar Conradi Østhus 2017-11-30 21:48:58 +01:00
parent 7e1312f4c7
commit 32ac8619a3

View File

@ -42,6 +42,10 @@ We have offical SDK's for Java, Node.js and Go. And we will be happy to add impl
- [unleash-client-go](https://github.com/unleash/unleash-client-go)
- (your implementation here!)
Unofficial clients:
- [unleash-client-core](https://github.com/onybo/unleash-client-core) (.Net Core)
- [unleash-client-python](https://github.com/aes/unleash-client-python) (Python 3)
```java
if (unleash.isEnabled("AwesomeFeature")) {