Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 280 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 280 Bytes

tasklist-api

Simple API that resposnds to GET, POST, PATCH, PUT and DELETE requests to update a task list. Data is stored in CSV files, but the data storage adapters can be added to include anything as long as it has create, read, update, replace and delete methods.