Open angadb27 opened 11 months ago
Is your feature request related to a problem? Please describe.
{base_url}/reviews/{school_short_name}/{course_subject_catalog}
Describe the solution you'd like
Describe alternatives you've considered
Additional context
Endpoint Structure: GET {base_url}/reviews/{school_short_name}/{course_subject_catalog}
Parameters:
school_short_name
course_subject_catalog
Is your feature request related to a problem? Please describe.
{base_url}/reviews/{school_short_name}/{course_subject_catalog}
. This endpoint should:Describe the solution you'd like
Describe alternatives you've considered
Additional context
Endpoint Structure: GET {base_url}/reviews/{school_short_name}/{course_subject_catalog}
Parameters:
school_short_name
: Short name identifier for the school.course_subject_catalog
: Concatenation of the course subject and catalog number. Expected Response: A list of reviews relevant to the specified course.