Open SOCSSabaragamuwa opened 6 years ago
HTTP GET request to http://localhost:8090/api/faculties should return, all the available faculties.
{ “faculties”: [ { “self”: “http://localhost:8090/api/faculties/{faculty_id}”, “id”: “{id}”, “name”: “{name}” }, … ] }
HTTP GET request to http://localhost:8090/api/faculties should return, all the available faculties.