Using node-google-admin-sdk with clever.com

CoffeeScript integration

✓ Official SDK
Install
# See https://github.com/Clever/node-google-admin-sdk
Returns a list of schools
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.clever.com/v1.2/schools
Returns a list of student contacts
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.clever.com/v1.2/contacts
Returns a list of sections
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.clever.com/v1.2/sections
SDK on GitHub 📄 API Docs
SDK
node-google-admin-sdk
CoffeeScript
API
clever.com
clever.com
At a glance
Language CoffeeScript
Endpoints44
Base URLhttps://api.clever.com/v1.2
✓ Official