Get list of topics for a course
Examples
if (FALSE) {
course_id <- get_course_list()$courses$id[1]
get_topic_list(course_id)
}
Get list of topics for a course
if (FALSE) {
course_id <- get_course_list()$courses$id[1]
get_topic_list(course_id)
}