SOCSSabaragamuwa / testrepo

0 stars 0 forks source link

Implement GET /faculties #9

Open SOCSSabaragamuwa opened 6 years ago

SOCSSabaragamuwa commented 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}”
           },
           …
   ]
}