Using asanaclient with asana.com

Rust integration

Install
cargo add asanaclient
Quick start
use asanaclient::Client;

let client = Client::new("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
asanaclient
Rust
API
asana.com
asana.com
At a glance
Language Rust
Endpoints167
Base URLhttps://app.asana.com/api/1.0