1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

docs: add video to SDK overview reference (#4855)

Added video embed into the SDK overview reference doc:
https://docs.getunleash.io/reference/sdks
This commit is contained in:
Mark Fulton 2023-09-27 15:06:41 -04:00 committed by GitHub
parent a7040a29c4
commit d0e9e33573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,20 @@
title: SDK overview
---
import VideoContent from '@site/src/components/VideoContent.jsx'
In order to connect your application to Unleash you will need a client SDK (software developer kit) for your programming language and an [API token](../how-to/how-to-create-api-tokens). The SDK will handle connecting to the Unleash server instance and retrieving feature toggles based on your configuration. All versions of Unleash (OSS, Pro, and Enterprise) use the same client SDKs.
Unleash provides official client SDKs for a number of programming language. Additionally, our community have developed and contributed SDKs for other languages. So if you can't find your favorite language in the list of official SDKs, check out the [list of clients written by our fantastic community](#community-sdks).
## Official SDKs
## Official SDKs
<VideoContent videoUrls={["https://www.youtube.com/embed/mCXSAWzdn3I"]}>
In addition to the written reference below, the following video walks through the various client and server-side SDK offerings, how they are used as well as their differences.
</VideoContent>
### Server-side SDKs: