Homeworks

It is used to get information about a homework or to create or update a homework.

Endpoints

TypeURIDescription
GET./temeIt is used to return a list with all the homeworks.
GET./teme/detaliiIt is used to return the details of a homework.
POST./temeIt is used to create a new homework.
PUT./temeIt is used to update a homework.
PUT./teme/ratingAdd / change a rating to a homework or student.
DELETE./temeIt is used to delete a homework.
POST./teme/solutieUsed only by the student to add a solution to a homework.
PUT./teme/solutieIt is used by the proffesor to review a homework.
DELETE./teme/solutieIt is used to delete a solution.