canvas_python_sdk
canvas_python_sdk copied to clipboard
If per_page parameter is allowed, also allow the page parameter
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 arrays need to allow the page
parameter.