Restify todo list API
A set of RESTful API for a TODO list application based on Restify, MongoDB, Supertest
-
Create a new TODO list
-
Create a new item in TODO list
-
Modify an existing item in TODO list
-
Modify a TODO list
-
Retrieve a list of TODO lists
-
Retrieve a single TODO list with its items
-
Retrieve detail information of a TODO list item
-
Remove an existing item from TODO list
-
Remove the whole TODO list with all its items