Modules@robinpath/todoist
@robinpath/todoist
0.1.0PublicTodoist module for RobinPath.
@robinpath/todoist
Todoist module for RobinPath.
Why use this module?
The todoist module lets you:
- listProjects
- getProject
- createProject
- updateProject
- deleteProject
All functions are callable directly from RobinPath scripts with a simple, consistent API.
Installation
npm install @robinpath/todoist
Quick Start
1. Set up credentials
todoist.setCredentials "your-credentials"
2. listProjects
todoist.listProjects
Available Functions
| Function | Description |
|---|---|
todoist.setCredentials | Configure todoist credentials. |
todoist.listProjects | listProjects |
todoist.getProject | getProject |
todoist.createProject | createProject |
todoist.updateProject | updateProject |
todoist.deleteProject | deleteProject |
todoist.listTasks | listTasks |
todoist.getTask | getTask |
todoist.createTask | createTask |
todoist.updateTask | updateTask |
todoist.closeTask | closeTask |
todoist.reopenTask | reopenTask |
todoist.deleteTask | deleteTask |
todoist.listLabels | listLabels |
todoist.createLabel | createLabel |
todoist.listComments | listComments |
todoist.createComment | createComment |
todoist.deleteComment | deleteComment |
Examples
listProjects
todoist.listProjects
getProject
todoist.getProject
createProject
todoist.createProject
Integration with RobinPath
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/todoist";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
todoist.setCredentials "your-credentials"
todoist.listProjects
`);
Full API Reference
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
Related Modules
@robinpath/asana— Asana module for complementary functionality@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
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.0 | latest | yesterday |
Related Modules
productivity
0
@robinpath/airtable
v0.1.1robinpath
Airtable module for RobinPath.
0 downloads
...
productivity
0
@robinpath/asana
v0.1.1robinpath
Asana 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
...
Install
$ robinpath install @robinpath/todoist Version0.1.0
LicenseMIT
Unpacked Size4.5 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

