Function get_course_points_for_user

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

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