Function get_course

Source
pub fn get_course(
    client: &TestMyCodeClient,
    course_id: u32,
) -> Result<CourseDetails, TestMyCodeClientError>
Expand description

get /api/v8/core/courses/{course_id} Returns the course details in a json format. Course is searched by id