summaryrefslogtreecommitdiff
path: root/backend/todo.txt
AgeCommit message (Collapse)Author
2019-11-27Add consntructor for APIResponseTucker Evans
2019-11-14Fix simplify APIResponse struct using interface{}Tucker Evans
Combines APIResponseItem and APIResponseList into one struct. Hopefully this allows for the combination of some response code (a function that sends a APIResponse that can be used by each http method)
2019-11-12Add update functionality to APITucker Evans
2019-11-10Add TodosTucker Evans