github-payload 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. data/.gitignore +18 -0
  2. data/Gemfile +4 -0
  3. data/LICENSE.md +22 -0
  4. data/README.md +25 -0
  5. data/Rakefile +10 -0
  6. data/github-payload.gemspec +26 -0
  7. data/lib/github/payload.rb +14 -0
  8. data/lib/github/payload/formatter.rb +65 -0
  9. data/lib/github/payload/formatter/create_event.rb +21 -0
  10. data/lib/github/payload/formatter/delete_event.rb +21 -0
  11. data/lib/github/payload/formatter/issue_comment_event.rb +21 -0
  12. data/lib/github/payload/formatter/issues_event.rb +9 -0
  13. data/lib/github/payload/formatter/public_event.rb +21 -0
  14. data/lib/github/payload/formatter/pull_request_event.rb +9 -0
  15. data/lib/github/payload/formatter/push_event.rb +9 -0
  16. data/lib/github/payload/helpers.rb +10 -0
  17. data/lib/github/payload/helpers/actions.rb +15 -0
  18. data/lib/github/payload/helpers/issues.rb +42 -0
  19. data/lib/github/payload/helpers/meta.rb +26 -0
  20. data/lib/github/payload/helpers/pull_request.rb +52 -0
  21. data/lib/github/payload/helpers/push.rb +230 -0
  22. data/lib/github/payload/version.rb +5 -0
  23. data/test/data_test.rb +107 -0
  24. data/test/fixtures/commit_comment_comment.json +143 -0
  25. data/test/fixtures/create_branch.json +117 -0
  26. data/test/fixtures/delete_branch.json +115 -0
  27. data/test/fixtures/issue_comment_created.json +185 -0
  28. data/test/fixtures/issues_closed.json +158 -0
  29. data/test/fixtures/issues_opened.json +158 -0
  30. data/test/fixtures/member_added.json +132 -0
  31. data/test/fixtures/public.json +113 -0
  32. data/test/fixtures/pull_request_closed.json +414 -0
  33. data/test/fixtures/pull_request_opened.json +397 -0
  34. data/test/fixtures/pull_request_review_comment_comment.json +157 -0
  35. data/test/fixtures/push_created_forced.json +75 -0
  36. data/test/fixtures/push_deleted_forced.json +49 -0
  37. data/test/fixtures/push_event.json +99 -0
  38. data/test/push_test.rb +142 -0
  39. data/test/test_helper.rb +48 -0
  40. metadata +182 -0
@@ -0,0 +1,158 @@
1
+ {
2
+ "payload": {
3
+ "action": "opened",
4
+ "issue": {
5
+ "url": "https://api.github.com/repos/atmos/test/issues/1",
6
+ "labels_url": "https://api.github.com/repos/atmos/test/issues/1/labels{/name}",
7
+ "comments_url": "https://api.github.com/repos/atmos/test/issues/1/comments",
8
+ "events_url": "https://api.github.com/repos/atmos/test/issues/1/events",
9
+ "html_url": "https://github.com/atmos/test/issues/1",
10
+ "id": 15260493,
11
+ "number": 1,
12
+ "title": "Images would be cool",
13
+ "user": {
14
+ "login": "fakeatmos",
15
+ "id": 704696,
16
+ "avatar_url": "https://secure.gravatar.com/avatar/7310f196129141a0517f1fe8f0689472?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
17
+ "gravatar_id": "7310f196129141a0517f1fe8f0689472",
18
+ "url": "https://api.github.com/users/fakeatmos",
19
+ "html_url": "https://github.com/fakeatmos",
20
+ "followers_url": "https://api.github.com/users/fakeatmos/followers",
21
+ "following_url": "https://api.github.com/users/fakeatmos/following{/other_user}",
22
+ "gists_url": "https://api.github.com/users/fakeatmos/gists{/gist_id}",
23
+ "starred_url": "https://api.github.com/users/fakeatmos/starred{/owner}{/repo}",
24
+ "subscriptions_url": "https://api.github.com/users/fakeatmos/subscriptions",
25
+ "organizations_url": "https://api.github.com/users/fakeatmos/orgs",
26
+ "repos_url": "https://api.github.com/users/fakeatmos/repos",
27
+ "events_url": "https://api.github.com/users/fakeatmos/events{/privacy}",
28
+ "received_events_url": "https://api.github.com/users/fakeatmos/received_events",
29
+ "type": "User"
30
+ },
31
+ "labels": [
32
+
33
+ ],
34
+ "state": "open",
35
+ "assignee": null,
36
+ "milestone": null,
37
+ "comments": 0,
38
+ "created_at": "2013-06-07T07:29:17Z",
39
+ "updated_at": "2013-06-07T07:29:17Z",
40
+ "closed_at": null,
41
+ "pull_request": {
42
+ "html_url": null,
43
+ "diff_url": null,
44
+ "patch_url": null
45
+ },
46
+ "body": "I really think images would be cool."
47
+ },
48
+ "repository": {
49
+ "id": 10544626,
50
+ "name": "test",
51
+ "full_name": "atmos/test",
52
+ "owner": {
53
+ "login": "atmos",
54
+ "id": 38,
55
+ "avatar_url": "https://secure.gravatar.com/avatar/a86224d72ce21cd9f5bee6784d4b06c7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
56
+ "gravatar_id": "a86224d72ce21cd9f5bee6784d4b06c7",
57
+ "url": "https://api.github.com/users/atmos",
58
+ "html_url": "https://github.com/atmos",
59
+ "followers_url": "https://api.github.com/users/atmos/followers",
60
+ "following_url": "https://api.github.com/users/atmos/following{/other_user}",
61
+ "gists_url": "https://api.github.com/users/atmos/gists{/gist_id}",
62
+ "starred_url": "https://api.github.com/users/atmos/starred{/owner}{/repo}",
63
+ "subscriptions_url": "https://api.github.com/users/atmos/subscriptions",
64
+ "organizations_url": "https://api.github.com/users/atmos/orgs",
65
+ "repos_url": "https://api.github.com/users/atmos/repos",
66
+ "events_url": "https://api.github.com/users/atmos/events{/privacy}",
67
+ "received_events_url": "https://api.github.com/users/atmos/received_events",
68
+ "type": "User"
69
+ },
70
+ "private": true,
71
+ "html_url": "https://github.com/atmos/test",
72
+ "description": "",
73
+ "fork": false,
74
+ "url": "https://api.github.com/repos/atmos/test",
75
+ "forks_url": "https://api.github.com/repos/atmos/test/forks",
76
+ "keys_url": "https://api.github.com/repos/atmos/test/keys{/key_id}",
77
+ "collaborators_url": "https://api.github.com/repos/atmos/test/collaborators{/collaborator}",
78
+ "teams_url": "https://api.github.com/repos/atmos/test/teams",
79
+ "hooks_url": "https://api.github.com/repos/atmos/test/hooks",
80
+ "issue_events_url": "https://api.github.com/repos/atmos/test/issues/events{/number}",
81
+ "events_url": "https://api.github.com/repos/atmos/test/events",
82
+ "assignees_url": "https://api.github.com/repos/atmos/test/assignees{/user}",
83
+ "branches_url": "https://api.github.com/repos/atmos/test/branches{/branch}",
84
+ "tags_url": "https://api.github.com/repos/atmos/test/tags",
85
+ "blobs_url": "https://api.github.com/repos/atmos/test/git/blobs{/sha}",
86
+ "git_tags_url": "https://api.github.com/repos/atmos/test/git/tags{/sha}",
87
+ "git_refs_url": "https://api.github.com/repos/atmos/test/git/refs{/sha}",
88
+ "trees_url": "https://api.github.com/repos/atmos/test/git/trees{/sha}",
89
+ "statuses_url": "https://api.github.com/repos/atmos/test/statuses/{sha}",
90
+ "languages_url": "https://api.github.com/repos/atmos/test/languages",
91
+ "stargazers_url": "https://api.github.com/repos/atmos/test/stargazers",
92
+ "contributors_url": "https://api.github.com/repos/atmos/test/contributors",
93
+ "subscribers_url": "https://api.github.com/repos/atmos/test/subscribers",
94
+ "subscription_url": "https://api.github.com/repos/atmos/test/subscription",
95
+ "commits_url": "https://api.github.com/repos/atmos/test/commits{/sha}",
96
+ "git_commits_url": "https://api.github.com/repos/atmos/test/git/commits{/sha}",
97
+ "comments_url": "https://api.github.com/repos/atmos/test/comments{/number}",
98
+ "issue_comment_url": "https://api.github.com/repos/atmos/test/issues/comments/{number}",
99
+ "contents_url": "https://api.github.com/repos/atmos/test/contents/{+path}",
100
+ "compare_url": "https://api.github.com/repos/atmos/test/compare/{base}...{head}",
101
+ "merges_url": "https://api.github.com/repos/atmos/test/merges",
102
+ "archive_url": "https://api.github.com/repos/atmos/test/{archive_format}{/ref}",
103
+ "downloads_url": "https://api.github.com/repos/atmos/test/downloads",
104
+ "issues_url": "https://api.github.com/repos/atmos/test/issues{/number}",
105
+ "pulls_url": "https://api.github.com/repos/atmos/test/pulls{/number}",
106
+ "milestones_url": "https://api.github.com/repos/atmos/test/milestones{/number}",
107
+ "notifications_url": "https://api.github.com/repos/atmos/test/notifications{?since,all,participating}",
108
+ "labels_url": "https://api.github.com/repos/atmos/test/labels{/name}",
109
+ "created_at": "2013-06-07T07:27:32Z",
110
+ "updated_at": "2013-06-07T07:28:09Z",
111
+ "pushed_at": "2013-06-07T07:28:08Z",
112
+ "git_url": "git://github.com/atmos/test.git",
113
+ "ssh_url": "git@github.com:atmos/test.git",
114
+ "clone_url": "https://github.com/atmos/test.git",
115
+ "svn_url": "https://github.com/atmos/test",
116
+ "homepage": null,
117
+ "size": 112,
118
+ "watchers_count": 0,
119
+ "language": null,
120
+ "has_issues": true,
121
+ "has_downloads": true,
122
+ "has_wiki": true,
123
+ "forks_count": 0,
124
+ "mirror_url": null,
125
+ "open_issues_count": 1,
126
+ "forks": 0,
127
+ "open_issues": 1,
128
+ "watchers": 0,
129
+ "master_branch": "master",
130
+ "default_branch": "master"
131
+ },
132
+ "sender": {
133
+ "login": "fakeatmos",
134
+ "id": 704696,
135
+ "avatar_url": "https://secure.gravatar.com/avatar/7310f196129141a0517f1fe8f0689472?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
136
+ "gravatar_id": "7310f196129141a0517f1fe8f0689472",
137
+ "url": "https://api.github.com/users/fakeatmos",
138
+ "html_url": "https://github.com/fakeatmos",
139
+ "followers_url": "https://api.github.com/users/fakeatmos/followers",
140
+ "following_url": "https://api.github.com/users/fakeatmos/following{/other_user}",
141
+ "gists_url": "https://api.github.com/users/fakeatmos/gists{/gist_id}",
142
+ "starred_url": "https://api.github.com/users/fakeatmos/starred{/owner}{/repo}",
143
+ "subscriptions_url": "https://api.github.com/users/fakeatmos/subscriptions",
144
+ "organizations_url": "https://api.github.com/users/fakeatmos/orgs",
145
+ "repos_url": "https://api.github.com/users/fakeatmos/repos",
146
+ "events_url": "https://api.github.com/users/fakeatmos/events{/privacy}",
147
+ "received_events_url": "https://api.github.com/users/fakeatmos/received_events",
148
+ "type": "User"
149
+ }
150
+ },
151
+ "event": "issues",
152
+ "config": {
153
+ "url": "https://campfire-relaay.herokuapp.com",
154
+ "content_type": "json",
155
+ "secret": "563eb98bb765b5c048b9bbd1f4611b2c2beafc1c8fb3678b"
156
+ },
157
+ "guid": "f5e94480-cf43-11e2-8c60-8cd233918ebe"
158
+ }
@@ -0,0 +1,132 @@
1
+ {
2
+ "payload": {
3
+ "member": {
4
+ "login": "fakeatmos",
5
+ "id": 704696,
6
+ "avatar_url": "https://secure.gravatar.com/avatar/7310f196129141a0517f1fe8f0689472?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
7
+ "gravatar_id": "7310f196129141a0517f1fe8f0689472",
8
+ "url": "https://api.github.com/users/fakeatmos",
9
+ "html_url": "https://github.com/fakeatmos",
10
+ "followers_url": "https://api.github.com/users/fakeatmos/followers",
11
+ "following_url": "https://api.github.com/users/fakeatmos/following{/other_user}",
12
+ "gists_url": "https://api.github.com/users/fakeatmos/gists{/gist_id}",
13
+ "starred_url": "https://api.github.com/users/fakeatmos/starred{/owner}{/repo}",
14
+ "subscriptions_url": "https://api.github.com/users/fakeatmos/subscriptions",
15
+ "organizations_url": "https://api.github.com/users/fakeatmos/orgs",
16
+ "repos_url": "https://api.github.com/users/fakeatmos/repos",
17
+ "events_url": "https://api.github.com/users/fakeatmos/events{/privacy}",
18
+ "received_events_url": "https://api.github.com/users/fakeatmos/received_events",
19
+ "type": "User"
20
+ },
21
+ "action": "added",
22
+ "repository": {
23
+ "id": 10544626,
24
+ "name": "test",
25
+ "full_name": "atmos/test",
26
+ "owner": {
27
+ "login": "atmos",
28
+ "id": 38,
29
+ "avatar_url": "https://secure.gravatar.com/avatar/a86224d72ce21cd9f5bee6784d4b06c7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
30
+ "gravatar_id": "a86224d72ce21cd9f5bee6784d4b06c7",
31
+ "url": "https://api.github.com/users/atmos",
32
+ "html_url": "https://github.com/atmos",
33
+ "followers_url": "https://api.github.com/users/atmos/followers",
34
+ "following_url": "https://api.github.com/users/atmos/following{/other_user}",
35
+ "gists_url": "https://api.github.com/users/atmos/gists{/gist_id}",
36
+ "starred_url": "https://api.github.com/users/atmos/starred{/owner}{/repo}",
37
+ "subscriptions_url": "https://api.github.com/users/atmos/subscriptions",
38
+ "organizations_url": "https://api.github.com/users/atmos/orgs",
39
+ "repos_url": "https://api.github.com/users/atmos/repos",
40
+ "events_url": "https://api.github.com/users/atmos/events{/privacy}",
41
+ "received_events_url": "https://api.github.com/users/atmos/received_events",
42
+ "type": "User"
43
+ },
44
+ "private": true,
45
+ "html_url": "https://github.com/atmos/test",
46
+ "description": "",
47
+ "fork": false,
48
+ "url": "https://api.github.com/repos/atmos/test",
49
+ "forks_url": "https://api.github.com/repos/atmos/test/forks",
50
+ "keys_url": "https://api.github.com/repos/atmos/test/keys{/key_id}",
51
+ "collaborators_url": "https://api.github.com/repos/atmos/test/collaborators{/collaborator}",
52
+ "teams_url": "https://api.github.com/repos/atmos/test/teams",
53
+ "hooks_url": "https://api.github.com/repos/atmos/test/hooks",
54
+ "issue_events_url": "https://api.github.com/repos/atmos/test/issues/events{/number}",
55
+ "events_url": "https://api.github.com/repos/atmos/test/events",
56
+ "assignees_url": "https://api.github.com/repos/atmos/test/assignees{/user}",
57
+ "branches_url": "https://api.github.com/repos/atmos/test/branches{/branch}",
58
+ "tags_url": "https://api.github.com/repos/atmos/test/tags",
59
+ "blobs_url": "https://api.github.com/repos/atmos/test/git/blobs{/sha}",
60
+ "git_tags_url": "https://api.github.com/repos/atmos/test/git/tags{/sha}",
61
+ "git_refs_url": "https://api.github.com/repos/atmos/test/git/refs{/sha}",
62
+ "trees_url": "https://api.github.com/repos/atmos/test/git/trees{/sha}",
63
+ "statuses_url": "https://api.github.com/repos/atmos/test/statuses/{sha}",
64
+ "languages_url": "https://api.github.com/repos/atmos/test/languages",
65
+ "stargazers_url": "https://api.github.com/repos/atmos/test/stargazers",
66
+ "contributors_url": "https://api.github.com/repos/atmos/test/contributors",
67
+ "subscribers_url": "https://api.github.com/repos/atmos/test/subscribers",
68
+ "subscription_url": "https://api.github.com/repos/atmos/test/subscription",
69
+ "commits_url": "https://api.github.com/repos/atmos/test/commits{/sha}",
70
+ "git_commits_url": "https://api.github.com/repos/atmos/test/git/commits{/sha}",
71
+ "comments_url": "https://api.github.com/repos/atmos/test/comments{/number}",
72
+ "issue_comment_url": "https://api.github.com/repos/atmos/test/issues/comments/{number}",
73
+ "contents_url": "https://api.github.com/repos/atmos/test/contents/{+path}",
74
+ "compare_url": "https://api.github.com/repos/atmos/test/compare/{base}...{head}",
75
+ "merges_url": "https://api.github.com/repos/atmos/test/merges",
76
+ "archive_url": "https://api.github.com/repos/atmos/test/{archive_format}{/ref}",
77
+ "downloads_url": "https://api.github.com/repos/atmos/test/downloads",
78
+ "issues_url": "https://api.github.com/repos/atmos/test/issues{/number}",
79
+ "pulls_url": "https://api.github.com/repos/atmos/test/pulls{/number}",
80
+ "milestones_url": "https://api.github.com/repos/atmos/test/milestones{/number}",
81
+ "notifications_url": "https://api.github.com/repos/atmos/test/notifications{?since,all,participating}",
82
+ "labels_url": "https://api.github.com/repos/atmos/test/labels{/name}",
83
+ "created_at": "2013-06-07T07:27:32Z",
84
+ "updated_at": "2013-06-07T07:28:09Z",
85
+ "pushed_at": "2013-06-07T07:28:08Z",
86
+ "git_url": "git://github.com/atmos/test.git",
87
+ "ssh_url": "git@github.com:atmos/test.git",
88
+ "clone_url": "https://github.com/atmos/test.git",
89
+ "svn_url": "https://github.com/atmos/test",
90
+ "homepage": null,
91
+ "size": 112,
92
+ "watchers_count": 0,
93
+ "language": null,
94
+ "has_issues": true,
95
+ "has_downloads": true,
96
+ "has_wiki": true,
97
+ "forks_count": 0,
98
+ "mirror_url": null,
99
+ "open_issues_count": 0,
100
+ "forks": 0,
101
+ "open_issues": 0,
102
+ "watchers": 0,
103
+ "master_branch": "master",
104
+ "default_branch": "master"
105
+ },
106
+ "sender": {
107
+ "login": "atmos",
108
+ "id": 38,
109
+ "avatar_url": "https://secure.gravatar.com/avatar/a86224d72ce21cd9f5bee6784d4b06c7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
110
+ "gravatar_id": "a86224d72ce21cd9f5bee6784d4b06c7",
111
+ "url": "https://api.github.com/users/atmos",
112
+ "html_url": "https://github.com/atmos",
113
+ "followers_url": "https://api.github.com/users/atmos/followers",
114
+ "following_url": "https://api.github.com/users/atmos/following{/other_user}",
115
+ "gists_url": "https://api.github.com/users/atmos/gists{/gist_id}",
116
+ "starred_url": "https://api.github.com/users/atmos/starred{/owner}{/repo}",
117
+ "subscriptions_url": "https://api.github.com/users/atmos/subscriptions",
118
+ "organizations_url": "https://api.github.com/users/atmos/orgs",
119
+ "repos_url": "https://api.github.com/users/atmos/repos",
120
+ "events_url": "https://api.github.com/users/atmos/events{/privacy}",
121
+ "received_events_url": "https://api.github.com/users/atmos/received_events",
122
+ "type": "User"
123
+ }
124
+ },
125
+ "event": "member",
126
+ "config": {
127
+ "url": "https://campfire-relaay.herokuapp.com",
128
+ "content_type": "json",
129
+ "secret": "563eb98bb765b5c048b9bbd1f4611b2c2beafc1c8fb3678b"
130
+ },
131
+ "guid": "de11c080-cf43-11e2-81a7-d4fd1a421014"
132
+ }
@@ -0,0 +1,113 @@
1
+ {
2
+ "payload": {
3
+ "repository": {
4
+ "id": 10544626,
5
+ "name": "test",
6
+ "full_name": "atmos/test",
7
+ "owner": {
8
+ "login": "atmos",
9
+ "id": 38,
10
+ "avatar_url": "https://secure.gravatar.com/avatar/a86224d72ce21cd9f5bee6784d4b06c7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
11
+ "gravatar_id": "a86224d72ce21cd9f5bee6784d4b06c7",
12
+ "url": "https://api.github.com/users/atmos",
13
+ "html_url": "https://github.com/atmos",
14
+ "followers_url": "https://api.github.com/users/atmos/followers",
15
+ "following_url": "https://api.github.com/users/atmos/following{/other_user}",
16
+ "gists_url": "https://api.github.com/users/atmos/gists{/gist_id}",
17
+ "starred_url": "https://api.github.com/users/atmos/starred{/owner}{/repo}",
18
+ "subscriptions_url": "https://api.github.com/users/atmos/subscriptions",
19
+ "organizations_url": "https://api.github.com/users/atmos/orgs",
20
+ "repos_url": "https://api.github.com/users/atmos/repos",
21
+ "events_url": "https://api.github.com/users/atmos/events{/privacy}",
22
+ "received_events_url": "https://api.github.com/users/atmos/received_events",
23
+ "type": "User"
24
+ },
25
+ "private": false,
26
+ "html_url": "https://github.com/atmos/test",
27
+ "description": "",
28
+ "fork": false,
29
+ "url": "https://api.github.com/repos/atmos/test",
30
+ "forks_url": "https://api.github.com/repos/atmos/test/forks",
31
+ "keys_url": "https://api.github.com/repos/atmos/test/keys{/key_id}",
32
+ "collaborators_url": "https://api.github.com/repos/atmos/test/collaborators{/collaborator}",
33
+ "teams_url": "https://api.github.com/repos/atmos/test/teams",
34
+ "hooks_url": "https://api.github.com/repos/atmos/test/hooks",
35
+ "issue_events_url": "https://api.github.com/repos/atmos/test/issues/events{/number}",
36
+ "events_url": "https://api.github.com/repos/atmos/test/events",
37
+ "assignees_url": "https://api.github.com/repos/atmos/test/assignees{/user}",
38
+ "branches_url": "https://api.github.com/repos/atmos/test/branches{/branch}",
39
+ "tags_url": "https://api.github.com/repos/atmos/test/tags",
40
+ "blobs_url": "https://api.github.com/repos/atmos/test/git/blobs{/sha}",
41
+ "git_tags_url": "https://api.github.com/repos/atmos/test/git/tags{/sha}",
42
+ "git_refs_url": "https://api.github.com/repos/atmos/test/git/refs{/sha}",
43
+ "trees_url": "https://api.github.com/repos/atmos/test/git/trees{/sha}",
44
+ "statuses_url": "https://api.github.com/repos/atmos/test/statuses/{sha}",
45
+ "languages_url": "https://api.github.com/repos/atmos/test/languages",
46
+ "stargazers_url": "https://api.github.com/repos/atmos/test/stargazers",
47
+ "contributors_url": "https://api.github.com/repos/atmos/test/contributors",
48
+ "subscribers_url": "https://api.github.com/repos/atmos/test/subscribers",
49
+ "subscription_url": "https://api.github.com/repos/atmos/test/subscription",
50
+ "commits_url": "https://api.github.com/repos/atmos/test/commits{/sha}",
51
+ "git_commits_url": "https://api.github.com/repos/atmos/test/git/commits{/sha}",
52
+ "comments_url": "https://api.github.com/repos/atmos/test/comments{/number}",
53
+ "issue_comment_url": "https://api.github.com/repos/atmos/test/issues/comments/{number}",
54
+ "contents_url": "https://api.github.com/repos/atmos/test/contents/{+path}",
55
+ "compare_url": "https://api.github.com/repos/atmos/test/compare/{base}...{head}",
56
+ "merges_url": "https://api.github.com/repos/atmos/test/merges",
57
+ "archive_url": "https://api.github.com/repos/atmos/test/{archive_format}{/ref}",
58
+ "downloads_url": "https://api.github.com/repos/atmos/test/downloads",
59
+ "issues_url": "https://api.github.com/repos/atmos/test/issues{/number}",
60
+ "pulls_url": "https://api.github.com/repos/atmos/test/pulls{/number}",
61
+ "milestones_url": "https://api.github.com/repos/atmos/test/milestones{/number}",
62
+ "notifications_url": "https://api.github.com/repos/atmos/test/notifications{?since,all,participating}",
63
+ "labels_url": "https://api.github.com/repos/atmos/test/labels{/name}",
64
+ "created_at": "2013-06-07T07:27:32Z",
65
+ "updated_at": "2013-06-07T07:33:15Z",
66
+ "pushed_at": "2013-06-07T07:32:23Z",
67
+ "git_url": "git://github.com/atmos/test.git",
68
+ "ssh_url": "git@github.com:atmos/test.git",
69
+ "clone_url": "https://github.com/atmos/test.git",
70
+ "svn_url": "https://github.com/atmos/test",
71
+ "homepage": null,
72
+ "size": 112,
73
+ "watchers_count": 0,
74
+ "language": null,
75
+ "has_issues": true,
76
+ "has_downloads": true,
77
+ "has_wiki": true,
78
+ "forks_count": 0,
79
+ "mirror_url": null,
80
+ "open_issues_count": 0,
81
+ "forks": 0,
82
+ "open_issues": 0,
83
+ "watchers": 0,
84
+ "master_branch": "master",
85
+ "default_branch": "master"
86
+ },
87
+ "sender": {
88
+ "login": "atmos",
89
+ "id": 38,
90
+ "avatar_url": "https://secure.gravatar.com/avatar/a86224d72ce21cd9f5bee6784d4b06c7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
91
+ "gravatar_id": "a86224d72ce21cd9f5bee6784d4b06c7",
92
+ "url": "https://api.github.com/users/atmos",
93
+ "html_url": "https://github.com/atmos",
94
+ "followers_url": "https://api.github.com/users/atmos/followers",
95
+ "following_url": "https://api.github.com/users/atmos/following{/other_user}",
96
+ "gists_url": "https://api.github.com/users/atmos/gists{/gist_id}",
97
+ "starred_url": "https://api.github.com/users/atmos/starred{/owner}{/repo}",
98
+ "subscriptions_url": "https://api.github.com/users/atmos/subscriptions",
99
+ "organizations_url": "https://api.github.com/users/atmos/orgs",
100
+ "repos_url": "https://api.github.com/users/atmos/repos",
101
+ "events_url": "https://api.github.com/users/atmos/events{/privacy}",
102
+ "received_events_url": "https://api.github.com/users/atmos/received_events",
103
+ "type": "User"
104
+ }
105
+ },
106
+ "event": "public",
107
+ "config": {
108
+ "url": "https://campfire-relaay.herokuapp.com",
109
+ "content_type": "json",
110
+ "secret": "563eb98bb765b5c048b9bbd1f4611b2c2beafc1c8fb3678b"
111
+ },
112
+ "guid": "83c52f80-cf44-11e2-9855-0c0b5b5eb392"
113
+ }
@@ -0,0 +1,414 @@
1
+ {
2
+ "payload": {
3
+ "action": "closed",
4
+ "number": 2,
5
+ "pull_request": {
6
+ "url": "https://api.github.com/repos/atmos/test/pulls/2",
7
+ "id": 6180640,
8
+ "html_url": "https://github.com/atmos/test/pull/2",
9
+ "diff_url": "https://github.com/atmos/test/pull/2.diff",
10
+ "patch_url": "https://github.com/atmos/test/pull/2.patch",
11
+ "issue_url": "https://github.com/atmos/test/issues/2",
12
+ "number": 2,
13
+ "state": "closed",
14
+ "title": "Update README.md",
15
+ "user": {
16
+ "login": "fakeatmos",
17
+ "id": 704696,
18
+ "avatar_url": "https://secure.gravatar.com/avatar/7310f196129141a0517f1fe8f0689472?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
19
+ "gravatar_id": "7310f196129141a0517f1fe8f0689472",
20
+ "url": "https://api.github.com/users/fakeatmos",
21
+ "html_url": "https://github.com/fakeatmos",
22
+ "followers_url": "https://api.github.com/users/fakeatmos/followers",
23
+ "following_url": "https://api.github.com/users/fakeatmos/following{/other_user}",
24
+ "gists_url": "https://api.github.com/users/fakeatmos/gists{/gist_id}",
25
+ "starred_url": "https://api.github.com/users/fakeatmos/starred{/owner}{/repo}",
26
+ "subscriptions_url": "https://api.github.com/users/fakeatmos/subscriptions",
27
+ "organizations_url": "https://api.github.com/users/fakeatmos/orgs",
28
+ "repos_url": "https://api.github.com/users/fakeatmos/repos",
29
+ "events_url": "https://api.github.com/users/fakeatmos/events{/privacy}",
30
+ "received_events_url": "https://api.github.com/users/fakeatmos/received_events",
31
+ "type": "User"
32
+ },
33
+ "body": "I think this is a cooler README.md. ",
34
+ "created_at": "2013-06-07T07:31:23Z",
35
+ "updated_at": "2013-06-07T07:32:19Z",
36
+ "closed_at": "2013-06-07T07:32:19Z",
37
+ "merged_at": "2013-06-07T07:32:19Z",
38
+ "merge_commit_sha": "6afbed992c11396062eb1076b3ad59c07ee1cce5",
39
+ "assignee": null,
40
+ "milestone": null,
41
+ "commits_url": "https://github.com/atmos/test/pull/2/commits",
42
+ "review_comments_url": "https://github.com/atmos/test/pull/2/comments",
43
+ "review_comment_url": "/repos/atmos/test/pulls/comments/{number}",
44
+ "comments_url": "https://api.github.com/repos/atmos/test/issues/2/comments",
45
+ "head": {
46
+ "label": "atmos:logo",
47
+ "ref": "logo",
48
+ "sha": "dcbb4e731b9588903d1fdda5131ab6125e7bce31",
49
+ "user": {
50
+ "login": "atmos",
51
+ "id": 38,
52
+ "avatar_url": "https://secure.gravatar.com/avatar/a86224d72ce21cd9f5bee6784d4b06c7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
53
+ "gravatar_id": "a86224d72ce21cd9f5bee6784d4b06c7",
54
+ "url": "https://api.github.com/users/atmos",
55
+ "html_url": "https://github.com/atmos",
56
+ "followers_url": "https://api.github.com/users/atmos/followers",
57
+ "following_url": "https://api.github.com/users/atmos/following{/other_user}",
58
+ "gists_url": "https://api.github.com/users/atmos/gists{/gist_id}",
59
+ "starred_url": "https://api.github.com/users/atmos/starred{/owner}{/repo}",
60
+ "subscriptions_url": "https://api.github.com/users/atmos/subscriptions",
61
+ "organizations_url": "https://api.github.com/users/atmos/orgs",
62
+ "repos_url": "https://api.github.com/users/atmos/repos",
63
+ "events_url": "https://api.github.com/users/atmos/events{/privacy}",
64
+ "received_events_url": "https://api.github.com/users/atmos/received_events",
65
+ "type": "User"
66
+ },
67
+ "repo": {
68
+ "id": 10544626,
69
+ "name": "test",
70
+ "full_name": "atmos/test",
71
+ "owner": {
72
+ "login": "atmos",
73
+ "id": 38,
74
+ "avatar_url": "https://secure.gravatar.com/avatar/a86224d72ce21cd9f5bee6784d4b06c7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
75
+ "gravatar_id": "a86224d72ce21cd9f5bee6784d4b06c7",
76
+ "url": "https://api.github.com/users/atmos",
77
+ "html_url": "https://github.com/atmos",
78
+ "followers_url": "https://api.github.com/users/atmos/followers",
79
+ "following_url": "https://api.github.com/users/atmos/following{/other_user}",
80
+ "gists_url": "https://api.github.com/users/atmos/gists{/gist_id}",
81
+ "starred_url": "https://api.github.com/users/atmos/starred{/owner}{/repo}",
82
+ "subscriptions_url": "https://api.github.com/users/atmos/subscriptions",
83
+ "organizations_url": "https://api.github.com/users/atmos/orgs",
84
+ "repos_url": "https://api.github.com/users/atmos/repos",
85
+ "events_url": "https://api.github.com/users/atmos/events{/privacy}",
86
+ "received_events_url": "https://api.github.com/users/atmos/received_events",
87
+ "type": "User"
88
+ },
89
+ "private": true,
90
+ "html_url": "https://github.com/atmos/test",
91
+ "description": "",
92
+ "fork": false,
93
+ "url": "https://api.github.com/repos/atmos/test",
94
+ "forks_url": "https://api.github.com/repos/atmos/test/forks",
95
+ "keys_url": "https://api.github.com/repos/atmos/test/keys{/key_id}",
96
+ "collaborators_url": "https://api.github.com/repos/atmos/test/collaborators{/collaborator}",
97
+ "teams_url": "https://api.github.com/repos/atmos/test/teams",
98
+ "hooks_url": "https://api.github.com/repos/atmos/test/hooks",
99
+ "issue_events_url": "https://api.github.com/repos/atmos/test/issues/events{/number}",
100
+ "events_url": "https://api.github.com/repos/atmos/test/events",
101
+ "assignees_url": "https://api.github.com/repos/atmos/test/assignees{/user}",
102
+ "branches_url": "https://api.github.com/repos/atmos/test/branches{/branch}",
103
+ "tags_url": "https://api.github.com/repos/atmos/test/tags",
104
+ "blobs_url": "https://api.github.com/repos/atmos/test/git/blobs{/sha}",
105
+ "git_tags_url": "https://api.github.com/repos/atmos/test/git/tags{/sha}",
106
+ "git_refs_url": "https://api.github.com/repos/atmos/test/git/refs{/sha}",
107
+ "trees_url": "https://api.github.com/repos/atmos/test/git/trees{/sha}",
108
+ "statuses_url": "https://api.github.com/repos/atmos/test/statuses/{sha}",
109
+ "languages_url": "https://api.github.com/repos/atmos/test/languages",
110
+ "stargazers_url": "https://api.github.com/repos/atmos/test/stargazers",
111
+ "contributors_url": "https://api.github.com/repos/atmos/test/contributors",
112
+ "subscribers_url": "https://api.github.com/repos/atmos/test/subscribers",
113
+ "subscription_url": "https://api.github.com/repos/atmos/test/subscription",
114
+ "commits_url": "https://api.github.com/repos/atmos/test/commits{/sha}",
115
+ "git_commits_url": "https://api.github.com/repos/atmos/test/git/commits{/sha}",
116
+ "comments_url": "https://api.github.com/repos/atmos/test/comments{/number}",
117
+ "issue_comment_url": "https://api.github.com/repos/atmos/test/issues/comments/{number}",
118
+ "contents_url": "https://api.github.com/repos/atmos/test/contents/{+path}",
119
+ "compare_url": "https://api.github.com/repos/atmos/test/compare/{base}...{head}",
120
+ "merges_url": "https://api.github.com/repos/atmos/test/merges",
121
+ "archive_url": "https://api.github.com/repos/atmos/test/{archive_format}{/ref}",
122
+ "downloads_url": "https://api.github.com/repos/atmos/test/downloads",
123
+ "issues_url": "https://api.github.com/repos/atmos/test/issues{/number}",
124
+ "pulls_url": "https://api.github.com/repos/atmos/test/pulls{/number}",
125
+ "milestones_url": "https://api.github.com/repos/atmos/test/milestones{/number}",
126
+ "notifications_url": "https://api.github.com/repos/atmos/test/notifications{?since,all,participating}",
127
+ "labels_url": "https://api.github.com/repos/atmos/test/labels{/name}",
128
+ "created_at": "2013-06-07T07:27:32Z",
129
+ "updated_at": "2013-06-07T07:32:19Z",
130
+ "pushed_at": "2013-06-07T07:32:19Z",
131
+ "git_url": "git://github.com/atmos/test.git",
132
+ "ssh_url": "git@github.com:atmos/test.git",
133
+ "clone_url": "https://github.com/atmos/test.git",
134
+ "svn_url": "https://github.com/atmos/test",
135
+ "homepage": null,
136
+ "size": 112,
137
+ "watchers_count": 0,
138
+ "language": null,
139
+ "has_issues": true,
140
+ "has_downloads": true,
141
+ "has_wiki": true,
142
+ "forks_count": 0,
143
+ "mirror_url": null,
144
+ "open_issues_count": 1,
145
+ "forks": 0,
146
+ "open_issues": 1,
147
+ "watchers": 0,
148
+ "master_branch": "master",
149
+ "default_branch": "master"
150
+ }
151
+ },
152
+ "base": {
153
+ "label": "atmos:master",
154
+ "ref": "master",
155
+ "sha": "de034075c40d456c85d92a3be2958ab36f914682",
156
+ "user": {
157
+ "login": "atmos",
158
+ "id": 38,
159
+ "avatar_url": "https://secure.gravatar.com/avatar/a86224d72ce21cd9f5bee6784d4b06c7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
160
+ "gravatar_id": "a86224d72ce21cd9f5bee6784d4b06c7",
161
+ "url": "https://api.github.com/users/atmos",
162
+ "html_url": "https://github.com/atmos",
163
+ "followers_url": "https://api.github.com/users/atmos/followers",
164
+ "following_url": "https://api.github.com/users/atmos/following{/other_user}",
165
+ "gists_url": "https://api.github.com/users/atmos/gists{/gist_id}",
166
+ "starred_url": "https://api.github.com/users/atmos/starred{/owner}{/repo}",
167
+ "subscriptions_url": "https://api.github.com/users/atmos/subscriptions",
168
+ "organizations_url": "https://api.github.com/users/atmos/orgs",
169
+ "repos_url": "https://api.github.com/users/atmos/repos",
170
+ "events_url": "https://api.github.com/users/atmos/events{/privacy}",
171
+ "received_events_url": "https://api.github.com/users/atmos/received_events",
172
+ "type": "User"
173
+ },
174
+ "repo": {
175
+ "id": 10544626,
176
+ "name": "test",
177
+ "full_name": "atmos/test",
178
+ "owner": {
179
+ "login": "atmos",
180
+ "id": 38,
181
+ "avatar_url": "https://secure.gravatar.com/avatar/a86224d72ce21cd9f5bee6784d4b06c7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
182
+ "gravatar_id": "a86224d72ce21cd9f5bee6784d4b06c7",
183
+ "url": "https://api.github.com/users/atmos",
184
+ "html_url": "https://github.com/atmos",
185
+ "followers_url": "https://api.github.com/users/atmos/followers",
186
+ "following_url": "https://api.github.com/users/atmos/following{/other_user}",
187
+ "gists_url": "https://api.github.com/users/atmos/gists{/gist_id}",
188
+ "starred_url": "https://api.github.com/users/atmos/starred{/owner}{/repo}",
189
+ "subscriptions_url": "https://api.github.com/users/atmos/subscriptions",
190
+ "organizations_url": "https://api.github.com/users/atmos/orgs",
191
+ "repos_url": "https://api.github.com/users/atmos/repos",
192
+ "events_url": "https://api.github.com/users/atmos/events{/privacy}",
193
+ "received_events_url": "https://api.github.com/users/atmos/received_events",
194
+ "type": "User"
195
+ },
196
+ "private": true,
197
+ "html_url": "https://github.com/atmos/test",
198
+ "description": "",
199
+ "fork": false,
200
+ "url": "https://api.github.com/repos/atmos/test",
201
+ "forks_url": "https://api.github.com/repos/atmos/test/forks",
202
+ "keys_url": "https://api.github.com/repos/atmos/test/keys{/key_id}",
203
+ "collaborators_url": "https://api.github.com/repos/atmos/test/collaborators{/collaborator}",
204
+ "teams_url": "https://api.github.com/repos/atmos/test/teams",
205
+ "hooks_url": "https://api.github.com/repos/atmos/test/hooks",
206
+ "issue_events_url": "https://api.github.com/repos/atmos/test/issues/events{/number}",
207
+ "events_url": "https://api.github.com/repos/atmos/test/events",
208
+ "assignees_url": "https://api.github.com/repos/atmos/test/assignees{/user}",
209
+ "branches_url": "https://api.github.com/repos/atmos/test/branches{/branch}",
210
+ "tags_url": "https://api.github.com/repos/atmos/test/tags",
211
+ "blobs_url": "https://api.github.com/repos/atmos/test/git/blobs{/sha}",
212
+ "git_tags_url": "https://api.github.com/repos/atmos/test/git/tags{/sha}",
213
+ "git_refs_url": "https://api.github.com/repos/atmos/test/git/refs{/sha}",
214
+ "trees_url": "https://api.github.com/repos/atmos/test/git/trees{/sha}",
215
+ "statuses_url": "https://api.github.com/repos/atmos/test/statuses/{sha}",
216
+ "languages_url": "https://api.github.com/repos/atmos/test/languages",
217
+ "stargazers_url": "https://api.github.com/repos/atmos/test/stargazers",
218
+ "contributors_url": "https://api.github.com/repos/atmos/test/contributors",
219
+ "subscribers_url": "https://api.github.com/repos/atmos/test/subscribers",
220
+ "subscription_url": "https://api.github.com/repos/atmos/test/subscription",
221
+ "commits_url": "https://api.github.com/repos/atmos/test/commits{/sha}",
222
+ "git_commits_url": "https://api.github.com/repos/atmos/test/git/commits{/sha}",
223
+ "comments_url": "https://api.github.com/repos/atmos/test/comments{/number}",
224
+ "issue_comment_url": "https://api.github.com/repos/atmos/test/issues/comments/{number}",
225
+ "contents_url": "https://api.github.com/repos/atmos/test/contents/{+path}",
226
+ "compare_url": "https://api.github.com/repos/atmos/test/compare/{base}...{head}",
227
+ "merges_url": "https://api.github.com/repos/atmos/test/merges",
228
+ "archive_url": "https://api.github.com/repos/atmos/test/{archive_format}{/ref}",
229
+ "downloads_url": "https://api.github.com/repos/atmos/test/downloads",
230
+ "issues_url": "https://api.github.com/repos/atmos/test/issues{/number}",
231
+ "pulls_url": "https://api.github.com/repos/atmos/test/pulls{/number}",
232
+ "milestones_url": "https://api.github.com/repos/atmos/test/milestones{/number}",
233
+ "notifications_url": "https://api.github.com/repos/atmos/test/notifications{?since,all,participating}",
234
+ "labels_url": "https://api.github.com/repos/atmos/test/labels{/name}",
235
+ "created_at": "2013-06-07T07:27:32Z",
236
+ "updated_at": "2013-06-07T07:32:19Z",
237
+ "pushed_at": "2013-06-07T07:32:19Z",
238
+ "git_url": "git://github.com/atmos/test.git",
239
+ "ssh_url": "git@github.com:atmos/test.git",
240
+ "clone_url": "https://github.com/atmos/test.git",
241
+ "svn_url": "https://github.com/atmos/test",
242
+ "homepage": null,
243
+ "size": 112,
244
+ "watchers_count": 0,
245
+ "language": null,
246
+ "has_issues": true,
247
+ "has_downloads": true,
248
+ "has_wiki": true,
249
+ "forks_count": 0,
250
+ "mirror_url": null,
251
+ "open_issues_count": 1,
252
+ "forks": 0,
253
+ "open_issues": 1,
254
+ "watchers": 0,
255
+ "master_branch": "master",
256
+ "default_branch": "master"
257
+ }
258
+ },
259
+ "_links": {
260
+ "self": {
261
+ "href": "https://api.github.com/repos/atmos/test/pulls/2"
262
+ },
263
+ "html": {
264
+ "href": "https://github.com/atmos/test/pull/2"
265
+ },
266
+ "issue": {
267
+ "href": "https://api.github.com/repos/atmos/test/issues/2"
268
+ },
269
+ "comments": {
270
+ "href": "https://api.github.com/repos/atmos/test/issues/2/comments"
271
+ },
272
+ "review_comments": {
273
+ "href": "https://api.github.com/repos/atmos/test/pulls/2/comments"
274
+ }
275
+ },
276
+ "merged": true,
277
+ "mergeable": null,
278
+ "mergeable_state": "unknown",
279
+ "merged_by": {
280
+ "login": "atmos",
281
+ "id": 38,
282
+ "avatar_url": "https://secure.gravatar.com/avatar/a86224d72ce21cd9f5bee6784d4b06c7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
283
+ "gravatar_id": "a86224d72ce21cd9f5bee6784d4b06c7",
284
+ "url": "https://api.github.com/users/atmos",
285
+ "html_url": "https://github.com/atmos",
286
+ "followers_url": "https://api.github.com/users/atmos/followers",
287
+ "following_url": "https://api.github.com/users/atmos/following{/other_user}",
288
+ "gists_url": "https://api.github.com/users/atmos/gists{/gist_id}",
289
+ "starred_url": "https://api.github.com/users/atmos/starred{/owner}{/repo}",
290
+ "subscriptions_url": "https://api.github.com/users/atmos/subscriptions",
291
+ "organizations_url": "https://api.github.com/users/atmos/orgs",
292
+ "repos_url": "https://api.github.com/users/atmos/repos",
293
+ "events_url": "https://api.github.com/users/atmos/events{/privacy}",
294
+ "received_events_url": "https://api.github.com/users/atmos/received_events",
295
+ "type": "User"
296
+ },
297
+ "comments": 0,
298
+ "review_comments": 2,
299
+ "commits": 1,
300
+ "additions": 2,
301
+ "deletions": 0,
302
+ "changed_files": 1
303
+ },
304
+ "repository": {
305
+ "id": 10544626,
306
+ "name": "test",
307
+ "full_name": "atmos/test",
308
+ "owner": {
309
+ "login": "atmos",
310
+ "id": 38,
311
+ "avatar_url": "https://secure.gravatar.com/avatar/a86224d72ce21cd9f5bee6784d4b06c7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
312
+ "gravatar_id": "a86224d72ce21cd9f5bee6784d4b06c7",
313
+ "url": "https://api.github.com/users/atmos",
314
+ "html_url": "https://github.com/atmos",
315
+ "followers_url": "https://api.github.com/users/atmos/followers",
316
+ "following_url": "https://api.github.com/users/atmos/following{/other_user}",
317
+ "gists_url": "https://api.github.com/users/atmos/gists{/gist_id}",
318
+ "starred_url": "https://api.github.com/users/atmos/starred{/owner}{/repo}",
319
+ "subscriptions_url": "https://api.github.com/users/atmos/subscriptions",
320
+ "organizations_url": "https://api.github.com/users/atmos/orgs",
321
+ "repos_url": "https://api.github.com/users/atmos/repos",
322
+ "events_url": "https://api.github.com/users/atmos/events{/privacy}",
323
+ "received_events_url": "https://api.github.com/users/atmos/received_events",
324
+ "type": "User"
325
+ },
326
+ "private": true,
327
+ "html_url": "https://github.com/atmos/test",
328
+ "description": "",
329
+ "fork": false,
330
+ "url": "https://api.github.com/repos/atmos/test",
331
+ "forks_url": "https://api.github.com/repos/atmos/test/forks",
332
+ "keys_url": "https://api.github.com/repos/atmos/test/keys{/key_id}",
333
+ "collaborators_url": "https://api.github.com/repos/atmos/test/collaborators{/collaborator}",
334
+ "teams_url": "https://api.github.com/repos/atmos/test/teams",
335
+ "hooks_url": "https://api.github.com/repos/atmos/test/hooks",
336
+ "issue_events_url": "https://api.github.com/repos/atmos/test/issues/events{/number}",
337
+ "events_url": "https://api.github.com/repos/atmos/test/events",
338
+ "assignees_url": "https://api.github.com/repos/atmos/test/assignees{/user}",
339
+ "branches_url": "https://api.github.com/repos/atmos/test/branches{/branch}",
340
+ "tags_url": "https://api.github.com/repos/atmos/test/tags",
341
+ "blobs_url": "https://api.github.com/repos/atmos/test/git/blobs{/sha}",
342
+ "git_tags_url": "https://api.github.com/repos/atmos/test/git/tags{/sha}",
343
+ "git_refs_url": "https://api.github.com/repos/atmos/test/git/refs{/sha}",
344
+ "trees_url": "https://api.github.com/repos/atmos/test/git/trees{/sha}",
345
+ "statuses_url": "https://api.github.com/repos/atmos/test/statuses/{sha}",
346
+ "languages_url": "https://api.github.com/repos/atmos/test/languages",
347
+ "stargazers_url": "https://api.github.com/repos/atmos/test/stargazers",
348
+ "contributors_url": "https://api.github.com/repos/atmos/test/contributors",
349
+ "subscribers_url": "https://api.github.com/repos/atmos/test/subscribers",
350
+ "subscription_url": "https://api.github.com/repos/atmos/test/subscription",
351
+ "commits_url": "https://api.github.com/repos/atmos/test/commits{/sha}",
352
+ "git_commits_url": "https://api.github.com/repos/atmos/test/git/commits{/sha}",
353
+ "comments_url": "https://api.github.com/repos/atmos/test/comments{/number}",
354
+ "issue_comment_url": "https://api.github.com/repos/atmos/test/issues/comments/{number}",
355
+ "contents_url": "https://api.github.com/repos/atmos/test/contents/{+path}",
356
+ "compare_url": "https://api.github.com/repos/atmos/test/compare/{base}...{head}",
357
+ "merges_url": "https://api.github.com/repos/atmos/test/merges",
358
+ "archive_url": "https://api.github.com/repos/atmos/test/{archive_format}{/ref}",
359
+ "downloads_url": "https://api.github.com/repos/atmos/test/downloads",
360
+ "issues_url": "https://api.github.com/repos/atmos/test/issues{/number}",
361
+ "pulls_url": "https://api.github.com/repos/atmos/test/pulls{/number}",
362
+ "milestones_url": "https://api.github.com/repos/atmos/test/milestones{/number}",
363
+ "notifications_url": "https://api.github.com/repos/atmos/test/notifications{?since,all,participating}",
364
+ "labels_url": "https://api.github.com/repos/atmos/test/labels{/name}",
365
+ "created_at": "2013-06-07T07:27:32Z",
366
+ "updated_at": "2013-06-07T07:32:19Z",
367
+ "pushed_at": "2013-06-07T07:32:19Z",
368
+ "git_url": "git://github.com/atmos/test.git",
369
+ "ssh_url": "git@github.com:atmos/test.git",
370
+ "clone_url": "https://github.com/atmos/test.git",
371
+ "svn_url": "https://github.com/atmos/test",
372
+ "homepage": null,
373
+ "size": 112,
374
+ "watchers_count": 0,
375
+ "language": null,
376
+ "has_issues": true,
377
+ "has_downloads": true,
378
+ "has_wiki": true,
379
+ "forks_count": 0,
380
+ "mirror_url": null,
381
+ "open_issues_count": 1,
382
+ "forks": 0,
383
+ "open_issues": 1,
384
+ "watchers": 0,
385
+ "master_branch": "master",
386
+ "default_branch": "master"
387
+ },
388
+ "sender": {
389
+ "login": "atmos",
390
+ "id": 38,
391
+ "avatar_url": "https://secure.gravatar.com/avatar/a86224d72ce21cd9f5bee6784d4b06c7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
392
+ "gravatar_id": "a86224d72ce21cd9f5bee6784d4b06c7",
393
+ "url": "https://api.github.com/users/atmos",
394
+ "html_url": "https://github.com/atmos",
395
+ "followers_url": "https://api.github.com/users/atmos/followers",
396
+ "following_url": "https://api.github.com/users/atmos/following{/other_user}",
397
+ "gists_url": "https://api.github.com/users/atmos/gists{/gist_id}",
398
+ "starred_url": "https://api.github.com/users/atmos/starred{/owner}{/repo}",
399
+ "subscriptions_url": "https://api.github.com/users/atmos/subscriptions",
400
+ "organizations_url": "https://api.github.com/users/atmos/orgs",
401
+ "repos_url": "https://api.github.com/users/atmos/repos",
402
+ "events_url": "https://api.github.com/users/atmos/events{/privacy}",
403
+ "received_events_url": "https://api.github.com/users/atmos/received_events",
404
+ "type": "User"
405
+ }
406
+ },
407
+ "event": "pull_request",
408
+ "config": {
409
+ "url": "https://campfire-relaay.herokuapp.com",
410
+ "content_type": "json",
411
+ "secret": "563eb98bb765b5c048b9bbd1f4611b2c2beafc1c8fb3678b"
412
+ },
413
+ "guid": "62644380-cf44-11e2-98be-a8f4965be076"
414
+ }