Happened only once though; no idea what caused it. Refreshing multiple times didn't help.
Safari:
Before:
After:
Ugh. Ya I'm not sure what this is from. It's either Apollo's cache or GitHub caching API responses. I nil out the HTTP cache, so that shouldn't be it, but I'm just not sure... Will keep an eye on it.
Ok here's to blame on issue/PR aggressive caching:
https://github.com/rnystrom/Freetime/commit/9ba1a51704e64fc35576d6a12ba684b5fc5166db
Doesn't explain notifications tho, that's a totally different client+API.
I am seeing this still / again... a lot. Refresh for a bunch of issues, going through all of them and marking them as read. Then when I go to github.com, I see some issues as unread (others than previously marked as read). Need to kill and relaunch the app to see them :/
@BasThomas since you're seeing this so often, kind digging into it a little?
I'll see what I can do! 👍
Issues in question was #200; last update seems to have been a code change.
Now that I have badges enabled, I'm noticing this now too. Very frustrating. Not sure if Alamofire is doing something special w/ the etag or what.
Copied the curl request via FLEX when I had a refresh bug (replaced my auth token):
curl -v -X GET 'https://api.github.com/notifications?access_token=123abc&all=true&page=1&participating=false&per_page=100' -H 'User-Agent: Freetime/1.10.0 (com.whoisryannystrom.freetime; build:1897; iOS 11.0.0) Alamofire/4.4.0' -H 'Accept-Language: en-US;q=1.0' -H 'Authorization: Bearer 123abc' -H 'Accept: */*' -H 'Accept-Encoding: gzip;q=1.0, compress;q=0.5' -H 'Cookie:'
Killed the app and restarted. It sent this request:
curl -v -X GET 'https://api.github.com/notifications?access_token=123abc&all=true&page=1&participating=false&per_page=100' -H 'User-Agent: Freetime/1.10.0 (com.whoisryannystrom.freetime; build:1897; iOS 11.0.0) Alamofire/4.4.0' -H 'Accept-Language: en-US;q=1.0' -H 'Authorization: Bearer 123abc' -H 'Accept-Encoding: gzip;q=1.0, compress;q=0.5' -H 'Cookie:'
The only difference is the -H 'Accept: */*'. Could that really be it?
I guess it must be? Very weird. Can we open an issue at GitHub somewhere?
Or it’s some weird caching issue on our side still?
Or it’s some weird caching issue on our side still?
This could totally be the case, tho we're still explicitly niling the cache.
Also hard to repro b/c as soon as I relaunch, the response is fresh. Maybe I can spend some time using my test account to blast notifications and wait until I start seeing stale data on refresh?
At this point, I guess just trying things is a good idea? It’s quite a nasty and impactful bug.
Thinking out loud: I think the “mark as read” is still available if this happens? Or not? If so, maybe we can do some logging / force reload when the amount of notifications in Unread is 0 but the mark all is still available?
@BasThomas the "Mark All" button isEnabled state is driven from the same data that powers the data source, so I don't think that's it. I hate this bug, but its super visible and looks bad. I honestly need to just set aside some time and hammer on it.
Yeah - just confirmed that it’s not working with the mark as read.
Ok this is _really_ weird. The background job says 9 new. I foreground + refresh and it adds a new notification but limits it to 6. So I'm receiving new notifications, even tho they are technically stale. Attaching debugger and seeing what's up.
edit1: Tried w/ and w/out Accept: */*, responses via curl are identical
edit2: Grabbed a bunch of logs. Killed app and restarted, now has totally different content. Grabbing those logs.
edit3: I think I found it: URLSession.requestCachePolicy
Yesssssssss
Oh noes - I have a notification on GH.com now, but it is not at all showing in the app - even after kill+relaunch :(. Not sure if this is different, as a relaunch doesn't fix? Want me to open another issue?
The network request did have one unread:
[
{
"unread" : false,
"reason" : "subscribed",
"id" : "261966455",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Moya/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Moya/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Moya/{archive_format}{/ref}",
"id" : 23013268,
"tags_url" : "https://api.github.com/repos/Moya/Moya/tags",
"trees_url" : "https://api.github.com/repos/Moya/Moya/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Moya/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Moya/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Moya/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Moya/releases{/id}",
"html_url" : "https://github.com/Moya/Moya",
"forks_url" : "https://api.github.com/repos/Moya/Moya/forks",
"url" : "https://api.github.com/repos/Moya/Moya",
"description" : "Network abstraction layer written in Swift.",
"hooks_url" : "https://api.github.com/repos/Moya/Moya/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Moya/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Moya/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Moya/languages",
"full_name" : "Moya/Moya",
"subscribers_url" : "https://api.github.com/repos/Moya/Moya/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Moya/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Moya/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Moya/contributors",
"name" : "Moya",
"issue_events_url" : "https://api.github.com/repos/Moya/Moya/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Moya/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Moya/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Moya/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Moya/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Moya/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Moya/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Moya/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Moya/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Moya/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Moya/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Moya/events",
"teams_url" : "https://api.github.com/repos/Moya/Moya/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Moya/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Moya/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Moya/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Moya/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261966455/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/Moya/Moya/pulls/1327",
"title" : "Update CommunityProjects.md",
"url" : "https://api.github.com/repos/Moya/Moya/pulls/1327",
"type" : "PullRequest"
},
"last_read_at" : "2017-09-28T14:10:27Z",
"updated_at" : "2017-09-28T14:06:14Z",
"url" : "https://api.github.com/notifications/threads/261966455"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261961697",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261961697/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments/332844814",
"title" : "Comment cell bigger then necessary",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/462",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T14:10:37Z",
"updated_at" : "2017-09-28T13:58:38Z",
"url" : "https://api.github.com/notifications/threads/261961697"
},
{
"unread" : false,
"reason" : "author",
"id" : "261949243",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261949243/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/460",
"title" : "App icon badge count not updated",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/460",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T14:15:01Z",
"updated_at" : "2017-09-28T14:13:50Z",
"url" : "https://api.github.com/notifications/threads/261949243"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261958485",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261958485/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/461",
"title" : "Comment ... not centered vertically",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/461",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T14:14:12Z",
"updated_at" : "2017-09-28T13:46:57Z",
"url" : "https://api.github.com/notifications/threads/261958485"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261924689",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261924689/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments/332841270",
"title" : "Add badge icon to issue/pr count",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/459",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T14:15:05Z",
"updated_at" : "2017-09-28T13:46:35Z",
"url" : "https://api.github.com/notifications/threads/261924689"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261951574",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Moya/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Moya/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Moya/{archive_format}{/ref}",
"id" : 23013268,
"tags_url" : "https://api.github.com/repos/Moya/Moya/tags",
"trees_url" : "https://api.github.com/repos/Moya/Moya/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Moya/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Moya/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Moya/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Moya/releases{/id}",
"html_url" : "https://github.com/Moya/Moya",
"forks_url" : "https://api.github.com/repos/Moya/Moya/forks",
"url" : "https://api.github.com/repos/Moya/Moya",
"description" : "Network abstraction layer written in Swift.",
"hooks_url" : "https://api.github.com/repos/Moya/Moya/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Moya/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Moya/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Moya/languages",
"full_name" : "Moya/Moya",
"subscribers_url" : "https://api.github.com/repos/Moya/Moya/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Moya/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Moya/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Moya/contributors",
"name" : "Moya",
"issue_events_url" : "https://api.github.com/repos/Moya/Moya/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Moya/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Moya/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Moya/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Moya/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Moya/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Moya/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Moya/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Moya/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Moya/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Moya/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Moya/events",
"teams_url" : "https://api.github.com/repos/Moya/Moya/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Moya/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Moya/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Moya/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Moya/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261951574/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments/332839930",
"title" : "Add Task case to handle request with Encodable type. #1325",
"url" : "https://api.github.com/repos/Moya/Moya/pulls/1326",
"type" : "PullRequest"
},
"last_read_at" : "2017-09-28T14:14:24Z",
"updated_at" : "2017-09-28T13:42:02Z",
"url" : "https://api.github.com/notifications/threads/261951574"
},
{
"unread" : true,
"reason" : "subscribed",
"id" : "261743420",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Moya/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Moya/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Moya/{archive_format}{/ref}",
"id" : 23013268,
"tags_url" : "https://api.github.com/repos/Moya/Moya/tags",
"trees_url" : "https://api.github.com/repos/Moya/Moya/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Moya/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Moya/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Moya/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Moya/releases{/id}",
"html_url" : "https://github.com/Moya/Moya",
"forks_url" : "https://api.github.com/repos/Moya/Moya/forks",
"url" : "https://api.github.com/repos/Moya/Moya",
"description" : "Network abstraction layer written in Swift.",
"hooks_url" : "https://api.github.com/repos/Moya/Moya/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Moya/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Moya/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Moya/languages",
"full_name" : "Moya/Moya",
"subscribers_url" : "https://api.github.com/repos/Moya/Moya/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Moya/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Moya/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Moya/contributors",
"name" : "Moya",
"issue_events_url" : "https://api.github.com/repos/Moya/Moya/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Moya/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Moya/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Moya/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Moya/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Moya/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Moya/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Moya/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Moya/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Moya/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Moya/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Moya/events",
"teams_url" : "https://api.github.com/repos/Moya/Moya/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Moya/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Moya/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Moya/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Moya/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261743420/subscription",
"subject" : {
"latest_comment_url" : null,
"title" : "[WIP][CI] Add new script to exit on non-trivial changes (docs, markdown, etc)",
"url" : "https://api.github.com/repos/Moya/Moya/pulls/1324",
"type" : "PullRequest"
},
"last_read_at" : "2017-09-28T13:27:43Z",
"updated_at" : "2017-09-28T13:28:28Z",
"url" : "https://api.github.com/notifications/threads/261743420"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261837246",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261837246/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments/332834087",
"title" : "List item count incorrect",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/458",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T13:21:49Z",
"updated_at" : "2017-09-28T13:20:59Z",
"url" : "https://api.github.com/notifications/threads/261837246"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261792250",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261792250/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments/332829371",
"title" : "Version number script blocking Testflight submission",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/456",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T13:11:50Z",
"updated_at" : "2017-09-28T13:02:35Z",
"url" : "https://api.github.com/notifications/threads/261792250"
},
{
"unread" : false,
"reason" : "comment",
"id" : "261822535",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261822535/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/457",
"title" : "Disappearing reaction button when device rotates",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/457",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T13:25:53Z",
"updated_at" : "2017-09-28T12:02:12Z",
"url" : "https://api.github.com/notifications/threads/261822535"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "260437694",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/260437694/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/378",
"title" : "Add badge icon next to tabs in repo view",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/378",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T13:26:00Z",
"updated_at" : "2017-09-28T12:00:51Z",
"url" : "https://api.github.com/notifications/threads/260437694"
},
{
"unread" : false,
"reason" : "team_mention",
"id" : "261560177",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Moya/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Moya/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Moya/{archive_format}{/ref}",
"id" : 23013268,
"tags_url" : "https://api.github.com/repos/Moya/Moya/tags",
"trees_url" : "https://api.github.com/repos/Moya/Moya/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Moya/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Moya/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Moya/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Moya/releases{/id}",
"html_url" : "https://github.com/Moya/Moya",
"forks_url" : "https://api.github.com/repos/Moya/Moya/forks",
"url" : "https://api.github.com/repos/Moya/Moya",
"description" : "Network abstraction layer written in Swift.",
"hooks_url" : "https://api.github.com/repos/Moya/Moya/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Moya/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Moya/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Moya/languages",
"full_name" : "Moya/Moya",
"subscribers_url" : "https://api.github.com/repos/Moya/Moya/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Moya/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Moya/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Moya/contributors",
"name" : "Moya",
"issue_events_url" : "https://api.github.com/repos/Moya/Moya/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Moya/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Moya/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Moya/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Moya/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Moya/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Moya/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Moya/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Moya/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Moya/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Moya/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Moya/events",
"teams_url" : "https://api.github.com/repos/Moya/Moya/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Moya/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Moya/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Moya/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Moya/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261560177/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments/332799227",
"title" : "Docs translated into Chinese",
"url" : "https://api.github.com/repos/Moya/Moya/pulls/1321",
"type" : "PullRequest"
},
"last_read_at" : "2017-09-28T13:26:07Z",
"updated_at" : "2017-09-28T10:45:40Z",
"url" : "https://api.github.com/notifications/threads/261560177"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261725794",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Moya/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Moya/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Moya/{archive_format}{/ref}",
"id" : 23013268,
"tags_url" : "https://api.github.com/repos/Moya/Moya/tags",
"trees_url" : "https://api.github.com/repos/Moya/Moya/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Moya/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Moya/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Moya/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Moya/releases{/id}",
"html_url" : "https://github.com/Moya/Moya",
"forks_url" : "https://api.github.com/repos/Moya/Moya/forks",
"url" : "https://api.github.com/repos/Moya/Moya",
"description" : "Network abstraction layer written in Swift.",
"hooks_url" : "https://api.github.com/repos/Moya/Moya/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Moya/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Moya/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Moya/languages",
"full_name" : "Moya/Moya",
"subscribers_url" : "https://api.github.com/repos/Moya/Moya/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Moya/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Moya/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Moya/contributors",
"name" : "Moya",
"issue_events_url" : "https://api.github.com/repos/Moya/Moya/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Moya/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Moya/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Moya/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Moya/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Moya/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Moya/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Moya/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Moya/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Moya/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Moya/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Moya/events",
"teams_url" : "https://api.github.com/repos/Moya/Moya/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Moya/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Moya/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Moya/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Moya/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261725794/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments/332787390",
"title" : "[Documentation] Add Contributing.md & Code of Conduct.md from contributors repo.",
"url" : "https://api.github.com/repos/Moya/Moya/pulls/1322",
"type" : "PullRequest"
},
"last_read_at" : "2017-09-28T13:26:33Z",
"updated_at" : "2017-09-28T13:26:27Z",
"url" : "https://api.github.com/notifications/threads/261725794"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261470680",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Moya/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Moya/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Moya/{archive_format}{/ref}",
"id" : 23013268,
"tags_url" : "https://api.github.com/repos/Moya/Moya/tags",
"trees_url" : "https://api.github.com/repos/Moya/Moya/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Moya/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Moya/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Moya/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Moya/releases{/id}",
"html_url" : "https://github.com/Moya/Moya",
"forks_url" : "https://api.github.com/repos/Moya/Moya/forks",
"url" : "https://api.github.com/repos/Moya/Moya",
"description" : "Network abstraction layer written in Swift.",
"hooks_url" : "https://api.github.com/repos/Moya/Moya/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Moya/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Moya/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Moya/languages",
"full_name" : "Moya/Moya",
"subscribers_url" : "https://api.github.com/repos/Moya/Moya/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Moya/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Moya/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Moya/contributors",
"name" : "Moya",
"issue_events_url" : "https://api.github.com/repos/Moya/Moya/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Moya/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Moya/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Moya/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Moya/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Moya/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Moya/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Moya/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Moya/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Moya/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Moya/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Moya/events",
"teams_url" : "https://api.github.com/repos/Moya/Moya/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Moya/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Moya/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Moya/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Moya/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261470680/subscription",
"subject" : {
"latest_comment_url" : null,
"title" : "[Removed] RxMoyaProvider and ReactiveSwiftMoyaProvider",
"url" : "https://api.github.com/repos/Moya/Moya/pulls/1320",
"type" : "PullRequest"
},
"last_read_at" : "2017-09-28T13:28:02Z",
"updated_at" : "2017-09-28T09:47:57Z",
"url" : "https://api.github.com/notifications/threads/261470680"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "254505077",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Moya/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Moya/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Moya/{archive_format}{/ref}",
"id" : 23013268,
"tags_url" : "https://api.github.com/repos/Moya/Moya/tags",
"trees_url" : "https://api.github.com/repos/Moya/Moya/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Moya/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Moya/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Moya/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Moya/releases{/id}",
"html_url" : "https://github.com/Moya/Moya",
"forks_url" : "https://api.github.com/repos/Moya/Moya/forks",
"url" : "https://api.github.com/repos/Moya/Moya",
"description" : "Network abstraction layer written in Swift.",
"hooks_url" : "https://api.github.com/repos/Moya/Moya/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Moya/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Moya/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Moya/languages",
"full_name" : "Moya/Moya",
"subscribers_url" : "https://api.github.com/repos/Moya/Moya/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Moya/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Moya/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Moya/contributors",
"name" : "Moya",
"issue_events_url" : "https://api.github.com/repos/Moya/Moya/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Moya/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Moya/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Moya/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Moya/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Moya/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Moya/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Moya/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Moya/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Moya/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Moya/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Moya/events",
"teams_url" : "https://api.github.com/repos/Moya/Moya/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Moya/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Moya/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Moya/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Moya/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/254505077/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments/332759584",
"title" : "Release 10.0",
"url" : "https://api.github.com/repos/Moya/Moya/issues/1253",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T13:26:47Z",
"updated_at" : "2017-09-28T08:00:04Z",
"url" : "https://api.github.com/notifications/threads/254505077"
},
{
"unread" : false,
"reason" : "team_mention",
"id" : "261647119",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/downloads",
"issues_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/issues{/number}",
"archive_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/{archive_format}{/ref}",
"id" : 49475012,
"tags_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/tags",
"trees_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/pulls{/number}",
"releases_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/releases{/id}",
"html_url" : "https://github.com/SwiftWeekly/swiftweekly.github.io",
"forks_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/forks",
"url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io",
"description" : "A community-driven weekly newsletter about Swift.org",
"hooks_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/hooks",
"stargazers_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/stargazers",
"issue_comment_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/assignees{/user}",
"languages_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/languages",
"full_name" : "SwiftWeekly/swiftweekly.github.io",
"subscribers_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/subscribers",
"comments_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/comments{/number}",
"merges_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/merges",
"contributors_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/contributors",
"name" : "swiftweekly.github.io",
"issue_events_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/git/blobs{/sha}",
"owner" : {
"id" : 16660222,
"organizations_url" : "https://api.github.com/users/SwiftWeekly/orgs",
"received_events_url" : "https://api.github.com/users/SwiftWeekly/received_events",
"following_url" : "https://api.github.com/users/SwiftWeekly/following{/other_user}",
"login" : "SwiftWeekly",
"avatar_url" : "https://avatars3.githubusercontent.com/u/16660222?v=4",
"url" : "https://api.github.com/users/SwiftWeekly",
"subscriptions_url" : "https://api.github.com/users/SwiftWeekly/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/SwiftWeekly/repos",
"html_url" : "https://github.com/SwiftWeekly",
"events_url" : "https://api.github.com/users/SwiftWeekly/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/SwiftWeekly/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/SwiftWeekly/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/SwiftWeekly/followers"
},
"subscription_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/subscription",
"deployments_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/deployments",
"milestones_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/milestones{/number}",
"contents_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/contents/{+path}",
"events_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/events",
"teams_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/teams",
"collaborators_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261647119/subscription",
"subject" : {
"latest_comment_url" : null,
"title" : "Issue/89",
"url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/pulls/317",
"type" : "PullRequest"
},
"last_read_at" : "2017-09-28T13:11:17Z",
"updated_at" : "2017-09-28T07:06:29Z",
"url" : "https://api.github.com/notifications/threads/261647119"
},
{
"unread" : false,
"reason" : "comment",
"id" : "225177425",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Moya/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Moya/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Moya/{archive_format}{/ref}",
"id" : 23013268,
"tags_url" : "https://api.github.com/repos/Moya/Moya/tags",
"trees_url" : "https://api.github.com/repos/Moya/Moya/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Moya/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Moya/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Moya/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Moya/releases{/id}",
"html_url" : "https://github.com/Moya/Moya",
"forks_url" : "https://api.github.com/repos/Moya/Moya/forks",
"url" : "https://api.github.com/repos/Moya/Moya",
"description" : "Network abstraction layer written in Swift.",
"hooks_url" : "https://api.github.com/repos/Moya/Moya/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Moya/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Moya/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Moya/languages",
"full_name" : "Moya/Moya",
"subscribers_url" : "https://api.github.com/repos/Moya/Moya/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Moya/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Moya/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Moya/contributors",
"name" : "Moya",
"issue_events_url" : "https://api.github.com/repos/Moya/Moya/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Moya/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Moya/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Moya/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Moya/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Moya/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Moya/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Moya/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Moya/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Moya/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Moya/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Moya/events",
"teams_url" : "https://api.github.com/repos/Moya/Moya/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Moya/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Moya/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Moya/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Moya/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/225177425/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments/332747593",
"title" : "Issue when using Moya branch for handling 400 500 failures",
"url" : "https://api.github.com/repos/Moya/Moya/issues/1088",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T09:11:07Z",
"updated_at" : "2017-09-28T07:06:25Z",
"url" : "https://api.github.com/notifications/threads/225177425"
},
{
"unread" : false,
"reason" : "comment",
"id" : "232443045",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Moya/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Moya/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Moya/{archive_format}{/ref}",
"id" : 23013268,
"tags_url" : "https://api.github.com/repos/Moya/Moya/tags",
"trees_url" : "https://api.github.com/repos/Moya/Moya/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Moya/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Moya/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Moya/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Moya/releases{/id}",
"html_url" : "https://github.com/Moya/Moya",
"forks_url" : "https://api.github.com/repos/Moya/Moya/forks",
"url" : "https://api.github.com/repos/Moya/Moya",
"description" : "Network abstraction layer written in Swift.",
"hooks_url" : "https://api.github.com/repos/Moya/Moya/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Moya/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Moya/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Moya/languages",
"full_name" : "Moya/Moya",
"subscribers_url" : "https://api.github.com/repos/Moya/Moya/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Moya/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Moya/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Moya/contributors",
"name" : "Moya",
"issue_events_url" : "https://api.github.com/repos/Moya/Moya/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Moya/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Moya/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Moya/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Moya/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Moya/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Moya/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Moya/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Moya/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Moya/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Moya/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Moya/events",
"teams_url" : "https://api.github.com/repos/Moya/Moya/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Moya/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Moya/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Moya/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Moya/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/232443045/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments/332742529",
"title" : "Add Moya.Response extension for Decodable types in Swift 4",
"url" : "https://api.github.com/repos/Moya/Moya/issues/1118",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T13:27:03Z",
"updated_at" : "2017-09-28T06:41:56Z",
"url" : "https://api.github.com/notifications/threads/232443045"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "260193703",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Moya/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Moya/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Moya/{archive_format}{/ref}",
"id" : 23013268,
"tags_url" : "https://api.github.com/repos/Moya/Moya/tags",
"trees_url" : "https://api.github.com/repos/Moya/Moya/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Moya/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Moya/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Moya/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Moya/releases{/id}",
"html_url" : "https://github.com/Moya/Moya",
"forks_url" : "https://api.github.com/repos/Moya/Moya/forks",
"url" : "https://api.github.com/repos/Moya/Moya",
"description" : "Network abstraction layer written in Swift.",
"hooks_url" : "https://api.github.com/repos/Moya/Moya/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Moya/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Moya/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Moya/languages",
"full_name" : "Moya/Moya",
"subscribers_url" : "https://api.github.com/repos/Moya/Moya/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Moya/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Moya/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Moya/contributors",
"name" : "Moya",
"issue_events_url" : "https://api.github.com/repos/Moya/Moya/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Moya/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Moya/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Moya/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Moya/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Moya/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Moya/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Moya/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Moya/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Moya/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Moya/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Moya/events",
"teams_url" : "https://api.github.com/repos/Moya/Moya/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Moya/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Moya/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Moya/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Moya/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/260193703/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/1305",
"title" : "How to generate header parameter depending on request's content type of multipart form data request?",
"url" : "https://api.github.com/repos/Moya/Moya/issues/1305",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T06:46:13Z",
"updated_at" : "2017-09-28T06:33:27Z",
"url" : "https://api.github.com/notifications/threads/260193703"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "245226839",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/245226839/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments/332710721",
"title" : "Edit comments",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/205",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:43:15Z",
"updated_at" : "2017-09-28T02:37:05Z",
"url" : "https://api.github.com/notifications/threads/245226839"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261695350",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261695350/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/451",
"title" : "Larger, uniform tap targets for MD bar",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/451",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:43:48Z",
"updated_at" : "2017-09-28T02:14:09Z",
"url" : "https://api.github.com/notifications/threads/261695350"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261598567",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261598567/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/447",
"title" : "Normal capitalization on create issue title",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/447",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:43:51Z",
"updated_at" : "2017-09-28T02:14:01Z",
"url" : "https://api.github.com/notifications/threads/261598567"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261695727",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261695727/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/453",
"title" : "New Issue MD bar background color should match Issues",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/453",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:44:06Z",
"updated_at" : "2017-09-28T02:14:00Z",
"url" : "https://api.github.com/notifications/threads/261695727"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261695585",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261695585/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/452",
"title" : "Highlight state for MD bar buttons",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/452",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:44:02Z",
"updated_at" : "2017-09-28T02:14:00Z",
"url" : "https://api.github.com/notifications/threads/261695585"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261598975",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261598975/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/448",
"title" : "Issue form messaging should match GitHub",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/448",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:43:09Z",
"updated_at" : "2017-09-28T02:14:00Z",
"url" : "https://api.github.com/notifications/threads/261598975"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261598429",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261598429/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/446",
"title" : "Show spinner over send button on create issue",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/446",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:43:57Z",
"updated_at" : "2017-09-28T02:14:00Z",
"url" : "https://api.github.com/notifications/threads/261598429"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261598309",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261598309/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/445",
"title" : "Resign responder when tapping search result",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/445",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:43:54Z",
"updated_at" : "2017-09-28T02:14:00Z",
"url" : "https://api.github.com/notifications/threads/261598309"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261397922",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261397922/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/438",
"title" : "Table layout broken",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/438",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:43:04Z",
"updated_at" : "2017-09-28T02:13:59Z",
"url" : "https://api.github.com/notifications/threads/261397922"
},
{
"unread" : false,
"reason" : "comment",
"id" : "260336736",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/260336736/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments/332702824",
"title" : "Details HTML does not collapse",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/371",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:42:14Z",
"updated_at" : "2017-09-28T01:42:42Z",
"url" : "https://api.github.com/notifications/threads/260336736"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "151963958",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Aeryn/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Aeryn/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Aeryn/{archive_format}{/ref}",
"id" : 62417471,
"tags_url" : "https://api.github.com/repos/Moya/Aeryn/tags",
"trees_url" : "https://api.github.com/repos/Moya/Aeryn/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Aeryn/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Aeryn/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Aeryn/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Aeryn/releases{/id}",
"html_url" : "https://github.com/Moya/Aeryn",
"forks_url" : "https://api.github.com/repos/Moya/Aeryn/forks",
"url" : "https://api.github.com/repos/Moya/Aeryn",
"description" : "Server to invite new contributors to a GitHub organization team.",
"hooks_url" : "https://api.github.com/repos/Moya/Aeryn/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Aeryn/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Aeryn/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Aeryn/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Aeryn/languages",
"full_name" : "Moya/Aeryn",
"subscribers_url" : "https://api.github.com/repos/Moya/Aeryn/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Aeryn/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Aeryn/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Aeryn/contributors",
"name" : "Aeryn",
"issue_events_url" : "https://api.github.com/repos/Moya/Aeryn/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Aeryn/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Aeryn/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Aeryn/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Aeryn/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Aeryn/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Aeryn/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Aeryn/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Aeryn/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Aeryn/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Aeryn/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Aeryn/events",
"teams_url" : "https://api.github.com/repos/Moya/Aeryn/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Aeryn/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Aeryn/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Aeryn/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Aeryn/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/151963958/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/Moya/Aeryn/issues/comments/332701704",
"title" : "Configurable threshold",
"url" : "https://api.github.com/repos/Moya/Aeryn/issues/5",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:36:23Z",
"updated_at" : "2017-09-28T01:34:06Z",
"url" : "https://api.github.com/notifications/threads/151963958"
},
{
"unread" : false,
"reason" : "author",
"id" : "260478647",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/260478647/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/393",
"title" : "Add share option to comments",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/393",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:42:04Z",
"updated_at" : "2017-09-28T01:30:18Z",
"url" : "https://api.github.com/notifications/threads/260478647"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261470237",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Moya/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Moya/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Moya/{archive_format}{/ref}",
"id" : 23013268,
"tags_url" : "https://api.github.com/repos/Moya/Moya/tags",
"trees_url" : "https://api.github.com/repos/Moya/Moya/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Moya/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Moya/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Moya/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Moya/releases{/id}",
"html_url" : "https://github.com/Moya/Moya",
"forks_url" : "https://api.github.com/repos/Moya/Moya/forks",
"url" : "https://api.github.com/repos/Moya/Moya",
"description" : "Network abstraction layer written in Swift.",
"hooks_url" : "https://api.github.com/repos/Moya/Moya/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Moya/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Moya/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Moya/languages",
"full_name" : "Moya/Moya",
"subscribers_url" : "https://api.github.com/repos/Moya/Moya/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Moya/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Moya/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Moya/contributors",
"name" : "Moya",
"issue_events_url" : "https://api.github.com/repos/Moya/Moya/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Moya/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Moya/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Moya/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Moya/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Moya/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Moya/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Moya/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Moya/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Moya/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Moya/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Moya/events",
"teams_url" : "https://api.github.com/repos/Moya/Moya/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Moya/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Moya/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Moya/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Moya/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261470237/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments/332696388",
"title" : "I try to use Moya, upload a photo array is always an error always convert a value of type 'MultipartFormData to expected element type' MultipartFormData ', whether can you help me take a look at how to solve",
"url" : "https://api.github.com/repos/Moya/Moya/issues/1319",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:37:30Z",
"updated_at" : "2017-09-28T00:54:46Z",
"url" : "https://api.github.com/notifications/threads/261470237"
},
{
"unread" : false,
"reason" : "mention",
"id" : "261530669",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261530669/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/442",
"title" : "Navigating to commit message looks strange",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/442",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:40:56Z",
"updated_at" : "2017-09-28T00:26:17Z",
"url" : "https://api.github.com/notifications/threads/261530669"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261758637",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261758637/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/455",
"title" : "Repo stats",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/455",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:40:48Z",
"updated_at" : "2017-09-27T23:27:45Z",
"url" : "https://api.github.com/notifications/threads/261758637"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261745704",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Moya/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Moya/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Moya/{archive_format}{/ref}",
"id" : 23013268,
"tags_url" : "https://api.github.com/repos/Moya/Moya/tags",
"trees_url" : "https://api.github.com/repos/Moya/Moya/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Moya/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Moya/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Moya/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Moya/releases{/id}",
"html_url" : "https://github.com/Moya/Moya",
"forks_url" : "https://api.github.com/repos/Moya/Moya/forks",
"url" : "https://api.github.com/repos/Moya/Moya",
"description" : "Network abstraction layer written in Swift.",
"hooks_url" : "https://api.github.com/repos/Moya/Moya/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Moya/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Moya/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Moya/languages",
"full_name" : "Moya/Moya",
"subscribers_url" : "https://api.github.com/repos/Moya/Moya/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Moya/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Moya/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Moya/contributors",
"name" : "Moya",
"issue_events_url" : "https://api.github.com/repos/Moya/Moya/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Moya/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Moya/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Moya/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Moya/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Moya/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Moya/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Moya/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Moya/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Moya/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Moya/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Moya/events",
"teams_url" : "https://api.github.com/repos/Moya/Moya/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Moya/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Moya/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Moya/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Moya/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261745704/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/1325",
"title" : "Add Task case to handle request with Encodable type.",
"url" : "https://api.github.com/repos/Moya/Moya/issues/1325",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:37:45Z",
"updated_at" : "2017-09-27T22:25:19Z",
"url" : "https://api.github.com/notifications/threads/261745704"
},
{
"unread" : false,
"reason" : "author",
"id" : "227103117",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Moya/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Moya/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Moya/{archive_format}{/ref}",
"id" : 23013268,
"tags_url" : "https://api.github.com/repos/Moya/Moya/tags",
"trees_url" : "https://api.github.com/repos/Moya/Moya/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Moya/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Moya/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Moya/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Moya/releases{/id}",
"html_url" : "https://github.com/Moya/Moya",
"forks_url" : "https://api.github.com/repos/Moya/Moya/forks",
"url" : "https://api.github.com/repos/Moya/Moya",
"description" : "Network abstraction layer written in Swift.",
"hooks_url" : "https://api.github.com/repos/Moya/Moya/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Moya/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Moya/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Moya/languages",
"full_name" : "Moya/Moya",
"subscribers_url" : "https://api.github.com/repos/Moya/Moya/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Moya/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Moya/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Moya/contributors",
"name" : "Moya",
"issue_events_url" : "https://api.github.com/repos/Moya/Moya/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Moya/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Moya/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Moya/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Moya/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Moya/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Moya/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Moya/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Moya/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Moya/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Moya/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Moya/events",
"teams_url" : "https://api.github.com/repos/Moya/Moya/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Moya/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Moya/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Moya/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Moya/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/227103117/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments/332668501",
"title" : "Documentation Playgrounds",
"url" : "https://api.github.com/repos/Moya/Moya/issues/1097",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:37:53Z",
"updated_at" : "2017-09-27T22:01:52Z",
"url" : "https://api.github.com/notifications/threads/227103117"
},
{
"unread" : false,
"reason" : "comment",
"id" : "168184124",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Moya/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Moya/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Moya/{archive_format}{/ref}",
"id" : 23013268,
"tags_url" : "https://api.github.com/repos/Moya/Moya/tags",
"trees_url" : "https://api.github.com/repos/Moya/Moya/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Moya/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Moya/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Moya/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Moya/releases{/id}",
"html_url" : "https://github.com/Moya/Moya",
"forks_url" : "https://api.github.com/repos/Moya/Moya/forks",
"url" : "https://api.github.com/repos/Moya/Moya",
"description" : "Network abstraction layer written in Swift.",
"hooks_url" : "https://api.github.com/repos/Moya/Moya/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Moya/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Moya/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Moya/languages",
"full_name" : "Moya/Moya",
"subscribers_url" : "https://api.github.com/repos/Moya/Moya/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Moya/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Moya/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Moya/contributors",
"name" : "Moya",
"issue_events_url" : "https://api.github.com/repos/Moya/Moya/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Moya/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Moya/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Moya/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Moya/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Moya/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Moya/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Moya/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Moya/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Moya/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Moya/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Moya/events",
"teams_url" : "https://api.github.com/repos/Moya/Moya/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Moya/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Moya/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Moya/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Moya/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/168184124/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/663",
"title" : "Documentation over file uploads",
"url" : "https://api.github.com/repos/Moya/Moya/issues/663",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:38:06Z",
"updated_at" : "2017-09-27T21:53:29Z",
"url" : "https://api.github.com/notifications/threads/168184124"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "162550785",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Moya/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Moya/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Moya/{archive_format}{/ref}",
"id" : 23013268,
"tags_url" : "https://api.github.com/repos/Moya/Moya/tags",
"trees_url" : "https://api.github.com/repos/Moya/Moya/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Moya/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Moya/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Moya/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Moya/releases{/id}",
"html_url" : "https://github.com/Moya/Moya",
"forks_url" : "https://api.github.com/repos/Moya/Moya/forks",
"url" : "https://api.github.com/repos/Moya/Moya",
"description" : "Network abstraction layer written in Swift.",
"hooks_url" : "https://api.github.com/repos/Moya/Moya/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Moya/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Moya/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Moya/languages",
"full_name" : "Moya/Moya",
"subscribers_url" : "https://api.github.com/repos/Moya/Moya/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Moya/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Moya/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Moya/contributors",
"name" : "Moya",
"issue_events_url" : "https://api.github.com/repos/Moya/Moya/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Moya/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Moya/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Moya/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Moya/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Moya/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Moya/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Moya/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Moya/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Moya/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Moya/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Moya/events",
"teams_url" : "https://api.github.com/repos/Moya/Moya/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Moya/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Moya/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Moya/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Moya/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/162550785/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/586",
"title" : "Document multipart upload",
"url" : "https://api.github.com/repos/Moya/Moya/issues/586",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:38:22Z",
"updated_at" : "2017-09-27T21:51:57Z",
"url" : "https://api.github.com/notifications/threads/162550785"
},
{
"unread" : false,
"reason" : "comment",
"id" : "216726963",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Moya/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Moya/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Moya/{archive_format}{/ref}",
"id" : 23013268,
"tags_url" : "https://api.github.com/repos/Moya/Moya/tags",
"trees_url" : "https://api.github.com/repos/Moya/Moya/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Moya/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Moya/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Moya/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Moya/releases{/id}",
"html_url" : "https://github.com/Moya/Moya",
"forks_url" : "https://api.github.com/repos/Moya/Moya/forks",
"url" : "https://api.github.com/repos/Moya/Moya",
"description" : "Network abstraction layer written in Swift.",
"hooks_url" : "https://api.github.com/repos/Moya/Moya/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Moya/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Moya/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Moya/languages",
"full_name" : "Moya/Moya",
"subscribers_url" : "https://api.github.com/repos/Moya/Moya/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Moya/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Moya/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Moya/contributors",
"name" : "Moya",
"issue_events_url" : "https://api.github.com/repos/Moya/Moya/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Moya/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Moya/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Moya/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Moya/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Moya/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Moya/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Moya/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Moya/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Moya/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Moya/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Moya/events",
"teams_url" : "https://api.github.com/repos/Moya/Moya/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Moya/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Moya/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Moya/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Moya/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/216726963/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/1048",
"title" : "Rx/ReactiveMoya does not expose queue parameter",
"url" : "https://api.github.com/repos/Moya/Moya/issues/1048",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:38:26Z",
"updated_at" : "2017-09-27T21:50:01Z",
"url" : "https://api.github.com/notifications/threads/216726963"
},
{
"unread" : false,
"reason" : "mention",
"id" : "252348491",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Moya/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Moya/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Moya/{archive_format}{/ref}",
"id" : 23013268,
"tags_url" : "https://api.github.com/repos/Moya/Moya/tags",
"trees_url" : "https://api.github.com/repos/Moya/Moya/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Moya/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Moya/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Moya/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Moya/releases{/id}",
"html_url" : "https://github.com/Moya/Moya",
"forks_url" : "https://api.github.com/repos/Moya/Moya/forks",
"url" : "https://api.github.com/repos/Moya/Moya",
"description" : "Network abstraction layer written in Swift.",
"hooks_url" : "https://api.github.com/repos/Moya/Moya/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Moya/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Moya/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Moya/languages",
"full_name" : "Moya/Moya",
"subscribers_url" : "https://api.github.com/repos/Moya/Moya/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Moya/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Moya/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Moya/contributors",
"name" : "Moya",
"issue_events_url" : "https://api.github.com/repos/Moya/Moya/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Moya/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Moya/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Moya/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Moya/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Moya/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Moya/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Moya/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Moya/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Moya/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Moya/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Moya/events",
"teams_url" : "https://api.github.com/repos/Moya/Moya/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Moya/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Moya/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Moya/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Moya/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/252348491/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments/332665525",
"title" : "Update SPM.",
"url" : "https://api.github.com/repos/Moya/Moya/issues/1240",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:38:30Z",
"updated_at" : "2017-09-27T21:48:04Z",
"url" : "https://api.github.com/notifications/threads/252348491"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "241468760",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/241468760/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments/332664493",
"title" : "Support non-explicit links",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/146",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:40:36Z",
"updated_at" : "2017-09-27T21:43:19Z",
"url" : "https://api.github.com/notifications/threads/241468760"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261701768",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261701768/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments/332664270",
"title" : "Code Snippets from URL",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/454",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:40:30Z",
"updated_at" : "2017-09-27T21:42:14Z",
"url" : "https://api.github.com/notifications/threads/261701768"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "257988472",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Moya/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Moya/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Moya/{archive_format}{/ref}",
"id" : 23013268,
"tags_url" : "https://api.github.com/repos/Moya/Moya/tags",
"trees_url" : "https://api.github.com/repos/Moya/Moya/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Moya/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Moya/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Moya/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Moya/releases{/id}",
"html_url" : "https://github.com/Moya/Moya",
"forks_url" : "https://api.github.com/repos/Moya/Moya/forks",
"url" : "https://api.github.com/repos/Moya/Moya",
"description" : "Network abstraction layer written in Swift.",
"hooks_url" : "https://api.github.com/repos/Moya/Moya/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Moya/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Moya/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Moya/languages",
"full_name" : "Moya/Moya",
"subscribers_url" : "https://api.github.com/repos/Moya/Moya/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Moya/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Moya/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Moya/contributors",
"name" : "Moya",
"issue_events_url" : "https://api.github.com/repos/Moya/Moya/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Moya/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Moya/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Moya/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Moya/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Moya/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Moya/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Moya/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Moya/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Moya/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Moya/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Moya/events",
"teams_url" : "https://api.github.com/repos/Moya/Moya/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Moya/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Moya/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Moya/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Moya/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/257988472/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments/332663256",
"title" : "[CI] Don't run for documentation-only changes.",
"url" : "https://api.github.com/repos/Moya/Moya/issues/1286",
"type" : "Issue"
},
"last_read_at" : "2017-09-28T04:38:37Z",
"updated_at" : "2017-09-27T21:38:06Z",
"url" : "https://api.github.com/notifications/threads/257988472"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261134121",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Moya/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Moya/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Moya/{archive_format}{/ref}",
"id" : 23013268,
"tags_url" : "https://api.github.com/repos/Moya/Moya/tags",
"trees_url" : "https://api.github.com/repos/Moya/Moya/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Moya/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Moya/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Moya/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Moya/releases{/id}",
"html_url" : "https://github.com/Moya/Moya",
"forks_url" : "https://api.github.com/repos/Moya/Moya/forks",
"url" : "https://api.github.com/repos/Moya/Moya",
"description" : "Network abstraction layer written in Swift.",
"hooks_url" : "https://api.github.com/repos/Moya/Moya/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Moya/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Moya/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Moya/languages",
"full_name" : "Moya/Moya",
"subscribers_url" : "https://api.github.com/repos/Moya/Moya/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Moya/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Moya/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Moya/contributors",
"name" : "Moya",
"issue_events_url" : "https://api.github.com/repos/Moya/Moya/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Moya/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Moya/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Moya/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Moya/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Moya/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Moya/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Moya/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Moya/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Moya/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Moya/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Moya/events",
"teams_url" : "https://api.github.com/repos/Moya/Moya/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Moya/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Moya/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Moya/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Moya/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261134121/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/Moya/Moya/pulls/1315",
"title" : "Set indentWith and tabWidth in project settings",
"url" : "https://api.github.com/repos/Moya/Moya/pulls/1315",
"type" : "PullRequest"
},
"last_read_at" : "2017-09-27T21:33:08Z",
"updated_at" : "2017-09-27T21:31:10Z",
"url" : "https://api.github.com/notifications/threads/261134121"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261728690",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Moya/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Moya/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Moya/{archive_format}{/ref}",
"id" : 23013268,
"tags_url" : "https://api.github.com/repos/Moya/Moya/tags",
"trees_url" : "https://api.github.com/repos/Moya/Moya/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Moya/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Moya/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Moya/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Moya/releases{/id}",
"html_url" : "https://github.com/Moya/Moya",
"forks_url" : "https://api.github.com/repos/Moya/Moya/forks",
"url" : "https://api.github.com/repos/Moya/Moya",
"description" : "Network abstraction layer written in Swift.",
"hooks_url" : "https://api.github.com/repos/Moya/Moya/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Moya/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Moya/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Moya/languages",
"full_name" : "Moya/Moya",
"subscribers_url" : "https://api.github.com/repos/Moya/Moya/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Moya/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Moya/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Moya/contributors",
"name" : "Moya",
"issue_events_url" : "https://api.github.com/repos/Moya/Moya/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Moya/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Moya/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Moya/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Moya/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Moya/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Moya/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Moya/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Moya/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Moya/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Moya/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Moya/events",
"teams_url" : "https://api.github.com/repos/Moya/Moya/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Moya/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Moya/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Moya/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Moya/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261728690/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/1323",
"title" : "Hacktoberfest!",
"url" : "https://api.github.com/repos/Moya/Moya/issues/1323",
"type" : "Issue"
},
"last_read_at" : "2017-09-27T21:32:35Z",
"updated_at" : "2017-09-27T21:21:42Z",
"url" : "https://api.github.com/notifications/threads/261728690"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261528917",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261528917/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments/332649999",
"title" : "WIP: Update Apollo",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls/440",
"type" : "PullRequest"
},
"last_read_at" : "2017-09-27T21:01:40Z",
"updated_at" : "2017-09-27T20:46:16Z",
"url" : "https://api.github.com/notifications/threads/261528917"
},
{
"unread" : false,
"reason" : "comment",
"id" : "259924528",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/downloads",
"issues_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/issues{/number}",
"archive_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/{archive_format}{/ref}",
"id" : 49475012,
"tags_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/tags",
"trees_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/pulls{/number}",
"releases_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/releases{/id}",
"html_url" : "https://github.com/SwiftWeekly/swiftweekly.github.io",
"forks_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/forks",
"url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io",
"description" : "A community-driven weekly newsletter about Swift.org",
"hooks_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/hooks",
"stargazers_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/stargazers",
"issue_comment_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/assignees{/user}",
"languages_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/languages",
"full_name" : "SwiftWeekly/swiftweekly.github.io",
"subscribers_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/subscribers",
"comments_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/comments{/number}",
"merges_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/merges",
"contributors_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/contributors",
"name" : "swiftweekly.github.io",
"issue_events_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/git/blobs{/sha}",
"owner" : {
"id" : 16660222,
"organizations_url" : "https://api.github.com/users/SwiftWeekly/orgs",
"received_events_url" : "https://api.github.com/users/SwiftWeekly/received_events",
"following_url" : "https://api.github.com/users/SwiftWeekly/following{/other_user}",
"login" : "SwiftWeekly",
"avatar_url" : "https://avatars3.githubusercontent.com/u/16660222?v=4",
"url" : "https://api.github.com/users/SwiftWeekly",
"subscriptions_url" : "https://api.github.com/users/SwiftWeekly/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/SwiftWeekly/repos",
"html_url" : "https://github.com/SwiftWeekly",
"events_url" : "https://api.github.com/users/SwiftWeekly/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/SwiftWeekly/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/SwiftWeekly/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/SwiftWeekly/followers"
},
"subscription_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/subscription",
"deployments_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/deployments",
"milestones_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/milestones{/number}",
"contents_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/contents/{+path}",
"events_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/events",
"teams_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/teams",
"collaborators_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/259924528/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/issues/comments/332610787",
"title" : "[89] Issue #89 - Sept 28, 2017 ",
"url" : "https://api.github.com/repos/SwiftWeekly/swiftweekly.github.io/issues/314",
"type" : "Issue"
},
"last_read_at" : "2017-09-27T18:23:52Z",
"updated_at" : "2017-09-27T18:17:37Z",
"url" : "https://api.github.com/notifications/threads/259924528"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261600262",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/rnystrom/GitHawk/downloads",
"issues_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues{/number}",
"archive_url" : "https://api.github.com/repos/rnystrom/GitHawk/{archive_format}{/ref}",
"id" : 89921801,
"tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/tags",
"trees_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/rnystrom/GitHawk/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/rnystrom/GitHawk/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/rnystrom/GitHawk/pulls{/number}",
"releases_url" : "https://api.github.com/repos/rnystrom/GitHawk/releases{/id}",
"html_url" : "https://github.com/rnystrom/GitHawk",
"forks_url" : "https://api.github.com/repos/rnystrom/GitHawk/forks",
"url" : "https://api.github.com/repos/rnystrom/GitHawk",
"description" : "A GitHub project manager app for iOS.",
"hooks_url" : "https://api.github.com/repos/rnystrom/GitHawk/hooks",
"stargazers_url" : "https://api.github.com/repos/rnystrom/GitHawk/stargazers",
"issue_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/rnystrom/GitHawk/assignees{/user}",
"languages_url" : "https://api.github.com/repos/rnystrom/GitHawk/languages",
"full_name" : "rnystrom/GitHawk",
"subscribers_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscribers",
"comments_url" : "https://api.github.com/repos/rnystrom/GitHawk/comments{/number}",
"merges_url" : "https://api.github.com/repos/rnystrom/GitHawk/merges",
"contributors_url" : "https://api.github.com/repos/rnystrom/GitHawk/contributors",
"name" : "GitHawk",
"issue_events_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/rnystrom/GitHawk/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/rnystrom/GitHawk/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/blobs{/sha}",
"owner" : {
"id" : 739696,
"organizations_url" : "https://api.github.com/users/rnystrom/orgs",
"received_events_url" : "https://api.github.com/users/rnystrom/received_events",
"following_url" : "https://api.github.com/users/rnystrom/following{/other_user}",
"login" : "rnystrom",
"avatar_url" : "https://avatars2.githubusercontent.com/u/739696?v=4",
"url" : "https://api.github.com/users/rnystrom",
"subscriptions_url" : "https://api.github.com/users/rnystrom/subscriptions",
"type" : "User",
"repos_url" : "https://api.github.com/users/rnystrom/repos",
"html_url" : "https://github.com/rnystrom",
"events_url" : "https://api.github.com/users/rnystrom/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/rnystrom/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/rnystrom/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/rnystrom/followers"
},
"subscription_url" : "https://api.github.com/repos/rnystrom/GitHawk/subscription",
"deployments_url" : "https://api.github.com/repos/rnystrom/GitHawk/deployments",
"milestones_url" : "https://api.github.com/repos/rnystrom/GitHawk/milestones{/number}",
"contents_url" : "https://api.github.com/repos/rnystrom/GitHawk/contents/{+path}",
"events_url" : "https://api.github.com/repos/rnystrom/GitHawk/events",
"teams_url" : "https://api.github.com/repos/rnystrom/GitHawk/teams",
"collaborators_url" : "https://api.github.com/repos/rnystrom/GitHawk/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/rnystrom/GitHawk/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/rnystrom/GitHawk/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/rnystrom/GitHawk/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261600262/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/comments/332605344",
"title" : "Allow labeling in New Issue",
"url" : "https://api.github.com/repos/rnystrom/GitHawk/issues/450",
"type" : "Issue"
},
"last_read_at" : "2017-09-27T18:07:55Z",
"updated_at" : "2017-09-27T17:59:08Z",
"url" : "https://api.github.com/notifications/threads/261600262"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261230560",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Moya/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Moya/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Moya/{archive_format}{/ref}",
"id" : 23013268,
"tags_url" : "https://api.github.com/repos/Moya/Moya/tags",
"trees_url" : "https://api.github.com/repos/Moya/Moya/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Moya/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Moya/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Moya/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Moya/releases{/id}",
"html_url" : "https://github.com/Moya/Moya",
"forks_url" : "https://api.github.com/repos/Moya/Moya/forks",
"url" : "https://api.github.com/repos/Moya/Moya",
"description" : "Network abstraction layer written in Swift.",
"hooks_url" : "https://api.github.com/repos/Moya/Moya/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Moya/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Moya/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Moya/languages",
"full_name" : "Moya/Moya",
"subscribers_url" : "https://api.github.com/repos/Moya/Moya/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Moya/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Moya/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Moya/contributors",
"name" : "Moya",
"issue_events_url" : "https://api.github.com/repos/Moya/Moya/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Moya/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Moya/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Moya/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Moya/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Moya/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Moya/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Moya/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Moya/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Moya/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Moya/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Moya/events",
"teams_url" : "https://api.github.com/repos/Moya/Moya/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Moya/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Moya/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Moya/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Moya/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261230560/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments/332603767",
"title" : "Use reduce(into:_:) in favor of reduce(_:_:)",
"url" : "https://api.github.com/repos/Moya/Moya/issues/1316",
"type" : "Issue"
},
"last_read_at" : "2017-09-27T18:07:52Z",
"updated_at" : "2017-09-27T17:53:53Z",
"url" : "https://api.github.com/notifications/threads/261230560"
},
{
"unread" : false,
"reason" : "subscribed",
"id" : "261619214",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/contributors/downloads",
"issues_url" : "https://api.github.com/repos/Moya/contributors/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/contributors/{archive_format}{/ref}",
"id" : 45476587,
"tags_url" : "https://api.github.com/repos/Moya/contributors/tags",
"trees_url" : "https://api.github.com/repos/Moya/contributors/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/contributors/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/contributors/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/contributors/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/contributors/releases{/id}",
"html_url" : "https://github.com/Moya/contributors",
"forks_url" : "https://api.github.com/repos/Moya/contributors/forks",
"url" : "https://api.github.com/repos/Moya/contributors",
"description" : "How the Moya org handles contributions",
"hooks_url" : "https://api.github.com/repos/Moya/contributors/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/contributors/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/contributors/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/contributors/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/contributors/languages",
"full_name" : "Moya/contributors",
"subscribers_url" : "https://api.github.com/repos/Moya/contributors/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/contributors/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/contributors/merges",
"contributors_url" : "https://api.github.com/repos/Moya/contributors/contributors",
"name" : "contributors",
"issue_events_url" : "https://api.github.com/repos/Moya/contributors/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/contributors/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/contributors/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/contributors/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/contributors/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/contributors/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/contributors/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/contributors/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/contributors/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/contributors/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/contributors/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/contributors/events",
"teams_url" : "https://api.github.com/repos/Moya/contributors/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/contributors/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/contributors/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/contributors/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/contributors/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261619214/subscription",
"subject" : {
"latest_comment_url" : "https://api.github.com/repos/Moya/contributors/pulls/17",
"title" : "Rename Community.md -> Contributing.md",
"url" : "https://api.github.com/repos/Moya/contributors/pulls/17",
"type" : "PullRequest"
},
"last_read_at" : "2017-09-27T17:13:24Z",
"updated_at" : "2017-09-27T17:07:48Z",
"url" : "https://api.github.com/notifications/threads/261619214"
}
]
Seems like it was a push merely for file changes - do we filter these (on purpose) maybe?
API doesn’t report them
Sent with GitHawk
What do you mean? Think it’s in the response?
Sent with GitHawk
@BasThomas the notifciations API only reports for these reasons on an issue, PR, or commit. The API wont ever deliver notifications for things like "new release pushed". Your "file changes" notification wont be covered either.
Sorry - I don't think I don't understand. This was in the response:
{
"unread" : true,
"reason" : "subscribed",
"id" : "261743420",
"repository" : {
"private" : false,
"downloads_url" : "https://api.github.com/repos/Moya/Moya/downloads",
"issues_url" : "https://api.github.com/repos/Moya/Moya/issues{/number}",
"archive_url" : "https://api.github.com/repos/Moya/Moya/{archive_format}{/ref}",
"id" : 23013268,
"tags_url" : "https://api.github.com/repos/Moya/Moya/tags",
"trees_url" : "https://api.github.com/repos/Moya/Moya/git/trees{/sha}",
"branches_url" : "https://api.github.com/repos/Moya/Moya/branches{/branch}",
"notifications_url" : "https://api.github.com/repos/Moya/Moya/notifications{?since,all,participating}",
"pulls_url" : "https://api.github.com/repos/Moya/Moya/pulls{/number}",
"releases_url" : "https://api.github.com/repos/Moya/Moya/releases{/id}",
"html_url" : "https://github.com/Moya/Moya",
"forks_url" : "https://api.github.com/repos/Moya/Moya/forks",
"url" : "https://api.github.com/repos/Moya/Moya",
"description" : "Network abstraction layer written in Swift.",
"hooks_url" : "https://api.github.com/repos/Moya/Moya/hooks",
"stargazers_url" : "https://api.github.com/repos/Moya/Moya/stargazers",
"issue_comment_url" : "https://api.github.com/repos/Moya/Moya/issues/comments{/number}",
"assignees_url" : "https://api.github.com/repos/Moya/Moya/assignees{/user}",
"languages_url" : "https://api.github.com/repos/Moya/Moya/languages",
"full_name" : "Moya/Moya",
"subscribers_url" : "https://api.github.com/repos/Moya/Moya/subscribers",
"comments_url" : "https://api.github.com/repos/Moya/Moya/comments{/number}",
"merges_url" : "https://api.github.com/repos/Moya/Moya/merges",
"contributors_url" : "https://api.github.com/repos/Moya/Moya/contributors",
"name" : "Moya",
"issue_events_url" : "https://api.github.com/repos/Moya/Moya/issues/events{/number}",
"commits_url" : "https://api.github.com/repos/Moya/Moya/commits{/sha}",
"git_commits_url" : "https://api.github.com/repos/Moya/Moya/git/commits{/sha}",
"keys_url" : "https://api.github.com/repos/Moya/Moya/keys{/key_id}",
"labels_url" : "https://api.github.com/repos/Moya/Moya/labels{/name}",
"git_refs_url" : "https://api.github.com/repos/Moya/Moya/git/refs{/sha}",
"blobs_url" : "https://api.github.com/repos/Moya/Moya/git/blobs{/sha}",
"owner" : {
"id" : 13662162,
"organizations_url" : "https://api.github.com/users/Moya/orgs",
"received_events_url" : "https://api.github.com/users/Moya/received_events",
"following_url" : "https://api.github.com/users/Moya/following{/other_user}",
"login" : "Moya",
"avatar_url" : "https://avatars3.githubusercontent.com/u/13662162?v=4",
"url" : "https://api.github.com/users/Moya",
"subscriptions_url" : "https://api.github.com/users/Moya/subscriptions",
"type" : "Organization",
"repos_url" : "https://api.github.com/users/Moya/repos",
"html_url" : "https://github.com/Moya",
"events_url" : "https://api.github.com/users/Moya/events{/privacy}",
"site_admin" : false,
"starred_url" : "https://api.github.com/users/Moya/starred{/owner}{/repo}",
"gists_url" : "https://api.github.com/users/Moya/gists{/gist_id}",
"gravatar_id" : "",
"followers_url" : "https://api.github.com/users/Moya/followers"
},
"subscription_url" : "https://api.github.com/repos/Moya/Moya/subscription",
"deployments_url" : "https://api.github.com/repos/Moya/Moya/deployments",
"milestones_url" : "https://api.github.com/repos/Moya/Moya/milestones{/number}",
"contents_url" : "https://api.github.com/repos/Moya/Moya/contents/{+path}",
"events_url" : "https://api.github.com/repos/Moya/Moya/events",
"teams_url" : "https://api.github.com/repos/Moya/Moya/teams",
"collaborators_url" : "https://api.github.com/repos/Moya/Moya/collaborators{/collaborator}",
"git_tags_url" : "https://api.github.com/repos/Moya/Moya/git/tags{/sha}",
"statuses_url" : "https://api.github.com/repos/Moya/Moya/statuses/{sha}",
"fork" : false,
"compare_url" : "https://api.github.com/repos/Moya/Moya/compare/{base}...{head}"
},
"subscription_url" : "https://api.github.com/notifications/threads/261743420/subscription",
"subject" : {
"latest_comment_url" : null,
"title" : "[WIP][CI] Add new script to exit on non-trivial changes (docs, markdown, etc)",
"url" : "https://api.github.com/repos/Moya/Moya/pulls/1324",
"type" : "PullRequest"
},
"last_read_at" : "2017-09-28T13:27:43Z",
"updated_at" : "2017-09-28T13:28:28Z",
"url" : "https://api.github.com/notifications/threads/261743420"
},
Reopening as I've had the same issue today. The network response had items but they weren't shown in the app. Forgot to save the log (sorry!)
latest_comment_url is null, that's in a guard in Subject.swift:16 - Prevents the notification response from being made.
Comment URL wouldn't exist if it's a code change?
Note// We never use this value, get rid of it and see what happens?
@rnystrom ^^ Opinion on this one?
@Sherlouk wouldn't that effect the background request _and_ the foreground request though?
Agree we can get rid of it, just unsure if that would cause inconsistencies since technically all requests would be broken until that notification goes away. Right?
Wanna PR removing that value?
@rnystrom The issue I was having though is no matter what I did the notification wasn't showing. Regardless of background/foreground/how many times I kill and re-enter the app.
Which would insinuate that it is something just not being able to parse the notification
Ya that makes sense and we should def fix. So not part of the kill+relaunch bug where stuff is cached, more that stuff wasn't showing at all b/c of this.
Great find. PR would be awesome!
Dang reference events are working 🤔
Sent with GitHawk
?
All I see on this thread is a closed event, no reference from the PR, thought I accidentally closed instead of auto.
Sent with GitHawk
Ah yeah they've been working for quite a while I think 😮
Most helpful comment
Ok this is _really_ weird. The background job says 9 new. I foreground + refresh and it adds a new notification but limits it to 6. So I'm receiving new notifications, even tho they are technically stale. Attaching debugger and seeing what's up.
edit1: Tried w/ and w/out
Accept: */*, responses viacurlare identicaledit2: Grabbed a bunch of logs. Killed app and restarted, now has totally different content. Grabbing those logs.
edit3: I think I found it:
URLSession.requestCachePolicy