🔨 API Update 1.1.0
Notice
This update pertains to the public Web API intended for use by students and developers that want to consume CougarGrades data without some of the overhead that may be involved in consuming the CSV data on your own. This update is not related to improvements to the CougarGrades website.
Technical mumbo
The public HTTP API has been updated to support instructor-related data. This update adds the new /instructors
endpoint that can be queried by a search term through the query
parameter, or an individual instructor can be accessed through the fullName
parameter.
To read more about the public API, check out the documentation or inspect the source code below.
- Documentation: https://cougargrades.github.io/api/
- Source code: https://github.com/cougargrades/api