Simple Todo List

A Simple todo list

Will accept json by default.

Content-Type: application/json

Set Content-Type header to application/xml if you want to send in XML.

Content-Type: application/xml

You can control the returned data format by setting the Accept header

You can request XML response by setting the Accept header.

i.e. for XML use

Accept: application/xml

You can request JSON response by setting the Accept header.

i.e. for JSON use

Accept: application/json

Some requests can be filtered by adding query params of fieldname=value. Where only matching items will be returned.

e.g. /items?size=2&status=true

All data lives in memory and is not persisted so the application is cleared everytime you start it. It does have some test data in here when you start

Model

Things

todo

Fields: