API - tympanix/artoodetoo GitHub Wiki
/api/units, GET
Returns a list of available units
/api/tasks/{taskname}, POST
Executes the task with the given taskname
/api/tasks/{taskname}, DELETE
Deletes the task with taskname and removes it from the application
/api/tasks, PUT
Updates task. The html body should contain the complete task in json format, the name of the task can't be changed as it is used to identify the task.
/api/tasks, GET
Returns an array of the tasks registered in the application
/api/tasks, POST
Adds a new task to the application.