Using android-client-sdk with launchdarkly.com

Java integration

✓ Official SDK

Install

# Maven: see https://github.com/launchdarkly/android-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
android-client-sdk
Java
API
launchdarkly.com
launchdarkly.com

At a glance

Language Java
Endpoints105
✓ Official