ex_todoist v1.0.2 Todoist.Gateway View Source
Todoist.Gateway is a generic module that encapsulates principal methods to create, update delete and list all or a specific resource.
-
Resource can be a task, projects, labels, sections, comments and colors
-
This module is used by Task, Project, Comments and Labels, if you want create some resource don't use this module.
Obs.: This method need one environment variable TODOIST_TOKEN
Link to this section Summary
Functions
all
list all resource
create
add a new resource on todoist api
delete
delete a specific resource by id
get_by_id
return a specific resource by id
update
update a specific resource
Link to this section Functions
all
list all resource
create
add a new resource on todoist api
delete
delete a specific resource by id
get_by_id
return a specific resource by id
update
update a specific resource