From 32ac8619a366818225ad1c86203da7d378d39e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Thu, 30 Nov 2017 21:48:58 +0100 Subject: [PATCH] Added info about 3rd party SDKs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c49fe8f31e..e641dfecfb 100644 --- a/README.md +++ b/README.md @@ -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")) {