Matthew Emond
Matthew Emond
See discussion on https://github.com/ucfopen/canvasapi/pull/237#pullrequestreview-227354435 for limitations on implementation
Also `isort`! (assuming #438 goes through)
Hey @ggarfink, thanks for volunteering! Check out the [Contributing Guide](https://github.com/ucfopen/canvasapi/blob/develop/.github/CONTRIBUTING.md) to get started. If you have any questions at all, feel free to post here. We're also on the [UCF...
Resolved in #485
This endpoint isn't covered due to a limitation of our current implementation of `PaginatedList`. `PaginatedList` expects objects of a single type, but this endpoint returns objects of mixed types. To...
I think bundling these issues together makes sense. This is essentially the issue for turning nested objects into actual objects instead of `dict`. I'll edit the title to reflect this.
As @jonespm [mentioned in review](https://github.com/ucfopen/canvasapi/pull/506#pullrequestreview-804204320) on #429, only `get_course_level_student_summary_data` has been addressed. There may be other Course Analytics methods that need updating. @jonespm can you confirm?
Admittedly, we thought we had all the cases covered too! It turns out there's a need for a general-purpose solution, like in `Course.enroll_user` as described above.
@jessemcbride (and anybody else who is interested), could you take a look at [my branch](https://github.com/Thetwam/canvasapi/tree/issue/147-docs-examples) and see if this seems like a good pattern to continue with?
@jessemcbride things to work on: Accounts: - [x] Creating a new user - [x] List all courses Users - [x] Getting a user by SIS ID - [x] Getting a...