Function get_course_submissions

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

get /api/v8/org/{organization_slug}/courses/{course_name}/submissions Returns the submissions visible to the user in a json format