You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added RateLimitExceeded exception to distinguish between being rate limited and being otherwise forbidden from accesing a resource. It is a subclass of the Forbidden exception.
File uploads now accept path-like objects (Thanks, @theunkn0wn1)
Add list of CanvasAPI Projects to README (Thanks, @deundrewilliams)
PyPI Package Description now uses README (Thanks, @bennettscience)
Replaced Travis CI with GitHub Actions
Bugfixes
Fixed an issue where Canvas.create_poll() did not work due to an incorrect parameter.
Canvas.get_todo_items() now correctly returns a PaginatedList of Todo items (Thanks, @bennettscience)
Fixed an issue where Favorite.remove() did not handle parameters properly. (Thanks, @deundrewilliams)