-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added support for external feeds #19
Conversation
tests/fixtures/group.json
Outdated
"url": "http://example.com/myblog.rss" | ||
}, | ||
"status_code": 200 | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made a mistake when merging in develop
. Please add a comma after this bracket.
canvasapi/course.py
Outdated
@@ -945,6 +945,63 @@ def create_external_tool(self, name, privacy_level, consumer_key, shared_secret, | |||
|
|||
return ExternalTool(self._requester, response_json) | |||
|
|||
|
|||
def list_external_feeds(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, another mistake on my part. Please remove one of the blank lines above this function.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good. As soon as the checks are passing again, we can proceed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
added support for external feeds
Completes issue #18
Added: