ucfopen / canvasapi

Python API wrapper for Instructure's Canvas LMS. Easily manage courses, users, gradebooks, and more.
https://pypi.python.org/pypi/canvasapi
MIT License
561 stars 175 forks source link

Added endpoints for querying CourseEvent objects #567

Closed dmols closed 1 year ago

dmols commented 2 years ago

Fixes #563 .

codecov[bot] commented 1 year ago

Codecov Report

Merging #567 (7c874fa) into develop (f4e725a) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head 7c874fa differs from pull request most recent head 23e86e8. Consider uploading reports for the commit 23e86e8 to get more accurate results

@@            Coverage Diff            @@
##           develop      #567   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           68        69    +1     
  Lines         3534      3540    +6     
=========================================
+ Hits          3534      3540    +6     
Impacted Files Coverage Δ
canvasapi/account.py 100.00% <100.00%> (ø)
canvasapi/course.py 100.00% <100.00%> (ø)
canvasapi/course_event.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more