Using node-sdk with apideck.com

TypeScript integration

✓ Official SDK
Install
npm install node-sdk
Quick start
import Node_sdk from 'node-sdk';

const client = new Node_sdk({ apiKey: "YOUR_API_KEY" });
List Payroll
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/hris/payrolls
List Companies
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/hris/companies
List Employees
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/hris/employees
SDK on GitHub 📄 API Docs
SDK
node-sdk
TypeScript
API
apideck.com
apideck.com:hris
At a glance
Language TypeScript
Endpoints27
Base URLhttps://unify.apideck.com
✓ Official