pub fn get(
client: &TestMyCodeClient,
organization_slug: &str,
course_name: &str,
) -> Result<CourseData, TestMyCodeClientError>Expand description
get /api/v8/org/{organization_slug}/courses/{course_name} Returns the course’s information in a json format. Course is searched by organization slug and course name