aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeLines
* Added GET endpoint to list to dos.Adrián Oliva2023-05-25-4/+203
| | | | | Currently the directory is /v1/todos. It'll retrieve a list of all to dos.
* Added ToDos class.Adrián Oliva2023-05-25-0/+124
| | | | Class for saving all single to dos.
* First simple Get Request.Adrián Oliva2023-05-24-0/+21
Returns a string with a "GET" request and on the page "/greet".