pub fn get_course_exercises(
client: &TestMyCodeClient,
organization_slug: &str,
course_name: &str,
) -> Result<Vec<CourseDataExercise>, TestMyCodeClientError>Expand description
get /api/v8/org/{organization_slug}/courses/{course_name}/exercises Returns all exercises of the course as json. Course is searched by name