Using asana-sdk with asana.com

TypeScript integration

Install
npm install asana-sdk
Quick start
import Asana_sdk from 'asana-sdk';

const client = new Asana_sdk({ 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-sdk
TypeScript
API
asana.com
asana.com
At a glance
Language TypeScript
Endpoints167
Base URLhttps://app.asana.com/api/1.0