mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-12 01:17:04 +02:00
chore: Added reference to official client implementation in .Net (#503)
* Added reference to official client implementation in .Net * Added info of official implementations in docs
This commit is contained in:
parent
704c3afc15
commit
b717ad7e2f
@ -3,7 +3,7 @@ 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.
|
||||
To use Unleash in your application, you will need an Unleash Client SDK. Unleash has official client SDKs for Java, Node.js, Go, Ruby, Python and .Net. 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:
|
||||
|
||||
@ -12,11 +12,10 @@ To use Unleash in your application, you will need an Unleash Client SDK. Unleash
|
||||
- [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)
|
||||
- [unleash/unleash-client-core](https://github.com/Unleash/unleash-client-core) (.Net Core)
|
||||
|
||||
### 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._
|
||||
|
@ -113,7 +113,7 @@ const FeatureCallout = () => (
|
||||
<div className="productShowcaseSection paddingBottom" style={{textAlign: 'center'}}>
|
||||
<p>
|
||||
Unleash is a feature toggle system, that gives you a great overview of all feature toggles across
|
||||
all your applications and services. It comes with official client implementations for Java, Node.js, Go, Ruby and Python.
|
||||
all your applications and services. It comes with official client implementations for Java, Node.js, Go, Ruby, Python and .Net.
|
||||
</p>
|
||||
<p>
|
||||
The main motivation for doing feature toggling is to decouple the process for deploying code to production
|
||||
@ -127,7 +127,7 @@ const UnleashClient = () => (
|
||||
|
||||
<h2>Client implementations</h2>
|
||||
<p>
|
||||
Unleash has official SDK's for Java, Node.js, Go, Ruby and Python. And 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.
|
||||
Unleash has official SDK's for Java, Node.js, Go, Ruby, Python and .Net. And 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.
|
||||
</p>
|
||||
|
||||
<div className="gridBlock">
|
||||
@ -140,6 +140,7 @@ const UnleashClient = () => (
|
||||
<li><MarkdownBlock>[unleash/unleash-client-go](https://github.com/unleash/unleash-client-go)</MarkdownBlock></li>
|
||||
<li><MarkdownBlock>[unleash/unleash-client-ruby](https://github.com/unleash/unleash-client-ruby)</MarkdownBlock></li>
|
||||
<li><MarkdownBlock>[unleash/unleash-client-python](https://github.com/Unleash/unleash-client-python)</MarkdownBlock></li>
|
||||
<li><MarkdownBlock>[unleash/unleash-client-core](https://github.com/Unleash/unleash-client-core) (.Net Core)</MarkdownBlock></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -148,9 +149,8 @@ const UnleashClient = () => (
|
||||
<div className="blockContent">
|
||||
<h3>Clients written by awesome enthusiasts:</h3>
|
||||
<ul>
|
||||
<li><MarkdownBlock>[stiano/unleash-client-dotnet](https://github.com/stiano/unleash-client-dotnet) (.Net Core)</MarkdownBlock></li>
|
||||
<li><MarkdownBlock>[onybo/unleash-client-core](https://github.com/onybo/unleash-client-core) (.Net Core)</MarkdownBlock></li>
|
||||
<li><MarkdownBlock>[rarruda/unleash-client-python](https://github.com/rarruda/unleash-client-python) (Python 3)</MarkdownBlock></li>
|
||||
<li><MarkdownBlock>[afontaine/unleash_ex](https://gitlab.com/afontaine/unleash_ex) (Elixir)</MarkdownBlock></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user