Skip to content

1.0.14

Compare
Choose a tag to compare
@ToeBee ToeBee released this 04 Oct 15:23
· 377 commits to master since this release

Lots of new calls implemented thanks to CU Boulder and UBC!

  • Ability to enroll a user in a section (course enrollment was already implemented)
    • Method EnrollUser was deprecated in favor of either enrollUserInCourse or enrollUserInSection
  • Retrieve user Login objects from Canvas
  • Update a section object in Canvas
  • API calls will now throw a RateLimitException if the rate limit remaining header returned by Canvas drops too low

Breaking change: The userId field in the Enrollment model object was changed from Integer to String. This was necessary to allow specifying an SIS user ID when creating enrollments instead of just Canvas user ID.