Skip to content

Got 11. Classes

Compare
Choose a tag to compare
@exacs exacs released this 12 Feb 08:59
· 121 commits to master since this release

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 with get("courses").
  • Drop support for debug
  • Drop support for the log option in the constructor.