pub fn download_course_exercise(
client: &TestMyCodeClient,
organization_slug: &str,
course_name: &str,
exercise_name: &str,
target: &mut dyn Write,
) -> Result<(), TestMyCodeClientError>Expand description
get /api/v8/org/{organization_slug}/courses/{course_name}/exercises/{exercise_name}/download Download the exercise as a zip file