For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Get a list of SDK version objects, which contain an SDK name and version. These are all of the SDKs that have connected to LaunchDarkly from your account in the past 60 days.
curl --request GET \
--url https://app.launchdarkly.com/api/v2/usage/streams/{source}/sdkversions \
--header 'Authorization: <api-key>'{
"_links": {},
"sdkVersions": [
{
"sdk": "Android",
"version": "3.1.2"
},
{
"sdk": "Android",
"version": "3.1.5"
},
{
"sdk": "C",
"version": "2.4.6"
}
]
}Documentation Index
Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The source of streaming connections to describe. Must be either client or server.
SDK Versions response
The location and content type of related resources
Show child attributes
The list of SDK names and versions
Show child attributes
[
{ "sdk": "Android", "version": "3.1.2" },
{ "sdk": "Android", "version": "3.1.5" },
{ "sdk": "C", "version": "2.4.6" }
]curl --request GET \
--url https://app.launchdarkly.com/api/v2/usage/streams/{source}/sdkversions \
--header 'Authorization: <api-key>'{
"_links": {},
"sdkVersions": [
{
"sdk": "Android",
"version": "3.1.2"
},
{
"sdk": "Android",
"version": "3.1.5"
},
{
"sdk": "C",
"version": "2.4.6"
}
]
}