pub fn get_course_points_by_id(
client: &TestMyCodeClient,
course_id: u32,
) -> Result<Vec<CourseDataExercisePoint>, TestMyCodeClientError>Expand description
get /api/v8/courses/{course_id}/points Returns the course’s points in a json format. Course is searched by id