Skip to content

Settings - Participating Notifications #52

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

Merged
merged 21 commits into from
Jun 12, 2015
Merged

Settings - Participating Notifications #52

merged 21 commits into from
Jun 12, 2015

Conversation

manosim
Copy link
Member

@manosim manosim commented Jun 9, 2015

No description provided.

@manosim manosim self-assigned this Jun 10, 2015
@manosim manosim added this to the Release 0.0.13 milestone Jun 10, 2015

apiRequests
.getAuth('https://api.github.com/notifications')
.getAuth('https://api.github.com/notifications?participating=' + participating)
Copy link
Collaborator

Choose a reason for hiding this comment

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

I would do the following just to make sure it's concatenated correctly.

.getAuth('https://api.github.com/notifications?participating=' + participating ? 'true' : 'false')

@JakeSidSmith
Copy link
Collaborator

manosim pushed a commit that referenced this pull request Jun 12, 2015
Settings - Participating Notifications
@manosim manosim merged commit 57dfb1d into master Jun 12, 2015
@manosim manosim deleted the participating branch June 12, 2015 13:39
@manosim manosim added release Release and removed review needed labels Jun 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants