pub fn get_exercise_points(
client: &TestMyCodeClient,
organization_slug: &str,
course_name: &str,
exercise_name: &str,
) -> Result<Vec<CourseDataExercisePoint>, TestMyCodeClientError>Expand description
get /api/v8/org/{organization_slug}/courses/{course_name}/exercises/{exercise_name}/points Returns all the awarded points of an excercise for all users