Function get_course_points_for_current_user

Source
pub fn get_course_points_for_current_user(
    client: &TestMyCodeClient,
    organization_slug: &str,
    course_name: &str,
) -> Result<Vec<CourseDataExercisePoint>, TestMyCodeClientError>
Expand description

get /api/v8/org/{organization_slug}/courses/{course_name}/users/current/points Returns the current user’s points from the course in a json format. Course is searched by name