vsite-hr / mentor

Online learning platform.
MIT License
3 stars 2 forks source link

REST endpoint for listing lecture's courses #1

Closed gkresic closed 7 years ago

gkresic commented 7 years ago

We need a new endpoint that will return all courses that given lecture is part of:

URL: http://localhost:1800/api/lecture/{lecture-id}/courses HTTP method: GET Parameters: None Response: List of courses. Example: http://localhost:1800/api/lecture/200ceefa-a476-11e6-aedd-4485006d0fd8/courses

+documentation on GitHub Wiki

Genato commented 7 years ago

Finished..