Using FuelSDK-Node-Auth with n-auth.com

JavaScript integration

Install
npm install FuelSDK-Node-Auth
Get all API keys.
curl \
  -H "X-apikey: $API_KEY" \
  /apikeys/
List all your servers
curl \
  -H "X-apikey: $API_KEY" \
  /servers/
Get all global attributes
curl \
  -H "X-apikey: $API_KEY" \
  /attributes/
SDK on GitHub 📄 API Docs
SDK
FuelSDK-Node-Auth
JavaScript
API
n-auth.com
n-auth.com
At a glance
Language JavaScript
Endpoints55