-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add CommunityProfile stream and enhance error handling #20
Add CommunityProfile stream and enhance error handling #20
Conversation
@ericboucher - This is approved but it Looks like the linter is failing. Do you mind running |
@ericboucher - Just an FYI - the CI tests need me to approve each time, but after one of these has merged, you would no longer be a "first time contributor" and then (I think!) CI tests will run without me pushing the button. 😄 |
LGTM! |
Adding a stream for CommunityProfile.
Enhancing error handling because fetching
community/profile
from the GitHub API sometimes return a404 - Not Found
. See #16 for more details.