Got 11. Classes
This PR is a major release:
- It uses got 11 internally instead of got 9
Breaking changes
- CanvasAPI is now a class and therefore must be constructed using
new
- Drop support to endpoints with a leading slash.
get("/courses")
is no longer valid and must be replaced withget("courses")
. - Drop support for
debug
- Drop support for the
log
option in the constructor.