Skip to content

Simplified API

Compare
Choose a tag to compare
@exacs exacs released this 20 Mar 11:53
· 239 commits to master since this release

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.