Jesse McBride
Jesse McBride
See https://gist.github.com/jessemcbride/133312e5af9e6eb1de7d5b77dc9b7ba9 for implementation scaffolding.
Hi @dave-doty - I would love to introduce type hints to the library. Although it isn't in our roadmap at the moment, I'd be happy to look over a PR...
Hi jpnoe, could you provide a stack trace of this error occurring? What code are you executing when it happens? Check out our docs on [debugging](https://canvasapi.readthedocs.io/en/stable/debugging.html) for context on how...
`PaginatedList` can be passed a `_root` keyword argument to tell it what key to build the list from. If you want to keep working with `AuthenticationEvent` objects instead of parsing...
Add examples in the docs for CalendarEvent.edit() (see #239).
Good catch! I'm wondering if we should keep this open for a week or so and see if we can make this broader and include other docstring tweaks. We can...
Another good find. We modified `canvasapi.requester.Requester.request` a while ago to convert keyword arguments to tuples in order to solve a problem we were having with nested parameters (Canvas expects things...
Could I get a stack trace (or a screenshot of the issue)? I'm not completely sure what's happening. I'm planning on rewriting all of this over the weekend, but if...