Using node-server-sdk with launchdarkly.com

JavaScript integration

✓ Official SDK
Install
npm install node-server-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
node-server-sdk
JavaScript
API
launchdarkly.com
launchdarkly.com
At a glance
Language JavaScript
Endpoints105
✓ Official