-
Notifications
You must be signed in to change notification settings - Fork 24
v4 API: Subscribers #79
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
Conversation
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. As far as the lines that cleanup the subscribers (by unsubscribing them), is there a way to put that into a method or block that always runs, even if there's an assertion failure?
Yes - I'll open a PR for that today. |
Summary
Adds support for endpoints in the subscribers section of the v4 API.
Testing
Tests pass.
Checklist