1.0.10
Changes in this release:
- Implemented quiz question deletion
- Fixed quiz editing method
- Fixed user creation method (thanks to @wmono for the PR)
- Fixed time stamp formatting for write operations (via custom Gson type adapter)
- Added a custom
CanvasException
which gets thrown when there is an error and carries with it the request URL that failed as well as the Canvas human readable error string returned (if any) - Added a specific
ObjectNotFoundException
for throwing when we get a 404 from Canvas.
Error handling is an ongoing struggle to get right and may change further. Input from other developers is welcome!