Using yoga with asana.com

JavaScript integration

Install

npm install yoga
Get multiple tags
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://app.asana.com/api/1.0/tags
Get goals
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://app.asana.com/api/1.0/goals
Get multiple tasks
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://app.asana.com/api/1.0/tasks
SDK on GitHub 📄 API Docs
SDK
yoga
JavaScript
API
asana.com
asana.com

At a glance

Language JavaScript
Endpoints167
Base URLhttps://app.asana.com/api/1.0