Modules@robinpath/asana
@robinpath/asana
0.1.1PublicAsana module for RobinPath.
@robinpath/asana
Asana module for RobinPath.
Why use this module?
The asana module lets you:
- listWorkspaces
- listProjects
- getProject
- createProject
- updateProject
All functions are callable directly from RobinPath scripts with a simple, consistent API.
Installation
npm install @robinpath/asana
Quick Start
1. Set up credentials
asana.setCredentials "your-credentials"
2. listWorkspaces
asana.listWorkspaces
Available Functions
| Function | Description |
|---|---|
asana.setCredentials | Configure asana credentials. |
asana.listWorkspaces | listWorkspaces |
asana.listProjects | listProjects |
asana.getProject | getProject |
asana.createProject | createProject |
asana.updateProject | updateProject |
asana.deleteProject | deleteProject |
asana.listTasks | listTasks |
asana.getTask | getTask |
asana.createTask | createTask |
asana.updateTask | updateTask |
asana.deleteTask | deleteTask |
asana.addComment | addComment |
asana.listSections | listSections |
asana.createSection | createSection |
asana.addTaskToSection | addTaskToSection |
asana.listTags | listTags |
asana.createTag | createTag |
asana.addTagToTask | addTagToTask |
asana.getUser | getUser |
asana.listTeams | listTeams |
asana.searchTasks | searchTasks |
asana.listSubtasks | listSubtasks |
Examples
listWorkspaces
asana.listWorkspaces
listProjects
asana.listProjects
getProject
asana.getProject
Integration with RobinPath
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/asana";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
asana.setCredentials "your-credentials"
asana.listWorkspaces
`);
Full API Reference
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
Related Modules
@robinpath/clickup— ClickUp module for complementary functionality@robinpath/jira— Jira module for complementary functionality@robinpath/linear— Linear module for complementary functionality@robinpath/monday— Monday.com module for complementary functionality@robinpath/todoist— Todoist module for complementary functionality
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.1 | latest | yesterday |
Related Modules
productivity
0
@robinpath/airtable
v0.1.1robinpath
Airtable module for RobinPath.
0 downloads
...
productivity
0
@robinpath/basecamp
v0.1.1robinpath
Basecamp module for RobinPath.
0 downloads
...
productivity
0
@robinpath/clickup
v0.1.1robinpath
ClickUp module for RobinPath.
0 downloads
...
productivity
0
@robinpath/confluence
v0.1.0robinpath
Confluence module for RobinPath.
0 downloads
...
Install
$ robinpath install @robinpath/asana Version0.1.1
LicenseMIT
Unpacked Size4.8 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

