A REST API to fetch currently enrolled courses for UofT Acorn Students.
Uses this acorn API, written in java
API Documentation at /swagger-ui.html
Endpoints:
/courses/enrolled
/courses/planned
/registrations/eligible
/grades/transcript
method
: POST
utorid
: the utorid to log in with
password
: the password to log in with
response
: list of all currently enrolled courses for this utorid
, or a FORBIDDEN
error.