[][src]Module todo_app_server::filters

Functions

get_todo

GET /todos/:id

list_todos

GET /todos?offset=3&limit=5

todos

The 5 TODOs filters combined.

todos_create

POST /todos with JSON body

todos_delete

DELETE /todos/:id

todos_update

PUT /todos/:id with JSON body