This is only simple todo list REST api
User only able to access their own ToDo list.
- Content-Type: application/json
- Accept: application/json
- Authorization: Bearer
http://your-domain-host/api/login
- username
- password
http://your-domain-host/api/register
- username
- password
http://your-domain-host/api/todo/
has parameter of
- order_by=column_name
- direction=
example http://your-domain-host/api/todo/?order_by=priority&direction=DESC
http://your-domain-host/api/todo/completed
http://your-domain-host/api/todo/
input params
- name (string)
- priority (digits)
- location (string)
- start_time (time format 00:00)