Changelog
Source:NEWS.md
explorecourses 0.0.1
Features
- Provides three main functions:
-
fetch_all_courses()
: Fetches all courses from the ExploreCourses API for a set of departments (Default: all). -
fetch_department_courses()
: Fetches the courses for a specific department. -
fetch_departments()
: Fetches the list of departments from the ExploreCourses API.
-