Using asana-sdk-ts with asana.com

TypeScript integration

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

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