Skip to content

Releases: KTH/canvas-api

v1.0.2

29 Mar 08:15
Compare
Choose a tag to compare
  • Fix errors on calculating the next url
  • Fix URL resolution

Simplified API

20 Mar 11:53
Compare
Choose a tag to compare

This release is a entire rewrite of the package aimed to simplify and reduce the API surface to the bare minimum.

The API includes only five functions: a builder function that returns a CanvasAPI instance and four instance methods:

  • requestUrl
  • get
  • list
  • listPaginated

Refer to the README.md file for more information.