This release adds automatic pagination of requests.
Batches of 50 submissions and assignments are returned, if more exist it will automatically pull each additional page of returns and combine them into a single response.
0.0.11
This release adds Submissions, error handling, and cleans up the code to be more concise.
0.0.2
This release fixes a number of bugs and removes some errant test logging.
Bugs:
- _observation_link_root_account definition mapping incorrect in observee.py - grader_comments_visible_to_graders definition incorrect in base.py
0.0.1
Initial working release of the async Canvas Parent API client.