Skip to content

Commit

Permalink
docs: add video to SDK overview reference (#4855)
Browse files Browse the repository at this point in the history
Added video embed into the SDK overview reference doc:
https://docs.getunleash.io/reference/sdks
  • Loading branch information
markunl authored Sep 27, 2023
1 parent a7040a2 commit d0e9e33
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion website/docs/reference/sdks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit d0e9e33

Please sign in to comment.