TypeScript integration
import Asana from 'asana'; const client = new Asana({ accessToken: "YOUR_ACCESS_TOKEN" });
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ https://app.asana.com/api/1.0/tags
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ https://app.asana.com/api/1.0/goals
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ https://app.asana.com/api/1.0/tasks