Using ios-client-sdk with launchdarkly.com

Swift integration

✓ Official SDK
Install
# See https://github.com/launchdarkly/ios-client-sdk
You can issue a GET request to the root resource to find all of the resource …
curl \
  -H "Authorization: $API_KEY" \
  /
Return a complete list of custom roles.
curl \
  -H "Authorization: $API_KEY" \
  /roles
Returns of the usage endpoints available.
curl \
  -H "Authorization: $API_KEY" \
  /usage
SDK on GitHub 📄 API Docs
SDK
ios-client-sdk
Swift
API
launchdarkly.com
launchdarkly.com
At a glance
Language Swift
Endpoints105
✓ Official