canvas_python_sdk icon indicating copy to clipboard operation
canvas_python_sdk copied to clipboard

Canvas Python SDK

Results 5 canvas_python_sdk issues
Sort by recently updated
recently updated
newest added

In [conversations.py](https://github.com/penzance/canvas_python_sdk/blob/master/canvas_sdk/methods/conversations.py) create_conversation(), you get a 500 response when including attachment_ids. After contacting canvas support, it turned out that the issue was that the translation to the http request required...

When I tried out the command for installing the package I got this error message: Please make sure you have the correct access rights and the repository exists. Command "git...

Currently methods that return arrays don't allow the `page` parameter, even if they do allow the `per_page` parameter. In order to retrieve a specific page of results, methods that return...

The inline doc for the start_account_report method indicates that the `parameters` argument should be a string, but it needs to be a dict. Also, it's not obvious what the keys...

e.g. ``` courses/{course_id}/users?include[]=email&include[]=enrollments ```