pub fn get_by_id(
client: &TestMyCodeClient,
course_id: u32,
) -> Result<CourseData, TestMyCodeClientError>Expand description
get /api/v8/courses/{course_id} Returns the course’s information in a json format. Course is searched by id
pub fn get_by_id(
client: &TestMyCodeClient,
course_id: u32,
) -> Result<CourseData, TestMyCodeClientError>get /api/v8/courses/{course_id} Returns the course’s information in a json format. Course is searched by id