Skip to content
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

Merged
merged 4 commits into from
Jun 1, 2017

Conversation

nathaned
Copy link
Contributor

Completes issue #18

Added:

  • List external feeds
  • Create an external feed
  • Delete an external feed

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 9c2cac7 on nathaned:issue/18-external-feeds into 8d4c969 on ucfopen:develop.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling c463c80 on nathaned:issue/18-external-feeds into 8d4c969 on ucfopen:develop.

@Thetwam Thetwam self-requested a review May 26, 2017 15:20
@Thetwam Thetwam added this to the canvasapi v0.4.0 milestone May 26, 2017
"url": "http://example.com/myblog.rss"
},
"status_code": 200
}
Copy link
Member

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.

@@ -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):
Copy link
Member

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.

Copy link
Member

@Thetwam Thetwam left a 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.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling dc93432 on nathaned:issue/18-external-feeds into 1bf051f on ucfopen:develop.

Copy link
Member

@Thetwam Thetwam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@Thetwam Thetwam merged commit 1a6f8a2 into ucfopen:develop Jun 1, 2017
Thetwam added a commit that referenced this pull request Jun 5, 2017
@nathaned nathaned deleted the issue/18-external-feeds branch June 6, 2017 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants