1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/docs/sdks/community.md
Christopher Kolstad c224786f29
feat: update docs to match v4.
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
2021-05-18 11:19:33 +02:00

1.7 KiB

id title
community Community SDKs...

We from the Unleash teams take care of a handful of official SDKs for all the major programming languages.

We ♥ love ♥ our contributors, and your effort make it easier to use Unleash everywhere.

Community developed Client SDKs we already now about:

Implement your own SDK?

If none of the above SDKs fits your need there is always the option of developing your own SDK. To guide the implementation we have a few resources available:

  • Unleash Client Specifications - Used by all official SDKs to make sure they all behave correctly across different language implementations. This helps us verify that 10% of the users in the Java SDK means the exactly same 10% of the users in Python.
  • Client SDK overview - Overall guide of the Unleash Architecture and important aspects of the SDK role in it all.