courseHow you retrieve course data.Properties:
  1. cvc_idstring
    Course ID as assigned on the CVC platform.
  2. college_namestring
    Name of the college this course belongs to.
  3. class_namestring
    Name of the course.
  4. class_symbolstring
    Abbreviation of the course in its home institution, such as HIST101 or COMPSCI001.
  5. C_IDstring
    C-ID assigned to the course. You can find more info at https://www.c-id.net/courses
  6. course_descriptionstring
    Course description according to the CVC course page.
  7. locationstring
    Location where the course is being offered.
  8. unitsint
    Number of units this course has.
  9. unitTypestring
    The type of units this course has.
  10. prereqslist[string]
    A list of course symbols associated with this prerequisite.
  11. sectionslist[courseSection]
    A list of courseSection objects with data of the currently displayed course sections on the CVC course page.