R/projects.R
add_project.Rd
Add a new project
add_project(project_name, verbose = TRUE, token = get_todoist_api_token())
name of the new project
boolean that make the function verbose
todoist API token
id of the new project
if (FALSE) { # \dontrun{ add_project("my_proj") } # }