California Virtual Campus API
Documentation
v0.0.2
Getting Started
Installation
Classes
course
courseSection
Methods
getCourseContentByID
getCourseIDsBySearch
getCourseContentByScraping
getCourseIDsByScraping
Toggle Sidebar
Docs
>
Methods
getCourseContentByID
Using a provided course ID, returns a course object with info scraped from the CVC course webpage.
Parameters:
id
int
The CVC ID of the desired course.
Raises:
ValueError
Inputted ID is invalid.
Returns:
output
course
A course object filled with the desired course info.