Colin Murtaugh

Results 4 issues of Colin Murtaugh

This PR modifies the `DeepLinkResource` class to add support for the `iframe` property as described in the [LTI 1.3 spec](https://www.imsglobal.org/spec/lti-dl/v2p0#lti-resource-link). When set, this property indicates to the platform that the...

According to the [LTI 1.3 spec](https://www.imsglobal.org/spec/lti-dl/v2p0#lti-resource-link), `ltiResourceLink` resources returned in the deep linking response can have an `iframe` property which indicates that the resource can be embedded in an iframe....

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...