Using asana with asana.com

TypeScript integration

Install
npm install asana
Quick start
import Asana from 'asana';

const client = new Asana({ accessToken: "YOUR_ACCESS_TOKEN" });
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
asana
TypeScript
API
asana.com
asana.com
At a glance
Language TypeScript
Endpoints167
Base URLhttps://app.asana.com/api/1.0