aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/encora/Main.java (unfollow)
Commit message (Expand)AuthorLines
2023-05-29Version 1.0.0. No longer using `v1` in path.v1.0.0devAdrián Oliva-1/+1
2023-05-29Getting average of time to complete tasks.Adrián Oliva-0/+25
2023-05-29New get function and sorting problems.Adrián Oliva-5/+2
2023-05-29Typo.Adrián Oliva-1/+1
2023-05-29First instance for pagination.Adrián Oliva-0/+62
2023-05-28Little API call to retrieve last index used.Adrián Oliva-0/+9
2023-05-28Can set due date to null from edit.Adrián Oliva-1/+7
2023-05-27Maybe a better way to allow Front End access API.Adrián Oliva-12/+10
2023-05-26CORS problem.Adrián Oliva-0/+14
2023-05-26Added a GET request with filters.Adrián Oliva-1/+16
2023-05-26New DELETE request to delete a to do.Adrián Oliva-0/+8
2023-05-25Added blank spaces everywhere.Adrián Oliva-1/+4
2023-05-25New GET for sorted to dos.Adrián Oliva-0/+21
2023-05-25New PUT request to edit to dos.Adrián Oliva-3/+20
2023-05-25New PUT to set undone.Adrián Oliva-0/+13
2023-05-25POST to set done.Adrián Oliva-0/+16
2023-05-25Little typo on POST.Adrián Oliva-1/+1
2023-05-25Added new comments and reformatted an empty function.Adrián Oliva-4/+4
2023-05-25Added HTTP responses and text has max length.Adrián Oliva-0/+10
2023-05-25Added a POST endpoint.Adrián Oliva-1/+18
2023-05-25Added GET endpoint to list to dos.Adrián Oliva-4/+15
2023-05-24First simple Get Request.Adrián Oliva-0/+19