Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2023-05-25 | Added a POST endpoint. | Adrián Oliva | -6/+26 | |
Submit a JSON formatted body with the values "text", "dueDate" and "priority" to submit a new to do. | ||||
2023-05-25 | Added GET endpoint to list to dos. | Adrián Oliva | -4/+203 | |
Currently the directory is /v1/todos. It'll retrieve a list of all to dos. | ||||
2023-05-25 | Added ToDos class. | Adrián Oliva | -0/+124 | |
Class for saving all single to dos. | ||||
2023-05-24 | First simple Get Request. | Adrián Oliva | -0/+19 | |
Returns a string with a "GET" request and on the page "/greet". |