Function get_course_reviews

Source
pub fn get_course_reviews(
    client: &TestMyCodeClient,
    course_id: u32,
) -> Result<Vec<Review>, TestMyCodeClientError>
Expand description

get /api/v8/core/courses/{course_id}/reviews Returns the course’s review information for current user’s submissions in a json format. Course is searched by id