lukew3/uni2db

New API Structure

Opened this issue · 0 comments

lukew3 commented
Route Params Description
/schools None Gets a JSON list of all school names
/subjects school Gets a list of subject strings. Should use query param to filter by school
/courses school, subject Lists course objects. Should use school and subject to get a smaller list of courses. May want to paginate to limit to like 100 each or so
/equivalents srcSchool, destSchool, srcCourse Get a list of equivalent objects based on params filters.