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