pub fn get_course_submissions_for_last_hour(
client: &TestMyCodeClient,
course_id: u32,
) -> Result<Vec<u32>, TestMyCodeClientError>Expand description
get /api/v8/courses/{course_id}/submissions/last_hour Returns submissions to the course in the latest hour