-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgithub.test.tcl
More file actions
194 lines (135 loc) · 506 KB
/
github.test.tcl
File metadata and controls
194 lines (135 loc) · 506 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
# github.test.tcl --
#
# Tests for github.tcl. You don't need this unless you want to test github.tcl
#
# Copyright (c) 2016, Rickard Utgren <rutgren@gmail.com>
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#
# v0.3 by Pixelz (rutgren@gmail.com), October 30, 2016
namespace eval ::github {}
proc ::github::pubTestJson {nick uhost hand chan text} {
putserv "PRIVMSG $chan :Starting JSON parsing test..."
testGithub $chan
putserv "PRIVMSG $chan :Done."
return
}
# helper proc to testGithub, to not make it more horrible than it has to be
proc ::github::testJson {event json} {
upvar 1 chan chan
#putserv "PRIVMSG $chan :$event:"
processData $event "" $json $chan
}
proc ::github::testGithub {chan} {
testJson commit_comment {{"action":"created","comment":{"url":"https://api.github.com/repos/baxterthehacker/public-repo/comments/11056394","html_url":"https://github.com/baxterthehacker/public-repo/commit/9049f1265b7d61be4a8904a9a27120d2064dab3b#commitcomment-11056394","id":11056394,"user":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"9049f1265b7d61be4a8904a9a27120d2064dab3b","created_at":"2015-05-05T23:40:29Z","updated_at":"2015-05-05T23:40:29Z","body":"This is a really good change! :+1:"},"repository":{"id":35129377,"name":"public-repo","full_name":"baxterthehacker/public-repo","owner":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/baxterthehacker/public-repo","description":"","fork":false,"url":"https://api.github.com/repos/baxterthehacker/public-repo","forks_url":"https://api.github.com/repos/baxterthehacker/public-repo/forks","keys_url":"https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}","collaborators_url":"https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/baxterthehacker/public-repo/teams","hooks_url":"https://api.github.com/repos/baxterthehacker/public-repo/hooks","issue_events_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}","events_url":"https://api.github.com/repos/baxterthehacker/public-repo/events","assignees_url":"https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}","branches_url":"https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}","tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/tags","blobs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}","trees_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}","statuses_url":"https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}","languages_url":"https://api.github.com/repos/baxterthehacker/public-repo/languages","stargazers_url":"https://api.github.com/repos/baxterthehacker/public-repo/stargazers","contributors_url":"https://api.github.com/repos/baxterthehacker/public-repo/contributors","subscribers_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscribers","subscription_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscription","commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}","git_commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}","comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}","issue_comment_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}","contents_url":"https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}","compare_url":"https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}","merges_url":"https://api.github.com/repos/baxterthehacker/public-repo/merges","archive_url":"https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/baxterthehacker/public-repo/downloads","issues_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}","pulls_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}","milestones_url":"https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}","notifications_url":"https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}","releases_url":"https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}","created_at":"2015-05-05T23:40:12Z","updated_at":"2015-05-05T23:40:12Z","pushed_at":"2015-05-05T23:40:27Z","git_url":"git://github.com/baxterthehacker/public-repo.git","ssh_url":"git@github.com:baxterthehacker/public-repo.git","clone_url":"https://github.com/baxterthehacker/public-repo.git","svn_url":"https://github.com/baxterthehacker/public-repo","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false}}}
testJson push {{"ref":"refs/heads/changes","before":"9049f1265b7d61be4a8904a9a27120d2064dab3b","after":"0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c","created":false,"deleted":false,"forced":false,"base_ref":null,"compare":"https://github.com/baxterthehacker/public-repo/compare/9049f1265b7d...0d1a26e67d8f","commits":[{"id":"0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c","distinct":true,"message":"Update README.md","timestamp":"2015-05-05T19:40:15-04:00","url":"https://github.com/baxterthehacker/public-repo/commit/0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c","author":{"name":"baxterthehacker","email":"baxterthehacker@users.noreply.github.com","username":"baxterthehacker"},"committer":{"name":"baxterthehacker","email":"baxterthehacker@users.noreply.github.com","username":"baxterthehacker"},"added":[],"removed":[],"modified":["README.md"]}],"head_commit":{"id":"0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c","distinct":true,"message":"Update README.md","timestamp":"2015-05-05T19:40:15-04:00","url":"https://github.com/baxterthehacker/public-repo/commit/0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c","author":{"name":"baxterthehacker","email":"baxterthehacker@users.noreply.github.com","username":"baxterthehacker"},"committer":{"name":"baxterthehacker","email":"baxterthehacker@users.noreply.github.com","username":"baxterthehacker"},"added":[],"removed":[],"modified":["README.md"]},"repository":{"id":35129377,"name":"public-repo","full_name":"baxterthehacker/public-repo","owner":{"name":"baxterthehacker","email":"baxterthehacker@users.noreply.github.com"},"private":false,"html_url":"https://github.com/baxterthehacker/public-repo","description":"","fork":false,"url":"https://github.com/baxterthehacker/public-repo","forks_url":"https://api.github.com/repos/baxterthehacker/public-repo/forks","keys_url":"https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}","collaborators_url":"https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/baxterthehacker/public-repo/teams","hooks_url":"https://api.github.com/repos/baxterthehacker/public-repo/hooks","issue_events_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}","events_url":"https://api.github.com/repos/baxterthehacker/public-repo/events","assignees_url":"https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}","branches_url":"https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}","tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/tags","blobs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}","trees_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}","statuses_url":"https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}","languages_url":"https://api.github.com/repos/baxterthehacker/public-repo/languages","stargazers_url":"https://api.github.com/repos/baxterthehacker/public-repo/stargazers","contributors_url":"https://api.github.com/repos/baxterthehacker/public-repo/contributors","subscribers_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscribers","subscription_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscription","commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}","git_commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}","comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}","issue_comment_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}","contents_url":"https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}","compare_url":"https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}","merges_url":"https://api.github.com/repos/baxterthehacker/public-repo/merges","archive_url":"https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/baxterthehacker/public-repo/downloads","issues_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}","pulls_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}","milestones_url":"https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}","notifications_url":"https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}","releases_url":"https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}","created_at":1430869212,"updated_at":"2015-05-05T23:40:12Z","pushed_at":1430869217,"git_url":"git://github.com/baxterthehacker/public-repo.git","ssh_url":"git@github.com:baxterthehacker/public-repo.git","clone_url":"https://github.com/baxterthehacker/public-repo.git","svn_url":"https://github.com/baxterthehacker/public-repo","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","stargazers":0,"master_branch":"master"},"pusher":{"name":"baxterthehacker","email":"baxterthehacker@users.noreply.github.com"},"sender":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false}}}
# push to branch
testJson push {{"ref":"refs/heads/bug/encodings","before":"17a7c5774a8e0a15558c8491a6a71d072d88f787","after":"c4ecbd27774d3fdbffa7cf39a9d87c28ef8ebd9f","created":false,"deleted":false,"forced":false,"base_ref":null,"compare":"https://github.com/eggheads/eggdrop/compare/17a7c5774a8e...c4ecbd27774d","commits":[{"id":"c4ecbd27774d3fdbffa7cf39a9d87c28ef8ebd9f","distinct":true,"message":"Better documentation of output encoding setting.","timestamp":"2016-01-30T22:03:42+01:00","url":"https://github.com/eggheads/eggdrop/commit/c4ecbd27774d3fdbffa7cf39a9d87c28ef8ebd9f","author":{"name":"Thomas Sader","email":"thommey@gmail.com","username":"thommey"},"committer":{"name":"Thomas Sader","email":"thommey@gmail.com","username":"thommey"},"added":[],"removed":[],"modified":["eggdrop.conf"]}],"head_commit":{"id":"c4ecbd27774d3fdbffa7cf39a9d87c28ef8ebd9f","distinct":true,"message":"Better documentation of output encoding setting.","timestamp":"2016-01-30T22:03:42+01:00","url":"https://github.com/eggheads/eggdrop/commit/c4ecbd27774d3fdbffa7cf39a9d87c28ef8ebd9f","author":{"name":"Thomas Sader","email":"thommey@gmail.com","username":"thommey"},"committer":{"name":"Thomas Sader","email":"thommey@gmail.com","username":"thommey"},"added":[],"removed":[],"modified":["eggdrop.conf"]},"repository":{"id":44209137,"name":"eggdrop","full_name":"eggheads/eggdrop","owner":{"name":"eggheads","email":null},"private":false,"html_url":"https://github.com/eggheads/eggdrop","description":"The Eggdrop IRC Bot","fork":false,"url":"https://github.com/eggheads/eggdrop","forks_url":"https://api.github.com/repos/eggheads/eggdrop/forks","keys_url":"https://api.github.com/repos/eggheads/eggdrop/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eggheads/eggdrop/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eggheads/eggdrop/teams","hooks_url":"https://api.github.com/repos/eggheads/eggdrop/hooks","issue_events_url":"https://api.github.com/repos/eggheads/eggdrop/issues/events{/number}","events_url":"https://api.github.com/repos/eggheads/eggdrop/events","assignees_url":"https://api.github.com/repos/eggheads/eggdrop/assignees{/user}","branches_url":"https://api.github.com/repos/eggheads/eggdrop/branches{/branch}","tags_url":"https://api.github.com/repos/eggheads/eggdrop/tags","blobs_url":"https://api.github.com/repos/eggheads/eggdrop/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eggheads/eggdrop/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eggheads/eggdrop/git/refs{/sha}","trees_url":"https://api.github.com/repos/eggheads/eggdrop/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eggheads/eggdrop/statuses/{sha}","languages_url":"https://api.github.com/repos/eggheads/eggdrop/languages","stargazers_url":"https://api.github.com/repos/eggheads/eggdrop/stargazers","contributors_url":"https://api.github.com/repos/eggheads/eggdrop/contributors","subscribers_url":"https://api.github.com/repos/eggheads/eggdrop/subscribers","subscription_url":"https://api.github.com/repos/eggheads/eggdrop/subscription","commits_url":"https://api.github.com/repos/eggheads/eggdrop/commits{/sha}","git_commits_url":"https://api.github.com/repos/eggheads/eggdrop/git/commits{/sha}","comments_url":"https://api.github.com/repos/eggheads/eggdrop/comments{/number}","issue_comment_url":"https://api.github.com/repos/eggheads/eggdrop/issues/comments{/number}","contents_url":"https://api.github.com/repos/eggheads/eggdrop/contents/{+path}","compare_url":"https://api.github.com/repos/eggheads/eggdrop/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eggheads/eggdrop/merges","archive_url":"https://api.github.com/repos/eggheads/eggdrop/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eggheads/eggdrop/downloads","issues_url":"https://api.github.com/repos/eggheads/eggdrop/issues{/number}","pulls_url":"https://api.github.com/repos/eggheads/eggdrop/pulls{/number}","milestones_url":"https://api.github.com/repos/eggheads/eggdrop/milestones{/number}","notifications_url":"https://api.github.com/repos/eggheads/eggdrop/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eggheads/eggdrop/labels{/name}","releases_url":"https://api.github.com/repos/eggheads/eggdrop/releases{/id}","deployments_url":"https://api.github.com/repos/eggheads/eggdrop/deployments","created_at":1444775219,"updated_at":"2016-01-26T16:59:02Z","pushed_at":1454187829,"git_url":"git://github.com/eggheads/eggdrop.git","ssh_url":"git@github.com:eggheads/eggdrop.git","clone_url":"https://github.com/eggheads/eggdrop.git","svn_url":"https://github.com/eggheads/eggdrop","homepage":null,"size":10790,"stargazers_count":16,"watchers_count":16,"language":"C","has_issues":true,"has_downloads":true,"has_wiki":false,"has_pages":false,"forks_count":8,"mirror_url":null,"open_issues_count":53,"forks":8,"open_issues":53,"watchers":16,"default_branch":"develop","stargazers":16,"master_branch":"develop","organization":"eggheads"},"pusher":{"name":"thommey","email":"thommey@gmail.com"},"organization":{"login":"eggheads","id":1483260,"url":"https://api.github.com/orgs/eggheads","repos_url":"https://api.github.com/orgs/eggheads/repos","events_url":"https://api.github.com/orgs/eggheads/events","members_url":"https://api.github.com/orgs/eggheads/members{/member}","public_members_url":"https://api.github.com/orgs/eggheads/public_members{/member}","avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","description":null},"sender":{"login":"thommey","id":614832,"avatar_url":"https://avatars.githubusercontent.com/u/614832?v=3","gravatar_id":"","url":"https://api.github.com/users/thommey","html_url":"https://github.com/thommey","followers_url":"https://api.github.com/users/thommey/followers","following_url":"https://api.github.com/users/thommey/following{/other_user}","gists_url":"https://api.github.com/users/thommey/gists{/gist_id}","starred_url":"https://api.github.com/users/thommey/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/thommey/subscriptions","organizations_url":"https://api.github.com/users/thommey/orgs","repos_url":"https://api.github.com/users/thommey/repos","events_url":"https://api.github.com/users/thommey/events{/privacy}","received_events_url":"https://api.github.com/users/thommey/received_events","type":"User","site_admin":false}}}
# push without github username
testJson "push" {{"ref":"refs/heads/develop","before":"618ecbf90a6fe2adc138b6299db1aeba3eca12e1","after":"f69a38912d94b582a2b3b17a01d9304a1b6946a7","created":false,"deleted":false,"forced":false,"base_ref":null,"compare":"https://github.com/eggheads/eggdrop/compare/618ecbf90a6f...f69a38912d94","commits":[{"id":"f69a38912d94b582a2b3b17a01d9304a1b6946a7","tree_id":"382f9cdfa6223c28351b2ff712fda603f17a7599","distinct":true,"message":"Fix incorrect .chaddr help documentation. Merges #238\n\nFound by: andy5995 / Patch by: andy5995","timestamp":"2016-09-07T21:20:19-04:00","url":"https://github.com/eggheads/eggdrop/commit/f69a38912d94b582a2b3b17a01d9304a1b6946a7","author":{"name":"andy5995","email":"andy@debian64aa.localhost.localdomain"},"committer":{"name":"Geo","email":"geo@eggheads.org","username":"vanosg"},"added":[],"removed":[],"modified":["doc/sphinx_source/mainDocs/botnet.rst","language/core.danish.lang","language/core.english.lang","language/core.finnish.lang","language/core.french.lang","language/core.german.lang"]}],"head_commit":{"id":"f69a38912d94b582a2b3b17a01d9304a1b6946a7","tree_id":"382f9cdfa6223c28351b2ff712fda603f17a7599","distinct":true,"message":"Fix incorrect .chaddr help documentation. Merges #238\n\nFound by: andy5995 / Patch by: andy5995","timestamp":"2016-09-07T21:20:19-04:00","url":"https://github.com/eggheads/eggdrop/commit/f69a38912d94b582a2b3b17a01d9304a1b6946a7","author":{"name":"andy5995","email":"andy@debian64aa.localhost.localdomain"},"committer":{"name":"Geo","email":"geo@eggheads.org","username":"vanosg"},"added":[],"removed":[],"modified":["doc/sphinx_source/mainDocs/botnet.rst","language/core.danish.lang","language/core.english.lang","language/core.finnish.lang","language/core.french.lang","language/core.german.lang"]},"repository":{"id":44209137,"name":"eggdrop","full_name":"eggheads/eggdrop","owner":{"name":"eggheads","email":null},"private":false,"html_url":"https://github.com/eggheads/eggdrop","description":"The Eggdrop IRC Bot","fork":false,"url":"https://github.com/eggheads/eggdrop","forks_url":"https://api.github.com/repos/eggheads/eggdrop/forks","keys_url":"https://api.github.com/repos/eggheads/eggdrop/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eggheads/eggdrop/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eggheads/eggdrop/teams","hooks_url":"https://api.github.com/repos/eggheads/eggdrop/hooks","issue_events_url":"https://api.github.com/repos/eggheads/eggdrop/issues/events{/number}","events_url":"https://api.github.com/repos/eggheads/eggdrop/events","assignees_url":"https://api.github.com/repos/eggheads/eggdrop/assignees{/user}","branches_url":"https://api.github.com/repos/eggheads/eggdrop/branches{/branch}","tags_url":"https://api.github.com/repos/eggheads/eggdrop/tags","blobs_url":"https://api.github.com/repos/eggheads/eggdrop/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eggheads/eggdrop/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eggheads/eggdrop/git/refs{/sha}","trees_url":"https://api.github.com/repos/eggheads/eggdrop/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eggheads/eggdrop/statuses/{sha}","languages_url":"https://api.github.com/repos/eggheads/eggdrop/languages","stargazers_url":"https://api.github.com/repos/eggheads/eggdrop/stargazers","contributors_url":"https://api.github.com/repos/eggheads/eggdrop/contributors","subscribers_url":"https://api.github.com/repos/eggheads/eggdrop/subscribers","subscription_url":"https://api.github.com/repos/eggheads/eggdrop/subscription","commits_url":"https://api.github.com/repos/eggheads/eggdrop/commits{/sha}","git_commits_url":"https://api.github.com/repos/eggheads/eggdrop/git/commits{/sha}","comments_url":"https://api.github.com/repos/eggheads/eggdrop/comments{/number}","issue_comment_url":"https://api.github.com/repos/eggheads/eggdrop/issues/comments{/number}","contents_url":"https://api.github.com/repos/eggheads/eggdrop/contents/{+path}","compare_url":"https://api.github.com/repos/eggheads/eggdrop/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eggheads/eggdrop/merges","archive_url":"https://api.github.com/repos/eggheads/eggdrop/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eggheads/eggdrop/downloads","issues_url":"https://api.github.com/repos/eggheads/eggdrop/issues{/number}","pulls_url":"https://api.github.com/repos/eggheads/eggdrop/pulls{/number}","milestones_url":"https://api.github.com/repos/eggheads/eggdrop/milestones{/number}","notifications_url":"https://api.github.com/repos/eggheads/eggdrop/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eggheads/eggdrop/labels{/name}","releases_url":"https://api.github.com/repos/eggheads/eggdrop/releases{/id}","deployments_url":"https://api.github.com/repos/eggheads/eggdrop/deployments","created_at":1444775219,"updated_at":"2016-09-02T22:58:05Z","pushed_at":1473297794,"git_url":"git://github.com/eggheads/eggdrop.git","ssh_url":"git@github.com:eggheads/eggdrop.git","clone_url":"https://github.com/eggheads/eggdrop.git","svn_url":"https://github.com/eggheads/eggdrop","homepage":null,"size":12034,"stargazers_count":51,"watchers_count":51,"language":"C","has_issues":true,"has_downloads":true,"has_wiki":false,"has_pages":false,"forks_count":19,"mirror_url":null,"open_issues_count":71,"forks":19,"open_issues":71,"watchers":51,"default_branch":"develop","stargazers":51,"master_branch":"develop","organization":"eggheads"},"pusher":{"name":"vanosg","email":"vanosg@users.noreply.github.com"},"organization":{"login":"eggheads","id":1483260,"url":"https://api.github.com/orgs/eggheads","repos_url":"https://api.github.com/orgs/eggheads/repos","events_url":"https://api.github.com/orgs/eggheads/events","hooks_url":"https://api.github.com/orgs/eggheads/hooks","issues_url":"https://api.github.com/orgs/eggheads/issues","members_url":"https://api.github.com/orgs/eggheads/members{/member}","public_members_url":"https://api.github.com/orgs/eggheads/public_members{/member}","avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","description":null},"sender":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false}}}
# issue comment created
testJson issue_comment {{"action":"created","issue":{"url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/2","labels_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/2/labels{/name}","comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/2/comments","events_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/2/events","html_url":"https://github.com/baxterthehacker/public-repo/issues/2","id":73464126,"number":2,"title":"Spelling error in the README file","user":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"labels":[{"url":"https://api.github.com/repos/baxterthehacker/public-repo/labels/bug","name":"bug","color":"fc2929"}],"state":"open","locked":false,"assignee":null,"milestone":null,"comments":1,"created_at":"2015-05-05T23:40:28Z","updated_at":"2015-05-05T23:40:28Z","closed_at":null,"body":"It looks like you accidently spelled 'commit' with two 't's."},"comment":{"url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/comments/99262140","html_url":"https://github.com/baxterthehacker/public-repo/issues/2#issuecomment-99262140","issue_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/2","id":99262140,"user":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"created_at":"2015-05-05T23:40:28Z","updated_at":"2015-05-05T23:40:28Z","body":"You are totally right! I'll get this fixed right away."},"repository":{"id":35129377,"name":"public-repo","full_name":"baxterthehacker/public-repo","owner":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/baxterthehacker/public-repo","description":"","fork":false,"url":"https://api.github.com/repos/baxterthehacker/public-repo","forks_url":"https://api.github.com/repos/baxterthehacker/public-repo/forks","keys_url":"https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}","collaborators_url":"https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/baxterthehacker/public-repo/teams","hooks_url":"https://api.github.com/repos/baxterthehacker/public-repo/hooks","issue_events_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}","events_url":"https://api.github.com/repos/baxterthehacker/public-repo/events","assignees_url":"https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}","branches_url":"https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}","tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/tags","blobs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}","trees_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}","statuses_url":"https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}","languages_url":"https://api.github.com/repos/baxterthehacker/public-repo/languages","stargazers_url":"https://api.github.com/repos/baxterthehacker/public-repo/stargazers","contributors_url":"https://api.github.com/repos/baxterthehacker/public-repo/contributors","subscribers_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscribers","subscription_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscription","commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}","git_commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}","comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}","issue_comment_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}","contents_url":"https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}","compare_url":"https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}","merges_url":"https://api.github.com/repos/baxterthehacker/public-repo/merges","archive_url":"https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/baxterthehacker/public-repo/downloads","issues_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}","pulls_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}","milestones_url":"https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}","notifications_url":"https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}","releases_url":"https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}","created_at":"2015-05-05T23:40:12Z","updated_at":"2015-05-05T23:40:12Z","pushed_at":"2015-05-05T23:40:27Z","git_url":"git://github.com/baxterthehacker/public-repo.git","ssh_url":"git@github.com:baxterthehacker/public-repo.git","clone_url":"https://github.com/baxterthehacker/public-repo.git","svn_url":"https://github.com/baxterthehacker/public-repo","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false}}}
# issue comment edited
testJson issue_comment {{"action":"edited","changes":{"body":{"from":"Hey,\r\n\r\nthe userfile is not meant to be edited or created by users, it's simply a storage system for Eggdrop's internal data. Why is it a problem if it gets large? You aren't supposed to look at it with an editor :)\r\n\r\nBut what you need can be 100% achieved by sourcing scripts that set bans, for example, you can put this into a script called germany.tcl:\r\n```tcl\r\nset banlist {\r\n *!*@*.de\r\n *!*@*.dip.t-dialin.net\r\n *!*@*.tip.t-ipc0nnect.de\r\n}\r\nforeach ban $banlist {\r\n newban $ban script \"German users are not allowed in here.\"\r\n}\r\n```.\r\nIs there any reason you don't want your userfile to get large other than you currently edit it manually? Would the Tcl script solution suffice? Let me know if you have any further questions, too :)"}},"issue":{"url":"https://api.github.com/repos/eggheads/eggdrop/issues/277","repository_url":"https://api.github.com/repos/eggheads/eggdrop","labels_url":"https://api.github.com/repos/eggheads/eggdrop/issues/277/labels{/name}","comments_url":"https://api.github.com/repos/eggheads/eggdrop/issues/277/comments","events_url":"https://api.github.com/repos/eggheads/eggdrop/issues/277/events","html_url":"https://github.com/eggheads/eggdrop/issues/277","id":183126949,"number":277,"title":"REQUEST: please add function - include external files like banlist, users list etc.","user":{"login":"nmr50","id":15949329,"avatar_url":"https://avatars.githubusercontent.com/u/15949329?v=3","gravatar_id":"","url":"https://api.github.com/users/nmr50","html_url":"https://github.com/nmr50","followers_url":"https://api.github.com/users/nmr50/followers","following_url":"https://api.github.com/users/nmr50/following{/other_user}","gists_url":"https://api.github.com/users/nmr50/gists{/gist_id}","starred_url":"https://api.github.com/users/nmr50/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nmr50/subscriptions","organizations_url":"https://api.github.com/users/nmr50/orgs","repos_url":"https://api.github.com/users/nmr50/repos","events_url":"https://api.github.com/users/nmr50/events{/privacy}","received_events_url":"https://api.github.com/users/nmr50/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2016-10-14T19:02:41Z","updated_at":"2016-10-14T20:59:58Z","closed_at":null,"body":"Hello authors !\r\nPlease make this feature thus users can include various bans/user records/etc from external files instead of storing them (large ones!) into one large .user file. Very useful to make country based ban lists stored in several country named files - the same way we have \"source script.tcl\", but for users/bans etc.\r\nHow I see this in EGGDROP.CONF:\r\n##### INCLUDE EXTERNAL FILES #####\r\ninclude users/botname.users\r\ninclude bans/mars_dudes_ip.list\r\ninclude except/jupiter_dudes_ips\r\n###############################\r\n\r\nCan do, please ?:)\r\n-t"},"comment":{"url":"https://api.github.com/repos/eggheads/eggdrop/issues/comments/253917872","html_url":"https://github.com/eggheads/eggdrop/issues/277#issuecomment-253917872","issue_url":"https://api.github.com/repos/eggheads/eggdrop/issues/277","id":253917872,"user":{"login":"thommey","id":614832,"avatar_url":"https://avatars.githubusercontent.com/u/614832?v=3","gravatar_id":"","url":"https://api.github.com/users/thommey","html_url":"https://github.com/thommey","followers_url":"https://api.github.com/users/thommey/followers","following_url":"https://api.github.com/users/thommey/following{/other_user}","gists_url":"https://api.github.com/users/thommey/gists{/gist_id}","starred_url":"https://api.github.com/users/thommey/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/thommey/subscriptions","organizations_url":"https://api.github.com/users/thommey/orgs","repos_url":"https://api.github.com/users/thommey/repos","events_url":"https://api.github.com/users/thommey/events{/privacy}","received_events_url":"https://api.github.com/users/thommey/received_events","type":"User","site_admin":false},"created_at":"2016-10-14T20:59:45Z","updated_at":"2016-10-14T20:59:58Z","body":"Hey,\r\n\r\nthe userfile is not meant to be edited or created by users, it's simply a storage system for Eggdrop's internal data. Why is it a problem if it gets large? You aren't supposed to look at it with an editor :)\r\n\r\nBut what you need can be 100% achieved by sourcing scripts that set bans, for example, you can put this into a script called germany.tcl:\r\n```tcl\r\nset banlist {\r\n *!*@*.de\r\n *!*@*.dip.t-dialin.net\r\n *!*@*.tip.t-ipc0nnect.de\r\n}\r\nforeach ban $banlist {\r\n newban $ban script \"German users are not allowed in here.\"\r\n}\r\n```\r\nIs there any reason you don't want your userfile to get large other than you currently edit it manually? Would the Tcl script solution suffice? Let me know if you have any further questions, too :)"},"repository":{"id":44209137,"name":"eggdrop","full_name":"eggheads/eggdrop","owner":{"login":"eggheads","id":1483260,"avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","gravatar_id":"","url":"https://api.github.com/users/eggheads","html_url":"https://github.com/eggheads","followers_url":"https://api.github.com/users/eggheads/followers","following_url":"https://api.github.com/users/eggheads/following{/other_user}","gists_url":"https://api.github.com/users/eggheads/gists{/gist_id}","starred_url":"https://api.github.com/users/eggheads/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eggheads/subscriptions","organizations_url":"https://api.github.com/users/eggheads/orgs","repos_url":"https://api.github.com/users/eggheads/repos","events_url":"https://api.github.com/users/eggheads/events{/privacy}","received_events_url":"https://api.github.com/users/eggheads/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/eggheads/eggdrop","description":"The Eggdrop IRC Bot","fork":false,"url":"https://api.github.com/repos/eggheads/eggdrop","forks_url":"https://api.github.com/repos/eggheads/eggdrop/forks","keys_url":"https://api.github.com/repos/eggheads/eggdrop/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eggheads/eggdrop/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eggheads/eggdrop/teams","hooks_url":"https://api.github.com/repos/eggheads/eggdrop/hooks","issue_events_url":"https://api.github.com/repos/eggheads/eggdrop/issues/events{/number}","events_url":"https://api.github.com/repos/eggheads/eggdrop/events","assignees_url":"https://api.github.com/repos/eggheads/eggdrop/assignees{/user}","branches_url":"https://api.github.com/repos/eggheads/eggdrop/branches{/branch}","tags_url":"https://api.github.com/repos/eggheads/eggdrop/tags","blobs_url":"https://api.github.com/repos/eggheads/eggdrop/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eggheads/eggdrop/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eggheads/eggdrop/git/refs{/sha}","trees_url":"https://api.github.com/repos/eggheads/eggdrop/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eggheads/eggdrop/statuses/{sha}","languages_url":"https://api.github.com/repos/eggheads/eggdrop/languages","stargazers_url":"https://api.github.com/repos/eggheads/eggdrop/stargazers","contributors_url":"https://api.github.com/repos/eggheads/eggdrop/contributors","subscribers_url":"https://api.github.com/repos/eggheads/eggdrop/subscribers","subscription_url":"https://api.github.com/repos/eggheads/eggdrop/subscription","commits_url":"https://api.github.com/repos/eggheads/eggdrop/commits{/sha}","git_commits_url":"https://api.github.com/repos/eggheads/eggdrop/git/commits{/sha}","comments_url":"https://api.github.com/repos/eggheads/eggdrop/comments{/number}","issue_comment_url":"https://api.github.com/repos/eggheads/eggdrop/issues/comments{/number}","contents_url":"https://api.github.com/repos/eggheads/eggdrop/contents/{+path}","compare_url":"https://api.github.com/repos/eggheads/eggdrop/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eggheads/eggdrop/merges","archive_url":"https://api.github.com/repos/eggheads/eggdrop/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eggheads/eggdrop/downloads","issues_url":"https://api.github.com/repos/eggheads/eggdrop/issues{/number}","pulls_url":"https://api.github.com/repos/eggheads/eggdrop/pulls{/number}","milestones_url":"https://api.github.com/repos/eggheads/eggdrop/milestones{/number}","notifications_url":"https://api.github.com/repos/eggheads/eggdrop/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eggheads/eggdrop/labels{/name}","releases_url":"https://api.github.com/repos/eggheads/eggdrop/releases{/id}","deployments_url":"https://api.github.com/repos/eggheads/eggdrop/deployments","created_at":"2015-10-13T22:26:59Z","updated_at":"2016-10-13T13:02:48Z","pushed_at":"2016-10-13T23:35:04Z","git_url":"git://github.com/eggheads/eggdrop.git","ssh_url":"git@github.com:eggheads/eggdrop.git","clone_url":"https://github.com/eggheads/eggdrop.git","svn_url":"https://github.com/eggheads/eggdrop","homepage":null,"size":12266,"stargazers_count":61,"watchers_count":61,"language":"C","has_issues":true,"has_downloads":true,"has_wiki":false,"has_pages":false,"forks_count":22,"mirror_url":null,"open_issues_count":74,"forks":22,"open_issues":74,"watchers":61,"default_branch":"develop"},"organization":{"login":"eggheads","id":1483260,"url":"https://api.github.com/orgs/eggheads","repos_url":"https://api.github.com/orgs/eggheads/repos","events_url":"https://api.github.com/orgs/eggheads/events","hooks_url":"https://api.github.com/orgs/eggheads/hooks","issues_url":"https://api.github.com/orgs/eggheads/issues","members_url":"https://api.github.com/orgs/eggheads/members{/member}","public_members_url":"https://api.github.com/orgs/eggheads/public_members{/member}","avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","description":null},"sender":{"login":"thommey","id":614832,"avatar_url":"https://avatars.githubusercontent.com/u/614832?v=3","gravatar_id":"","url":"https://api.github.com/users/thommey","html_url":"https://github.com/thommey","followers_url":"https://api.github.com/users/thommey/followers","following_url":"https://api.github.com/users/thommey/following{/other_user}","gists_url":"https://api.github.com/users/thommey/gists{/gist_id}","starred_url":"https://api.github.com/users/thommey/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/thommey/subscriptions","organizations_url":"https://api.github.com/users/thommey/orgs","repos_url":"https://api.github.com/users/thommey/repos","events_url":"https://api.github.com/users/thommey/events{/privacy}","received_events_url":"https://api.github.com/users/thommey/received_events","type":"User","site_admin":false}}}
# issue_comment on pull request
testJson issue_comment {{"action":"created","issue":{"url":"https://api.github.com/repos/Pixelz/test/issues/2","repository_url":"https://api.github.com/repos/Pixelz/test","labels_url":"https://api.github.com/repos/Pixelz/test/issues/2/labels{/name}","comments_url":"https://api.github.com/repos/Pixelz/test/issues/2/comments","events_url":"https://api.github.com/repos/Pixelz/test/issues/2/events","html_url":"https://github.com/Pixelz/test/pull/2","id":130043996,"number":2,"title":"test","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"assignees":[{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}],"milestone":null,"comments":1,"created_at":"2016-01-30T22:02:15Z","updated_at":"2016-10-29T23:18:10Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/Pixelz/test/pulls/2","html_url":"https://github.com/Pixelz/test/pull/2","diff_url":"https://github.com/Pixelz/test/pull/2.diff","patch_url":"https://github.com/Pixelz/test/pull/2.patch"},"body":"test"},"comment":{"url":"https://api.github.com/repos/Pixelz/test/issues/comments/257121714","html_url":"https://github.com/Pixelz/test/pull/2#issuecomment-257121714","issue_url":"https://api.github.com/repos/Pixelz/test/issues/2","id":257121714,"user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"created_at":"2016-10-29T23:18:10Z","updated_at":"2016-10-29T23:18:10Z","body":"test 1 2 3"},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing github webhooks api","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2016-10-29T19:54:23Z","pushed_at":"2016-09-24T20:18:32Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":"","size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
# pull request opened
testJson pull_request {{"action":"opened","number":1,"pull_request":{"url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls/1","id":34778301,"html_url":"https://github.com/baxterthehacker/public-repo/pull/1","diff_url":"https://github.com/baxterthehacker/public-repo/pull/1.diff","patch_url":"https://github.com/baxterthehacker/public-repo/pull/1.patch","issue_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/1","number":1,"state":"open","locked":false,"title":"Update the README with new information","user":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"body":"This is a pretty simple change that we need to pull into master.","created_at":"2015-05-05T23:40:27Z","updated_at":"2015-05-05T23:40:27Z","closed_at":null,"merged_at":null,"merge_commit_sha":null,"assignee":null,"milestone":null,"commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls/1/commits","review_comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls/1/comments","review_comment_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls/comments{/number}","comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/1/comments","statuses_url":"https://api.github.com/repos/baxterthehacker/public-repo/statuses/0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c","head":{"label":"baxterthehacker:changes","ref":"changes","sha":"0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c","user":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"repo":{"id":35129377,"name":"public-repo","full_name":"baxterthehacker/public-repo","owner":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/baxterthehacker/public-repo","description":"","fork":false,"url":"https://api.github.com/repos/baxterthehacker/public-repo","forks_url":"https://api.github.com/repos/baxterthehacker/public-repo/forks","keys_url":"https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}","collaborators_url":"https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/baxterthehacker/public-repo/teams","hooks_url":"https://api.github.com/repos/baxterthehacker/public-repo/hooks","issue_events_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}","events_url":"https://api.github.com/repos/baxterthehacker/public-repo/events","assignees_url":"https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}","branches_url":"https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}","tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/tags","blobs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}","trees_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}","statuses_url":"https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}","languages_url":"https://api.github.com/repos/baxterthehacker/public-repo/languages","stargazers_url":"https://api.github.com/repos/baxterthehacker/public-repo/stargazers","contributors_url":"https://api.github.com/repos/baxterthehacker/public-repo/contributors","subscribers_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscribers","subscription_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscription","commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}","git_commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}","comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}","issue_comment_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}","contents_url":"https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}","compare_url":"https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}","merges_url":"https://api.github.com/repos/baxterthehacker/public-repo/merges","archive_url":"https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/baxterthehacker/public-repo/downloads","issues_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}","pulls_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}","milestones_url":"https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}","notifications_url":"https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}","releases_url":"https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}","created_at":"2015-05-05T23:40:12Z","updated_at":"2015-05-05T23:40:12Z","pushed_at":"2015-05-05T23:40:26Z","git_url":"git://github.com/baxterthehacker/public-repo.git","ssh_url":"git@github.com:baxterthehacker/public-repo.git","clone_url":"https://github.com/baxterthehacker/public-repo.git","svn_url":"https://github.com/baxterthehacker/public-repo","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"open_issues_count":1,"forks":0,"open_issues":1,"watchers":0,"default_branch":"master"}},"base":{"label":"baxterthehacker:master","ref":"master","sha":"9049f1265b7d61be4a8904a9a27120d2064dab3b","user":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"repo":{"id":35129377,"name":"public-repo","full_name":"baxterthehacker/public-repo","owner":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/baxterthehacker/public-repo","description":"","fork":false,"url":"https://api.github.com/repos/baxterthehacker/public-repo","forks_url":"https://api.github.com/repos/baxterthehacker/public-repo/forks","keys_url":"https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}","collaborators_url":"https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/baxterthehacker/public-repo/teams","hooks_url":"https://api.github.com/repos/baxterthehacker/public-repo/hooks","issue_events_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}","events_url":"https://api.github.com/repos/baxterthehacker/public-repo/events","assignees_url":"https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}","branches_url":"https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}","tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/tags","blobs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}","trees_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}","statuses_url":"https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}","languages_url":"https://api.github.com/repos/baxterthehacker/public-repo/languages","stargazers_url":"https://api.github.com/repos/baxterthehacker/public-repo/stargazers","contributors_url":"https://api.github.com/repos/baxterthehacker/public-repo/contributors","subscribers_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscribers","subscription_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscription","commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}","git_commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}","comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}","issue_comment_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}","contents_url":"https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}","compare_url":"https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}","merges_url":"https://api.github.com/repos/baxterthehacker/public-repo/merges","archive_url":"https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/baxterthehacker/public-repo/downloads","issues_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}","pulls_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}","milestones_url":"https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}","notifications_url":"https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}","releases_url":"https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}","created_at":"2015-05-05T23:40:12Z","updated_at":"2015-05-05T23:40:12Z","pushed_at":"2015-05-05T23:40:26Z","git_url":"git://github.com/baxterthehacker/public-repo.git","ssh_url":"git@github.com:baxterthehacker/public-repo.git","clone_url":"https://github.com/baxterthehacker/public-repo.git","svn_url":"https://github.com/baxterthehacker/public-repo","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"open_issues_count":1,"forks":0,"open_issues":1,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/baxterthehacker/public-repo/pulls/1"},"html":{"href":"https://github.com/baxterthehacker/public-repo/pull/1"},"issue":{"href":"https://api.github.com/repos/baxterthehacker/public-repo/issues/1"},"comments":{"href":"https://api.github.com/repos/baxterthehacker/public-repo/issues/1/comments"},"review_comments":{"href":"https://api.github.com/repos/baxterthehacker/public-repo/pulls/1/comments"},"review_comment":{"href":"https://api.github.com/repos/baxterthehacker/public-repo/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/baxterthehacker/public-repo/pulls/1/commits"},"statuses":{"href":"https://api.github.com/repos/baxterthehacker/public-repo/statuses/0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c"}},"merged":false,"mergeable":null,"mergeable_state":"unknown","merged_by":null,"comments":0,"review_comments":0,"commits":1,"additions":1,"deletions":1,"changed_files":1},"repository":{"id":35129377,"name":"public-repo","full_name":"baxterthehacker/public-repo","owner":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/baxterthehacker/public-repo","description":"","fork":false,"url":"https://api.github.com/repos/baxterthehacker/public-repo","forks_url":"https://api.github.com/repos/baxterthehacker/public-repo/forks","keys_url":"https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}","collaborators_url":"https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/baxterthehacker/public-repo/teams","hooks_url":"https://api.github.com/repos/baxterthehacker/public-repo/hooks","issue_events_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}","events_url":"https://api.github.com/repos/baxterthehacker/public-repo/events","assignees_url":"https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}","branches_url":"https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}","tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/tags","blobs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}","trees_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}","statuses_url":"https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}","languages_url":"https://api.github.com/repos/baxterthehacker/public-repo/languages","stargazers_url":"https://api.github.com/repos/baxterthehacker/public-repo/stargazers","contributors_url":"https://api.github.com/repos/baxterthehacker/public-repo/contributors","subscribers_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscribers","subscription_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscription","commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}","git_commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}","comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}","issue_comment_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}","contents_url":"https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}","compare_url":"https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}","merges_url":"https://api.github.com/repos/baxterthehacker/public-repo/merges","archive_url":"https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/baxterthehacker/public-repo/downloads","issues_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}","pulls_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}","milestones_url":"https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}","notifications_url":"https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}","releases_url":"https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}","created_at":"2015-05-05T23:40:12Z","updated_at":"2015-05-05T23:40:12Z","pushed_at":"2015-05-05T23:40:26Z","git_url":"git://github.com/baxterthehacker/public-repo.git","ssh_url":"git@github.com:baxterthehacker/public-repo.git","clone_url":"https://github.com/baxterthehacker/public-repo.git","svn_url":"https://github.com/baxterthehacker/public-repo","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"open_issues_count":1,"forks":0,"open_issues":1,"watchers":0,"default_branch":"master"},"sender":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false}}}
# pull request closed, merged
testJson pull_request {{"action":"closed","number":142,"pull_request":{"url":"https://api.github.com/repos/eggheads/eggdrop/pulls/142","id":55999055,"html_url":"https://github.com/eggheads/eggdrop/pull/142","diff_url":"https://github.com/eggheads/eggdrop/pull/142.diff","patch_url":"https://github.com/eggheads/eggdrop/pull/142.patch","issue_url":"https://api.github.com/repos/eggheads/eggdrop/issues/142","number":142,"state":"closed","locked":false,"title":"Fix init_channel logic/memory leak","user":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false},"body":"Fixes #141 \r\n\r\n[06:53:39] [@] nick!user@host.com MODE #chan +o bot\r\n[06:53:39] #chan: mode change '+o bot' by nick!user@host.com\r\n[06:53:39] [!m] MODE #chan +eI\r\n[06:53:39] [m->] MODE #chan +eI\r\n[06:53:39] [@] kornbluth.freenode.net 349 bot #chan :End of Channel Exception List\r\n[06:53:40] [@] kornbluth.freenode.net 347 bot #chan of Channel Invite List\r\n.channel #chan\r\nChannel #chan, 2 members, mode +stn:\r\n(n = owner, m = master, o = op, d = deop, b = bot)\r\n NICKNAME HANDLE JOIN IDLE USER@HOST\r\n@bot bot --- N <- it's me!\r\n@user user --- N nick!user@host.com\r\n","created_at":"2016-01-14T06:57:13Z","updated_at":"2016-01-17T17:01:40Z","closed_at":"2016-01-17T17:01:39Z","merged_at":"2016-01-17T17:01:39Z","merge_commit_sha":"9c0e072e0980f99b026477174d1d9a716030ec18","assignee":null,"milestone":null,"commits_url":"https://api.github.com/repos/eggheads/eggdrop/pulls/142/commits","review_comments_url":"https://api.github.com/repos/eggheads/eggdrop/pulls/142/comments","review_comment_url":"https://api.github.com/repos/eggheads/eggdrop/pulls/comments{/number}","comments_url":"https://api.github.com/repos/eggheads/eggdrop/issues/142/comments","statuses_url":"https://api.github.com/repos/eggheads/eggdrop/statuses/df4b71daa98ea4027ba57f5359d9ea848726c810","head":{"label":"vanosg:resetType0Chan","ref":"resetType0Chan","sha":"df4b71daa98ea4027ba57f5359d9ea848726c810","user":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false},"repo":{"id":44719392,"name":"eggdrop","full_name":"vanosg/eggdrop","owner":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/vanosg/eggdrop","description":"The Eggdrop IRC Bot","fork":true,"url":"https://api.github.com/repos/vanosg/eggdrop","forks_url":"https://api.github.com/repos/vanosg/eggdrop/forks","keys_url":"https://api.github.com/repos/vanosg/eggdrop/keys{/key_id}","collaborators_url":"https://api.github.com/repos/vanosg/eggdrop/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/vanosg/eggdrop/teams","hooks_url":"https://api.github.com/repos/vanosg/eggdrop/hooks","issue_events_url":"https://api.github.com/repos/vanosg/eggdrop/issues/events{/number}","events_url":"https://api.github.com/repos/vanosg/eggdrop/events","assignees_url":"https://api.github.com/repos/vanosg/eggdrop/assignees{/user}","branches_url":"https://api.github.com/repos/vanosg/eggdrop/branches{/branch}","tags_url":"https://api.github.com/repos/vanosg/eggdrop/tags","blobs_url":"https://api.github.com/repos/vanosg/eggdrop/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/vanosg/eggdrop/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/vanosg/eggdrop/git/refs{/sha}","trees_url":"https://api.github.com/repos/vanosg/eggdrop/git/trees{/sha}","statuses_url":"https://api.github.com/repos/vanosg/eggdrop/statuses/{sha}","languages_url":"https://api.github.com/repos/vanosg/eggdrop/languages","stargazers_url":"https://api.github.com/repos/vanosg/eggdrop/stargazers","contributors_url":"https://api.github.com/repos/vanosg/eggdrop/contributors","subscribers_url":"https://api.github.com/repos/vanosg/eggdrop/subscribers","subscription_url":"https://api.github.com/repos/vanosg/eggdrop/subscription","commits_url":"https://api.github.com/repos/vanosg/eggdrop/commits{/sha}","git_commits_url":"https://api.github.com/repos/vanosg/eggdrop/git/commits{/sha}","comments_url":"https://api.github.com/repos/vanosg/eggdrop/comments{/number}","issue_comment_url":"https://api.github.com/repos/vanosg/eggdrop/issues/comments{/number}","contents_url":"https://api.github.com/repos/vanosg/eggdrop/contents/{+path}","compare_url":"https://api.github.com/repos/vanosg/eggdrop/compare/{base}...{head}","merges_url":"https://api.github.com/repos/vanosg/eggdrop/merges","archive_url":"https://api.github.com/repos/vanosg/eggdrop/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/vanosg/eggdrop/downloads","issues_url":"https://api.github.com/repos/vanosg/eggdrop/issues{/number}","pulls_url":"https://api.github.com/repos/vanosg/eggdrop/pulls{/number}","milestones_url":"https://api.github.com/repos/vanosg/eggdrop/milestones{/number}","notifications_url":"https://api.github.com/repos/vanosg/eggdrop/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/vanosg/eggdrop/labels{/name}","releases_url":"https://api.github.com/repos/vanosg/eggdrop/releases{/id}","created_at":"2015-10-22T03:17:01Z","updated_at":"2015-11-03T02:46:07Z","pushed_at":"2016-01-16T05:03:59Z","git_url":"git://github.com/vanosg/eggdrop.git","ssh_url":"git@github.com:vanosg/eggdrop.git","clone_url":"https://github.com/vanosg/eggdrop.git","svn_url":"https://github.com/vanosg/eggdrop","homepage":null,"size":10735,"stargazers_count":1,"watchers_count":1,"language":"C","has_issues":false,"has_downloads":true,"has_wiki":false,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":1,"default_branch":"v1.8"}},"base":{"label":"eggheads:v1.8","ref":"v1.8","sha":"9aa68a632119824538de0da8682a0292919feba4","user":{"login":"eggheads","id":1483260,"avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","gravatar_id":"","url":"https://api.github.com/users/eggheads","html_url":"https://github.com/eggheads","followers_url":"https://api.github.com/users/eggheads/followers","following_url":"https://api.github.com/users/eggheads/following{/other_user}","gists_url":"https://api.github.com/users/eggheads/gists{/gist_id}","starred_url":"https://api.github.com/users/eggheads/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eggheads/subscriptions","organizations_url":"https://api.github.com/users/eggheads/orgs","repos_url":"https://api.github.com/users/eggheads/repos","events_url":"https://api.github.com/users/eggheads/events{/privacy}","received_events_url":"https://api.github.com/users/eggheads/received_events","type":"Organization","site_admin":false},"repo":{"id":44209137,"name":"eggdrop","full_name":"eggheads/eggdrop","owner":{"login":"eggheads","id":1483260,"avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","gravatar_id":"","url":"https://api.github.com/users/eggheads","html_url":"https://github.com/eggheads","followers_url":"https://api.github.com/users/eggheads/followers","following_url":"https://api.github.com/users/eggheads/following{/other_user}","gists_url":"https://api.github.com/users/eggheads/gists{/gist_id}","starred_url":"https://api.github.com/users/eggheads/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eggheads/subscriptions","organizations_url":"https://api.github.com/users/eggheads/orgs","repos_url":"https://api.github.com/users/eggheads/repos","events_url":"https://api.github.com/users/eggheads/events{/privacy}","received_events_url":"https://api.github.com/users/eggheads/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/eggheads/eggdrop","description":"The Eggdrop IRC Bot","fork":false,"url":"https://api.github.com/repos/eggheads/eggdrop","forks_url":"https://api.github.com/repos/eggheads/eggdrop/forks","keys_url":"https://api.github.com/repos/eggheads/eggdrop/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eggheads/eggdrop/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eggheads/eggdrop/teams","hooks_url":"https://api.github.com/repos/eggheads/eggdrop/hooks","issue_events_url":"https://api.github.com/repos/eggheads/eggdrop/issues/events{/number}","events_url":"https://api.github.com/repos/eggheads/eggdrop/events","assignees_url":"https://api.github.com/repos/eggheads/eggdrop/assignees{/user}","branches_url":"https://api.github.com/repos/eggheads/eggdrop/branches{/branch}","tags_url":"https://api.github.com/repos/eggheads/eggdrop/tags","blobs_url":"https://api.github.com/repos/eggheads/eggdrop/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eggheads/eggdrop/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eggheads/eggdrop/git/refs{/sha}","trees_url":"https://api.github.com/repos/eggheads/eggdrop/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eggheads/eggdrop/statuses/{sha}","languages_url":"https://api.github.com/repos/eggheads/eggdrop/languages","stargazers_url":"https://api.github.com/repos/eggheads/eggdrop/stargazers","contributors_url":"https://api.github.com/repos/eggheads/eggdrop/contributors","subscribers_url":"https://api.github.com/repos/eggheads/eggdrop/subscribers","subscription_url":"https://api.github.com/repos/eggheads/eggdrop/subscription","commits_url":"https://api.github.com/repos/eggheads/eggdrop/commits{/sha}","git_commits_url":"https://api.github.com/repos/eggheads/eggdrop/git/commits{/sha}","comments_url":"https://api.github.com/repos/eggheads/eggdrop/comments{/number}","issue_comment_url":"https://api.github.com/repos/eggheads/eggdrop/issues/comments{/number}","contents_url":"https://api.github.com/repos/eggheads/eggdrop/contents/{+path}","compare_url":"https://api.github.com/repos/eggheads/eggdrop/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eggheads/eggdrop/merges","archive_url":"https://api.github.com/repos/eggheads/eggdrop/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eggheads/eggdrop/downloads","issues_url":"https://api.github.com/repos/eggheads/eggdrop/issues{/number}","pulls_url":"https://api.github.com/repos/eggheads/eggdrop/pulls{/number}","milestones_url":"https://api.github.com/repos/eggheads/eggdrop/milestones{/number}","notifications_url":"https://api.github.com/repos/eggheads/eggdrop/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eggheads/eggdrop/labels{/name}","releases_url":"https://api.github.com/repos/eggheads/eggdrop/releases{/id}","created_at":"2015-10-13T22:26:59Z","updated_at":"2016-01-17T16:09:11Z","pushed_at":"2016-01-17T17:01:39Z","git_url":"git://github.com/eggheads/eggdrop.git","ssh_url":"git@github.com:eggheads/eggdrop.git","clone_url":"https://github.com/eggheads/eggdrop.git","svn_url":"https://github.com/eggheads/eggdrop","homepage":null,"size":10721,"stargazers_count":15,"watchers_count":15,"language":"C","has_issues":true,"has_downloads":true,"has_wiki":false,"has_pages":false,"forks_count":7,"mirror_url":null,"open_issues_count":57,"forks":7,"open_issues":57,"watchers":15,"default_branch":"v1.8"}},"_links":{"self":{"href":"https://api.github.com/repos/eggheads/eggdrop/pulls/142"},"html":{"href":"https://github.com/eggheads/eggdrop/pull/142"},"issue":{"href":"https://api.github.com/repos/eggheads/eggdrop/issues/142"},"comments":{"href":"https://api.github.com/repos/eggheads/eggdrop/issues/142/comments"},"review_comments":{"href":"https://api.github.com/repos/eggheads/eggdrop/pulls/142/comments"},"review_comment":{"href":"https://api.github.com/repos/eggheads/eggdrop/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/eggheads/eggdrop/pulls/142/commits"},"statuses":{"href":"https://api.github.com/repos/eggheads/eggdrop/statuses/df4b71daa98ea4027ba57f5359d9ea848726c810"}},"merged":true,"mergeable":null,"mergeable_state":"unknown","merged_by":{"login":"thommey","id":614832,"avatar_url":"https://avatars.githubusercontent.com/u/614832?v=3","gravatar_id":"","url":"https://api.github.com/users/thommey","html_url":"https://github.com/thommey","followers_url":"https://api.github.com/users/thommey/followers","following_url":"https://api.github.com/users/thommey/following{/other_user}","gists_url":"https://api.github.com/users/thommey/gists{/gist_id}","starred_url":"https://api.github.com/users/thommey/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/thommey/subscriptions","organizations_url":"https://api.github.com/users/thommey/orgs","repos_url":"https://api.github.com/users/thommey/repos","events_url":"https://api.github.com/users/thommey/events{/privacy}","received_events_url":"https://api.github.com/users/thommey/received_events","type":"User","site_admin":false},"comments":1,"review_comments":0,"commits":1,"additions":19,"deletions":6,"changed_files":2},"repository":{"id":44209137,"name":"eggdrop","full_name":"eggheads/eggdrop","owner":{"login":"eggheads","id":1483260,"avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","gravatar_id":"","url":"https://api.github.com/users/eggheads","html_url":"https://github.com/eggheads","followers_url":"https://api.github.com/users/eggheads/followers","following_url":"https://api.github.com/users/eggheads/following{/other_user}","gists_url":"https://api.github.com/users/eggheads/gists{/gist_id}","starred_url":"https://api.github.com/users/eggheads/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eggheads/subscriptions","organizations_url":"https://api.github.com/users/eggheads/orgs","repos_url":"https://api.github.com/users/eggheads/repos","events_url":"https://api.github.com/users/eggheads/events{/privacy}","received_events_url":"https://api.github.com/users/eggheads/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/eggheads/eggdrop","description":"The Eggdrop IRC Bot","fork":false,"url":"https://api.github.com/repos/eggheads/eggdrop","forks_url":"https://api.github.com/repos/eggheads/eggdrop/forks","keys_url":"https://api.github.com/repos/eggheads/eggdrop/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eggheads/eggdrop/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eggheads/eggdrop/teams","hooks_url":"https://api.github.com/repos/eggheads/eggdrop/hooks","issue_events_url":"https://api.github.com/repos/eggheads/eggdrop/issues/events{/number}","events_url":"https://api.github.com/repos/eggheads/eggdrop/events","assignees_url":"https://api.github.com/repos/eggheads/eggdrop/assignees{/user}","branches_url":"https://api.github.com/repos/eggheads/eggdrop/branches{/branch}","tags_url":"https://api.github.com/repos/eggheads/eggdrop/tags","blobs_url":"https://api.github.com/repos/eggheads/eggdrop/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eggheads/eggdrop/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eggheads/eggdrop/git/refs{/sha}","trees_url":"https://api.github.com/repos/eggheads/eggdrop/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eggheads/eggdrop/statuses/{sha}","languages_url":"https://api.github.com/repos/eggheads/eggdrop/languages","stargazers_url":"https://api.github.com/repos/eggheads/eggdrop/stargazers","contributors_url":"https://api.github.com/repos/eggheads/eggdrop/contributors","subscribers_url":"https://api.github.com/repos/eggheads/eggdrop/subscribers","subscription_url":"https://api.github.com/repos/eggheads/eggdrop/subscription","commits_url":"https://api.github.com/repos/eggheads/eggdrop/commits{/sha}","git_commits_url":"https://api.github.com/repos/eggheads/eggdrop/git/commits{/sha}","comments_url":"https://api.github.com/repos/eggheads/eggdrop/comments{/number}","issue_comment_url":"https://api.github.com/repos/eggheads/eggdrop/issues/comments{/number}","contents_url":"https://api.github.com/repos/eggheads/eggdrop/contents/{+path}","compare_url":"https://api.github.com/repos/eggheads/eggdrop/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eggheads/eggdrop/merges","archive_url":"https://api.github.com/repos/eggheads/eggdrop/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eggheads/eggdrop/downloads","issues_url":"https://api.github.com/repos/eggheads/eggdrop/issues{/number}","pulls_url":"https://api.github.com/repos/eggheads/eggdrop/pulls{/number}","milestones_url":"https://api.github.com/repos/eggheads/eggdrop/milestones{/number}","notifications_url":"https://api.github.com/repos/eggheads/eggdrop/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eggheads/eggdrop/labels{/name}","releases_url":"https://api.github.com/repos/eggheads/eggdrop/releases{/id}","created_at":"2015-10-13T22:26:59Z","updated_at":"2016-01-17T16:09:11Z","pushed_at":"2016-01-17T17:01:39Z","git_url":"git://github.com/eggheads/eggdrop.git","ssh_url":"git@github.com:eggheads/eggdrop.git","clone_url":"https://github.com/eggheads/eggdrop.git","svn_url":"https://github.com/eggheads/eggdrop","homepage":null,"size":10721,"stargazers_count":15,"watchers_count":15,"language":"C","has_issues":true,"has_downloads":true,"has_wiki":false,"has_pages":false,"forks_count":7,"mirror_url":null,"open_issues_count":57,"forks":7,"open_issues":57,"watchers":15,"default_branch":"v1.8"},"organization":{"login":"eggheads","id":1483260,"url":"https://api.github.com/orgs/eggheads","repos_url":"https://api.github.com/orgs/eggheads/repos","events_url":"https://api.github.com/orgs/eggheads/events","members_url":"https://api.github.com/orgs/eggheads/members{/member}","public_members_url":"https://api.github.com/orgs/eggheads/public_members{/member}","avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","description":null},"sender":{"login":"thommey","id":614832,"avatar_url":"https://avatars.githubusercontent.com/u/614832?v=3","gravatar_id":"","url":"https://api.github.com/users/thommey","html_url":"https://github.com/thommey","followers_url":"https://api.github.com/users/thommey/followers","following_url":"https://api.github.com/users/thommey/following{/other_user}","gists_url":"https://api.github.com/users/thommey/gists{/gist_id}","starred_url":"https://api.github.com/users/thommey/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/thommey/subscriptions","organizations_url":"https://api.github.com/users/thommey/orgs","repos_url":"https://api.github.com/users/thommey/repos","events_url":"https://api.github.com/users/thommey/events{/privacy}","received_events_url":"https://api.github.com/users/thommey/received_events","type":"User","site_admin":false}}}
# pull request closed, not merged
testJson pull_request {{"action":"closed","number":126,"pull_request":{"url":"https://api.github.com/repos/eggheads/eggdrop/pulls/126","id":48539430,"html_url":"https://github.com/eggheads/eggdrop/pull/126","diff_url":"https://github.com/eggheads/eggdrop/pull/126.diff","patch_url":"https://github.com/eggheads/eggdrop/pull/126.patch","issue_url":"https://api.github.com/repos/eggheads/eggdrop/issues/126","number":126,"state":"closed","locked":false,"title":"Add option to disable ident lookups","user":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false},"body":"Addresses #101, patch by manuel","created_at":"2015-10-23T03:42:05Z","updated_at":"2016-01-19T23:21:07Z","closed_at":"2016-01-19T23:21:07Z","merged_at":null,"merge_commit_sha":"6ce0fe3841e23b797b8e77e0e1d1912c32058318","assignee":null,"milestone":null,"commits_url":"https://api.github.com/repos/eggheads/eggdrop/pulls/126/commits","review_comments_url":"https://api.github.com/repos/eggheads/eggdrop/pulls/126/comments","review_comment_url":"https://api.github.com/repos/eggheads/eggdrop/pulls/comments{/number}","comments_url":"https://api.github.com/repos/eggheads/eggdrop/issues/126/comments","statuses_url":"https://api.github.com/repos/eggheads/eggdrop/statuses/0eba81363ccd160e87cfea1766b511d6e606e964","head":{"label":"vanosg:disableIdentLookups","ref":"disableIdentLookups","sha":"0eba81363ccd160e87cfea1766b511d6e606e964","user":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false},"repo":{"id":44719392,"name":"eggdrop","full_name":"vanosg/eggdrop","owner":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/vanosg/eggdrop","description":"The Eggdrop IRC Bot","fork":true,"url":"https://api.github.com/repos/vanosg/eggdrop","forks_url":"https://api.github.com/repos/vanosg/eggdrop/forks","keys_url":"https://api.github.com/repos/vanosg/eggdrop/keys{/key_id}","collaborators_url":"https://api.github.com/repos/vanosg/eggdrop/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/vanosg/eggdrop/teams","hooks_url":"https://api.github.com/repos/vanosg/eggdrop/hooks","issue_events_url":"https://api.github.com/repos/vanosg/eggdrop/issues/events{/number}","events_url":"https://api.github.com/repos/vanosg/eggdrop/events","assignees_url":"https://api.github.com/repos/vanosg/eggdrop/assignees{/user}","branches_url":"https://api.github.com/repos/vanosg/eggdrop/branches{/branch}","tags_url":"https://api.github.com/repos/vanosg/eggdrop/tags","blobs_url":"https://api.github.com/repos/vanosg/eggdrop/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/vanosg/eggdrop/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/vanosg/eggdrop/git/refs{/sha}","trees_url":"https://api.github.com/repos/vanosg/eggdrop/git/trees{/sha}","statuses_url":"https://api.github.com/repos/vanosg/eggdrop/statuses/{sha}","languages_url":"https://api.github.com/repos/vanosg/eggdrop/languages","stargazers_url":"https://api.github.com/repos/vanosg/eggdrop/stargazers","contributors_url":"https://api.github.com/repos/vanosg/eggdrop/contributors","subscribers_url":"https://api.github.com/repos/vanosg/eggdrop/subscribers","subscription_url":"https://api.github.com/repos/vanosg/eggdrop/subscription","commits_url":"https://api.github.com/repos/vanosg/eggdrop/commits{/sha}","git_commits_url":"https://api.github.com/repos/vanosg/eggdrop/git/commits{/sha}","comments_url":"https://api.github.com/repos/vanosg/eggdrop/comments{/number}","issue_comment_url":"https://api.github.com/repos/vanosg/eggdrop/issues/comments{/number}","contents_url":"https://api.github.com/repos/vanosg/eggdrop/contents/{+path}","compare_url":"https://api.github.com/repos/vanosg/eggdrop/compare/{base}...{head}","merges_url":"https://api.github.com/repos/vanosg/eggdrop/merges","archive_url":"https://api.github.com/repos/vanosg/eggdrop/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/vanosg/eggdrop/downloads","issues_url":"https://api.github.com/repos/vanosg/eggdrop/issues{/number}","pulls_url":"https://api.github.com/repos/vanosg/eggdrop/pulls{/number}","milestones_url":"https://api.github.com/repos/vanosg/eggdrop/milestones{/number}","notifications_url":"https://api.github.com/repos/vanosg/eggdrop/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/vanosg/eggdrop/labels{/name}","releases_url":"https://api.github.com/repos/vanosg/eggdrop/releases{/id}","created_at":"2015-10-22T03:17:01Z","updated_at":"2015-11-03T02:46:07Z","pushed_at":"2016-01-16T05:03:59Z","git_url":"git://github.com/vanosg/eggdrop.git","ssh_url":"git@github.com:vanosg/eggdrop.git","clone_url":"https://github.com/vanosg/eggdrop.git","svn_url":"https://github.com/vanosg/eggdrop","homepage":null,"size":10735,"stargazers_count":1,"watchers_count":1,"language":"C","has_issues":false,"has_downloads":true,"has_wiki":false,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":1,"default_branch":"v1.8"}},"base":{"label":"eggheads:v1.8","ref":"v1.8","sha":"117d2b90963dff3446d8bcb7a7fdacbb5e43a5cc","user":{"login":"eggheads","id":1483260,"avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","gravatar_id":"","url":"https://api.github.com/users/eggheads","html_url":"https://github.com/eggheads","followers_url":"https://api.github.com/users/eggheads/followers","following_url":"https://api.github.com/users/eggheads/following{/other_user}","gists_url":"https://api.github.com/users/eggheads/gists{/gist_id}","starred_url":"https://api.github.com/users/eggheads/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eggheads/subscriptions","organizations_url":"https://api.github.com/users/eggheads/orgs","repos_url":"https://api.github.com/users/eggheads/repos","events_url":"https://api.github.com/users/eggheads/events{/privacy}","received_events_url":"https://api.github.com/users/eggheads/received_events","type":"Organization","site_admin":false},"repo":{"id":44209137,"name":"eggdrop","full_name":"eggheads/eggdrop","owner":{"login":"eggheads","id":1483260,"avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","gravatar_id":"","url":"https://api.github.com/users/eggheads","html_url":"https://github.com/eggheads","followers_url":"https://api.github.com/users/eggheads/followers","following_url":"https://api.github.com/users/eggheads/following{/other_user}","gists_url":"https://api.github.com/users/eggheads/gists{/gist_id}","starred_url":"https://api.github.com/users/eggheads/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eggheads/subscriptions","organizations_url":"https://api.github.com/users/eggheads/orgs","repos_url":"https://api.github.com/users/eggheads/repos","events_url":"https://api.github.com/users/eggheads/events{/privacy}","received_events_url":"https://api.github.com/users/eggheads/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/eggheads/eggdrop","description":"The Eggdrop IRC Bot","fork":false,"url":"https://api.github.com/repos/eggheads/eggdrop","forks_url":"https://api.github.com/repos/eggheads/eggdrop/forks","keys_url":"https://api.github.com/repos/eggheads/eggdrop/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eggheads/eggdrop/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eggheads/eggdrop/teams","hooks_url":"https://api.github.com/repos/eggheads/eggdrop/hooks","issue_events_url":"https://api.github.com/repos/eggheads/eggdrop/issues/events{/number}","events_url":"https://api.github.com/repos/eggheads/eggdrop/events","assignees_url":"https://api.github.com/repos/eggheads/eggdrop/assignees{/user}","branches_url":"https://api.github.com/repos/eggheads/eggdrop/branches{/branch}","tags_url":"https://api.github.com/repos/eggheads/eggdrop/tags","blobs_url":"https://api.github.com/repos/eggheads/eggdrop/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eggheads/eggdrop/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eggheads/eggdrop/git/refs{/sha}","trees_url":"https://api.github.com/repos/eggheads/eggdrop/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eggheads/eggdrop/statuses/{sha}","languages_url":"https://api.github.com/repos/eggheads/eggdrop/languages","stargazers_url":"https://api.github.com/repos/eggheads/eggdrop/stargazers","contributors_url":"https://api.github.com/repos/eggheads/eggdrop/contributors","subscribers_url":"https://api.github.com/repos/eggheads/eggdrop/subscribers","subscription_url":"https://api.github.com/repos/eggheads/eggdrop/subscription","commits_url":"https://api.github.com/repos/eggheads/eggdrop/commits{/sha}","git_commits_url":"https://api.github.com/repos/eggheads/eggdrop/git/commits{/sha}","comments_url":"https://api.github.com/repos/eggheads/eggdrop/comments{/number}","issue_comment_url":"https://api.github.com/repos/eggheads/eggdrop/issues/comments{/number}","contents_url":"https://api.github.com/repos/eggheads/eggdrop/contents/{+path}","compare_url":"https://api.github.com/repos/eggheads/eggdrop/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eggheads/eggdrop/merges","archive_url":"https://api.github.com/repos/eggheads/eggdrop/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eggheads/eggdrop/downloads","issues_url":"https://api.github.com/repos/eggheads/eggdrop/issues{/number}","pulls_url":"https://api.github.com/repos/eggheads/eggdrop/pulls{/number}","milestones_url":"https://api.github.com/repos/eggheads/eggdrop/milestones{/number}","notifications_url":"https://api.github.com/repos/eggheads/eggdrop/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eggheads/eggdrop/labels{/name}","releases_url":"https://api.github.com/repos/eggheads/eggdrop/releases{/id}","created_at":"2015-10-13T22:26:59Z","updated_at":"2016-01-17T16:09:11Z","pushed_at":"2016-01-19T23:21:07Z","git_url":"git://github.com/eggheads/eggdrop.git","ssh_url":"git@github.com:eggheads/eggdrop.git","clone_url":"https://github.com/eggheads/eggdrop.git","svn_url":"https://github.com/eggheads/eggdrop","homepage":null,"size":10735,"stargazers_count":15,"watchers_count":15,"language":"C","has_issues":true,"has_downloads":true,"has_wiki":false,"has_pages":false,"forks_count":7,"mirror_url":null,"open_issues_count":54,"forks":7,"open_issues":54,"watchers":15,"default_branch":"develop"}},"_links":{"self":{"href":"https://api.github.com/repos/eggheads/eggdrop/pulls/126"},"html":{"href":"https://github.com/eggheads/eggdrop/pull/126"},"issue":{"href":"https://api.github.com/repos/eggheads/eggdrop/issues/126"},"comments":{"href":"https://api.github.com/repos/eggheads/eggdrop/issues/126/comments"},"review_comments":{"href":"https://api.github.com/repos/eggheads/eggdrop/pulls/126/comments"},"review_comment":{"href":"https://api.github.com/repos/eggheads/eggdrop/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/eggheads/eggdrop/pulls/126/commits"},"statuses":{"href":"https://api.github.com/repos/eggheads/eggdrop/statuses/0eba81363ccd160e87cfea1766b511d6e606e964"}},"merged":false,"mergeable":false,"mergeable_state":"dirty","merged_by":null,"comments":7,"review_comments":0,"commits":1,"additions":11,"deletions":1,"changed_files":3},"repository":{"id":44209137,"name":"eggdrop","full_name":"eggheads/eggdrop","owner":{"login":"eggheads","id":1483260,"avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","gravatar_id":"","url":"https://api.github.com/users/eggheads","html_url":"https://github.com/eggheads","followers_url":"https://api.github.com/users/eggheads/followers","following_url":"https://api.github.com/users/eggheads/following{/other_user}","gists_url":"https://api.github.com/users/eggheads/gists{/gist_id}","starred_url":"https://api.github.com/users/eggheads/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eggheads/subscriptions","organizations_url":"https://api.github.com/users/eggheads/orgs","repos_url":"https://api.github.com/users/eggheads/repos","events_url":"https://api.github.com/users/eggheads/events{/privacy}","received_events_url":"https://api.github.com/users/eggheads/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/eggheads/eggdrop","description":"The Eggdrop IRC Bot","fork":false,"url":"https://api.github.com/repos/eggheads/eggdrop","forks_url":"https://api.github.com/repos/eggheads/eggdrop/forks","keys_url":"https://api.github.com/repos/eggheads/eggdrop/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eggheads/eggdrop/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eggheads/eggdrop/teams","hooks_url":"https://api.github.com/repos/eggheads/eggdrop/hooks","issue_events_url":"https://api.github.com/repos/eggheads/eggdrop/issues/events{/number}","events_url":"https://api.github.com/repos/eggheads/eggdrop/events","assignees_url":"https://api.github.com/repos/eggheads/eggdrop/assignees{/user}","branches_url":"https://api.github.com/repos/eggheads/eggdrop/branches{/branch}","tags_url":"https://api.github.com/repos/eggheads/eggdrop/tags","blobs_url":"https://api.github.com/repos/eggheads/eggdrop/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eggheads/eggdrop/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eggheads/eggdrop/git/refs{/sha}","trees_url":"https://api.github.com/repos/eggheads/eggdrop/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eggheads/eggdrop/statuses/{sha}","languages_url":"https://api.github.com/repos/eggheads/eggdrop/languages","stargazers_url":"https://api.github.com/repos/eggheads/eggdrop/stargazers","contributors_url":"https://api.github.com/repos/eggheads/eggdrop/contributors","subscribers_url":"https://api.github.com/repos/eggheads/eggdrop/subscribers","subscription_url":"https://api.github.com/repos/eggheads/eggdrop/subscription","commits_url":"https://api.github.com/repos/eggheads/eggdrop/commits{/sha}","git_commits_url":"https://api.github.com/repos/eggheads/eggdrop/git/commits{/sha}","comments_url":"https://api.github.com/repos/eggheads/eggdrop/comments{/number}","issue_comment_url":"https://api.github.com/repos/eggheads/eggdrop/issues/comments{/number}","contents_url":"https://api.github.com/repos/eggheads/eggdrop/contents/{+path}","compare_url":"https://api.github.com/repos/eggheads/eggdrop/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eggheads/eggdrop/merges","archive_url":"https://api.github.com/repos/eggheads/eggdrop/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eggheads/eggdrop/downloads","issues_url":"https://api.github.com/repos/eggheads/eggdrop/issues{/number}","pulls_url":"https://api.github.com/repos/eggheads/eggdrop/pulls{/number}","milestones_url":"https://api.github.com/repos/eggheads/eggdrop/milestones{/number}","notifications_url":"https://api.github.com/repos/eggheads/eggdrop/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eggheads/eggdrop/labels{/name}","releases_url":"https://api.github.com/repos/eggheads/eggdrop/releases{/id}","created_at":"2015-10-13T22:26:59Z","updated_at":"2016-01-17T16:09:11Z","pushed_at":"2016-01-19T23:21:07Z","git_url":"git://github.com/eggheads/eggdrop.git","ssh_url":"git@github.com:eggheads/eggdrop.git","clone_url":"https://github.com/eggheads/eggdrop.git","svn_url":"https://github.com/eggheads/eggdrop","homepage":null,"size":10735,"stargazers_count":15,"watchers_count":15,"language":"C","has_issues":true,"has_downloads":true,"has_wiki":false,"has_pages":false,"forks_count":7,"mirror_url":null,"open_issues_count":54,"forks":7,"open_issues":54,"watchers":15,"default_branch":"develop"},"organization":{"login":"eggheads","id":1483260,"url":"https://api.github.com/orgs/eggheads","repos_url":"https://api.github.com/orgs/eggheads/repos","events_url":"https://api.github.com/orgs/eggheads/events","members_url":"https://api.github.com/orgs/eggheads/members{/member}","public_members_url":"https://api.github.com/orgs/eggheads/public_members{/member}","avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","description":null},"sender":{"login":"thommey","id":614832,"avatar_url":"https://avatars.githubusercontent.com/u/614832?v=3","gravatar_id":"","url":"https://api.github.com/users/thommey","html_url":"https://github.com/thommey","followers_url":"https://api.github.com/users/thommey/followers","following_url":"https://api.github.com/users/thommey/following{/other_user}","gists_url":"https://api.github.com/users/thommey/gists{/gist_id}","starred_url":"https://api.github.com/users/thommey/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/thommey/subscriptions","organizations_url":"https://api.github.com/users/thommey/orgs","repos_url":"https://api.github.com/users/thommey/repos","events_url":"https://api.github.com/users/thommey/events{/privacy}","received_events_url":"https://api.github.com/users/thommey/received_events","type":"User","site_admin":false}}}
# pull request labeled
testJson pull_request {{"action":"labeled","number":2,"pull_request":{"url":"https://api.github.com/repos/Pixelz/test/pulls/2","id":57752125,"html_url":"https://github.com/Pixelz/test/pull/2","diff_url":"https://github.com/Pixelz/test/pull/2.diff","patch_url":"https://github.com/Pixelz/test/pull/2.patch","issue_url":"https://api.github.com/repos/Pixelz/test/issues/2","number":2,"state":"open","locked":false,"title":"test","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"body":"test","created_at":"2016-01-30T22:02:15Z","updated_at":"2016-01-30T22:02:38Z","closed_at":null,"merged_at":null,"merge_commit_sha":"d1b02cbc7713a799383982e4f30b84a41f79178a","assignee":null,"milestone":null,"commits_url":"https://api.github.com/repos/Pixelz/test/pulls/2/commits","review_comments_url":"https://api.github.com/repos/Pixelz/test/pulls/2/comments","review_comment_url":"https://api.github.com/repos/Pixelz/test/pulls/comments{/number}","comments_url":"https://api.github.com/repos/Pixelz/test/issues/2/comments","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/26f06f503c124b6c4150d1c032a3f6c5776e3c6e","head":{"label":"Pixelz:Pixelz-patch-1","ref":"Pixelz-patch-1","sha":"26f06f503c124b6c4150d1c032a3f6c5776e3c6e","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"repo":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing things","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2015-05-10T20:57:51Z","pushed_at":"2016-01-30T22:02:15Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":null,"size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"}},"base":{"label":"Pixelz:master","ref":"master","sha":"f91a0972ac86594ed9f8e408590dc2da2f0dd06d","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"repo":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing things","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2015-05-10T20:57:51Z","pushed_at":"2016-01-30T22:02:15Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":null,"size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2"},"html":{"href":"https://github.com/Pixelz/test/pull/2"},"issue":{"href":"https://api.github.com/repos/Pixelz/test/issues/2"},"comments":{"href":"https://api.github.com/repos/Pixelz/test/issues/2/comments"},"review_comments":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2/comments"},"review_comment":{"href":"https://api.github.com/repos/Pixelz/test/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2/commits"},"statuses":{"href":"https://api.github.com/repos/Pixelz/test/statuses/26f06f503c124b6c4150d1c032a3f6c5776e3c6e"}},"merged":false,"mergeable":true,"mergeable_state":"clean","merged_by":null,"comments":0,"review_comments":0,"commits":1,"additions":3,"deletions":0,"changed_files":1},"label":{"url":"https://api.github.com/repos/Pixelz/test/labels/bug","name":"bug","color":"fc2929"},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing things","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2015-05-10T20:57:51Z","pushed_at":"2016-01-30T22:02:15Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":null,"size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
# pull request unlabeled
testJson pull_request {{"action":"unlabeled","number":2,"pull_request":{"url":"https://api.github.com/repos/Pixelz/test/pulls/2","id":57752125,"html_url":"https://github.com/Pixelz/test/pull/2","diff_url":"https://github.com/Pixelz/test/pull/2.diff","patch_url":"https://github.com/Pixelz/test/pull/2.patch","issue_url":"https://api.github.com/repos/Pixelz/test/issues/2","number":2,"state":"open","locked":false,"title":"test","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"body":"test","created_at":"2016-01-30T22:02:15Z","updated_at":"2016-01-30T22:02:46Z","closed_at":null,"merged_at":null,"merge_commit_sha":"d1b02cbc7713a799383982e4f30b84a41f79178a","assignee":null,"milestone":null,"commits_url":"https://api.github.com/repos/Pixelz/test/pulls/2/commits","review_comments_url":"https://api.github.com/repos/Pixelz/test/pulls/2/comments","review_comment_url":"https://api.github.com/repos/Pixelz/test/pulls/comments{/number}","comments_url":"https://api.github.com/repos/Pixelz/test/issues/2/comments","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/26f06f503c124b6c4150d1c032a3f6c5776e3c6e","head":{"label":"Pixelz:Pixelz-patch-1","ref":"Pixelz-patch-1","sha":"26f06f503c124b6c4150d1c032a3f6c5776e3c6e","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"repo":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing things","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2015-05-10T20:57:51Z","pushed_at":"2016-01-30T22:02:15Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":null,"size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"}},"base":{"label":"Pixelz:master","ref":"master","sha":"f91a0972ac86594ed9f8e408590dc2da2f0dd06d","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"repo":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing things","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2015-05-10T20:57:51Z","pushed_at":"2016-01-30T22:02:15Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":null,"size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2"},"html":{"href":"https://github.com/Pixelz/test/pull/2"},"issue":{"href":"https://api.github.com/repos/Pixelz/test/issues/2"},"comments":{"href":"https://api.github.com/repos/Pixelz/test/issues/2/comments"},"review_comments":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2/comments"},"review_comment":{"href":"https://api.github.com/repos/Pixelz/test/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2/commits"},"statuses":{"href":"https://api.github.com/repos/Pixelz/test/statuses/26f06f503c124b6c4150d1c032a3f6c5776e3c6e"}},"merged":false,"mergeable":true,"mergeable_state":"clean","merged_by":null,"comments":0,"review_comments":0,"commits":1,"additions":3,"deletions":0,"changed_files":1},"label":{"url":"https://api.github.com/repos/Pixelz/test/labels/bug","name":"bug","color":"fc2929"},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing things","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2015-05-10T20:57:51Z","pushed_at":"2016-01-30T22:02:15Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":null,"size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
# pull request assigned
testJson pull_request {{"action":"assigned","number":2,"pull_request":{"url":"https://api.github.com/repos/Pixelz/test/pulls/2","id":57752125,"html_url":"https://github.com/Pixelz/test/pull/2","diff_url":"https://github.com/Pixelz/test/pull/2.diff","patch_url":"https://github.com/Pixelz/test/pull/2.patch","issue_url":"https://api.github.com/repos/Pixelz/test/issues/2","number":2,"state":"open","locked":false,"title":"test","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"body":"test","created_at":"2016-01-30T22:02:15Z","updated_at":"2016-01-30T22:02:51Z","closed_at":null,"merged_at":null,"merge_commit_sha":"d1b02cbc7713a799383982e4f30b84a41f79178a","assignee":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"milestone":null,"commits_url":"https://api.github.com/repos/Pixelz/test/pulls/2/commits","review_comments_url":"https://api.github.com/repos/Pixelz/test/pulls/2/comments","review_comment_url":"https://api.github.com/repos/Pixelz/test/pulls/comments{/number}","comments_url":"https://api.github.com/repos/Pixelz/test/issues/2/comments","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/26f06f503c124b6c4150d1c032a3f6c5776e3c6e","head":{"label":"Pixelz:Pixelz-patch-1","ref":"Pixelz-patch-1","sha":"26f06f503c124b6c4150d1c032a3f6c5776e3c6e","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"repo":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing things","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2015-05-10T20:57:51Z","pushed_at":"2016-01-30T22:02:15Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":null,"size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"}},"base":{"label":"Pixelz:master","ref":"master","sha":"f91a0972ac86594ed9f8e408590dc2da2f0dd06d","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"repo":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing things","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2015-05-10T20:57:51Z","pushed_at":"2016-01-30T22:02:15Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":null,"size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2"},"html":{"href":"https://github.com/Pixelz/test/pull/2"},"issue":{"href":"https://api.github.com/repos/Pixelz/test/issues/2"},"comments":{"href":"https://api.github.com/repos/Pixelz/test/issues/2/comments"},"review_comments":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2/comments"},"review_comment":{"href":"https://api.github.com/repos/Pixelz/test/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2/commits"},"statuses":{"href":"https://api.github.com/repos/Pixelz/test/statuses/26f06f503c124b6c4150d1c032a3f6c5776e3c6e"}},"merged":false,"mergeable":true,"mergeable_state":"clean","merged_by":null,"comments":0,"review_comments":0,"commits":1,"additions":3,"deletions":0,"changed_files":1},"assignee":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing things","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2015-05-10T20:57:51Z","pushed_at":"2016-01-30T22:02:15Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":null,"size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
# pull request unassigned
testJson pull_request {{"action":"unassigned","number":2,"pull_request":{"url":"https://api.github.com/repos/Pixelz/test/pulls/2","id":57752125,"html_url":"https://github.com/Pixelz/test/pull/2","diff_url":"https://github.com/Pixelz/test/pull/2.diff","patch_url":"https://github.com/Pixelz/test/pull/2.patch","issue_url":"https://api.github.com/repos/Pixelz/test/issues/2","number":2,"state":"open","locked":false,"title":"test","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"body":"test","created_at":"2016-01-30T22:02:15Z","updated_at":"2016-01-30T22:02:57Z","closed_at":null,"merged_at":null,"merge_commit_sha":"d1b02cbc7713a799383982e4f30b84a41f79178a","assignee":null,"milestone":null,"commits_url":"https://api.github.com/repos/Pixelz/test/pulls/2/commits","review_comments_url":"https://api.github.com/repos/Pixelz/test/pulls/2/comments","review_comment_url":"https://api.github.com/repos/Pixelz/test/pulls/comments{/number}","comments_url":"https://api.github.com/repos/Pixelz/test/issues/2/comments","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/26f06f503c124b6c4150d1c032a3f6c5776e3c6e","head":{"label":"Pixelz:Pixelz-patch-1","ref":"Pixelz-patch-1","sha":"26f06f503c124b6c4150d1c032a3f6c5776e3c6e","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"repo":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing things","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2015-05-10T20:57:51Z","pushed_at":"2016-01-30T22:02:15Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":null,"size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"}},"base":{"label":"Pixelz:master","ref":"master","sha":"f91a0972ac86594ed9f8e408590dc2da2f0dd06d","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"repo":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing things","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2015-05-10T20:57:51Z","pushed_at":"2016-01-30T22:02:15Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":null,"size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2"},"html":{"href":"https://github.com/Pixelz/test/pull/2"},"issue":{"href":"https://api.github.com/repos/Pixelz/test/issues/2"},"comments":{"href":"https://api.github.com/repos/Pixelz/test/issues/2/comments"},"review_comments":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2/comments"},"review_comment":{"href":"https://api.github.com/repos/Pixelz/test/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2/commits"},"statuses":{"href":"https://api.github.com/repos/Pixelz/test/statuses/26f06f503c124b6c4150d1c032a3f6c5776e3c6e"}},"merged":false,"mergeable":true,"mergeable_state":"clean","merged_by":null,"comments":0,"review_comments":0,"commits":1,"additions":3,"deletions":0,"changed_files":1},"assignee":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing things","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2015-05-10T20:57:51Z","pushed_at":"2016-01-30T22:02:15Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":null,"size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
testJson pull_request_review_comment {{"action":"created","comment":{"url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls/comments/29724692","id":29724692,"diff_hunk":"@@ -1 +1 @@\n-# public-repo","path":"README.md","position":1,"original_position":1,"commit_id":"0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c","original_commit_id":"0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c","user":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"body":"Maybe you should use more emojji on this line.","created_at":"2015-05-05T23:40:27Z","updated_at":"2015-05-05T23:40:27Z","html_url":"https://github.com/baxterthehacker/public-repo/pull/1#discussion_r29724692","pull_request_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls/1","_links":{"self":{"href":"https://api.github.com/repos/baxterthehacker/public-repo/pulls/comments/29724692"},"html":{"href":"https://github.com/baxterthehacker/public-repo/pull/1#discussion_r29724692"},"pull_request":{"href":"https://api.github.com/repos/baxterthehacker/public-repo/pulls/1"}}},"pull_request":{"url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls/1","id":34778301,"html_url":"https://github.com/baxterthehacker/public-repo/pull/1","diff_url":"https://github.com/baxterthehacker/public-repo/pull/1.diff","patch_url":"https://github.com/baxterthehacker/public-repo/pull/1.patch","issue_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/1","number":1,"state":"open","locked":false,"title":"Update the README with new information","user":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"body":"This is a pretty simple change that we need to pull into master.","created_at":"2015-05-05T23:40:27Z","updated_at":"2015-05-05T23:40:27Z","closed_at":null,"merged_at":null,"merge_commit_sha":"18721552ba489fb84e12958c1b5694b5475f7991","assignee":null,"milestone":null,"commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls/1/commits","review_comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls/1/comments","review_comment_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls/comments{/number}","comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/1/comments","statuses_url":"https://api.github.com/repos/baxterthehacker/public-repo/statuses/0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c","head":{"label":"baxterthehacker:changes","ref":"changes","sha":"0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c","user":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"repo":{"id":35129377,"name":"public-repo","full_name":"baxterthehacker/public-repo","owner":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/baxterthehacker/public-repo","description":"","fork":false,"url":"https://api.github.com/repos/baxterthehacker/public-repo","forks_url":"https://api.github.com/repos/baxterthehacker/public-repo/forks","keys_url":"https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}","collaborators_url":"https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/baxterthehacker/public-repo/teams","hooks_url":"https://api.github.com/repos/baxterthehacker/public-repo/hooks","issue_events_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}","events_url":"https://api.github.com/repos/baxterthehacker/public-repo/events","assignees_url":"https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}","branches_url":"https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}","tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/tags","blobs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}","trees_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}","statuses_url":"https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}","languages_url":"https://api.github.com/repos/baxterthehacker/public-repo/languages","stargazers_url":"https://api.github.com/repos/baxterthehacker/public-repo/stargazers","contributors_url":"https://api.github.com/repos/baxterthehacker/public-repo/contributors","subscribers_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscribers","subscription_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscription","commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}","git_commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}","comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}","issue_comment_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}","contents_url":"https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}","compare_url":"https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}","merges_url":"https://api.github.com/repos/baxterthehacker/public-repo/merges","archive_url":"https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/baxterthehacker/public-repo/downloads","issues_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}","pulls_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}","milestones_url":"https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}","notifications_url":"https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}","releases_url":"https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}","created_at":"2015-05-05T23:40:12Z","updated_at":"2015-05-05T23:40:12Z","pushed_at":"2015-05-05T23:40:27Z","git_url":"git://github.com/baxterthehacker/public-repo.git","ssh_url":"git@github.com:baxterthehacker/public-repo.git","clone_url":"https://github.com/baxterthehacker/public-repo.git","svn_url":"https://github.com/baxterthehacker/public-repo","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"open_issues_count":1,"forks":0,"open_issues":1,"watchers":0,"default_branch":"master"}},"base":{"label":"baxterthehacker:master","ref":"master","sha":"9049f1265b7d61be4a8904a9a27120d2064dab3b","user":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"repo":{"id":35129377,"name":"public-repo","full_name":"baxterthehacker/public-repo","owner":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/baxterthehacker/public-repo","description":"","fork":false,"url":"https://api.github.com/repos/baxterthehacker/public-repo","forks_url":"https://api.github.com/repos/baxterthehacker/public-repo/forks","keys_url":"https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}","collaborators_url":"https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/baxterthehacker/public-repo/teams","hooks_url":"https://api.github.com/repos/baxterthehacker/public-repo/hooks","issue_events_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}","events_url":"https://api.github.com/repos/baxterthehacker/public-repo/events","assignees_url":"https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}","branches_url":"https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}","tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/tags","blobs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}","trees_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}","statuses_url":"https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}","languages_url":"https://api.github.com/repos/baxterthehacker/public-repo/languages","stargazers_url":"https://api.github.com/repos/baxterthehacker/public-repo/stargazers","contributors_url":"https://api.github.com/repos/baxterthehacker/public-repo/contributors","subscribers_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscribers","subscription_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscription","commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}","git_commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}","comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}","issue_comment_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}","contents_url":"https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}","compare_url":"https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}","merges_url":"https://api.github.com/repos/baxterthehacker/public-repo/merges","archive_url":"https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/baxterthehacker/public-repo/downloads","issues_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}","pulls_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}","milestones_url":"https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}","notifications_url":"https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}","releases_url":"https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}","created_at":"2015-05-05T23:40:12Z","updated_at":"2015-05-05T23:40:12Z","pushed_at":"2015-05-05T23:40:27Z","git_url":"git://github.com/baxterthehacker/public-repo.git","ssh_url":"git@github.com:baxterthehacker/public-repo.git","clone_url":"https://github.com/baxterthehacker/public-repo.git","svn_url":"https://github.com/baxterthehacker/public-repo","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"open_issues_count":1,"forks":0,"open_issues":1,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/baxterthehacker/public-repo/pulls/1"},"html":{"href":"https://github.com/baxterthehacker/public-repo/pull/1"},"issue":{"href":"https://api.github.com/repos/baxterthehacker/public-repo/issues/1"},"comments":{"href":"https://api.github.com/repos/baxterthehacker/public-repo/issues/1/comments"},"review_comments":{"href":"https://api.github.com/repos/baxterthehacker/public-repo/pulls/1/comments"},"review_comment":{"href":"https://api.github.com/repos/baxterthehacker/public-repo/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/baxterthehacker/public-repo/pulls/1/commits"},"statuses":{"href":"https://api.github.com/repos/baxterthehacker/public-repo/statuses/0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c"}}},"repository":{"id":35129377,"name":"public-repo","full_name":"baxterthehacker/public-repo","owner":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/baxterthehacker/public-repo","description":"","fork":false,"url":"https://api.github.com/repos/baxterthehacker/public-repo","forks_url":"https://api.github.com/repos/baxterthehacker/public-repo/forks","keys_url":"https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}","collaborators_url":"https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/baxterthehacker/public-repo/teams","hooks_url":"https://api.github.com/repos/baxterthehacker/public-repo/hooks","issue_events_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}","events_url":"https://api.github.com/repos/baxterthehacker/public-repo/events","assignees_url":"https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}","branches_url":"https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}","tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/tags","blobs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}","trees_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}","statuses_url":"https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}","languages_url":"https://api.github.com/repos/baxterthehacker/public-repo/languages","stargazers_url":"https://api.github.com/repos/baxterthehacker/public-repo/stargazers","contributors_url":"https://api.github.com/repos/baxterthehacker/public-repo/contributors","subscribers_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscribers","subscription_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscription","commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}","git_commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}","comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}","issue_comment_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}","contents_url":"https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}","compare_url":"https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}","merges_url":"https://api.github.com/repos/baxterthehacker/public-repo/merges","archive_url":"https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/baxterthehacker/public-repo/downloads","issues_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}","pulls_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}","milestones_url":"https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}","notifications_url":"https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}","releases_url":"https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}","created_at":"2015-05-05T23:40:12Z","updated_at":"2015-05-05T23:40:12Z","pushed_at":"2015-05-05T23:40:27Z","git_url":"git://github.com/baxterthehacker/public-repo.git","ssh_url":"git@github.com:baxterthehacker/public-repo.git","clone_url":"https://github.com/baxterthehacker/public-repo.git","svn_url":"https://github.com/baxterthehacker/public-repo","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"open_issues_count":1,"forks":0,"open_issues":1,"watchers":0,"default_branch":"master"},"sender":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false}}}
testJson gollum {{"pages":[{"page_name":"Home","title":"Home","summary":null,"action":"created","sha":"91ea1bd42aa2ba166b86e8aefe049e9837214e67","html_url":"https://github.com/baxterthehacker/public-repo/wiki/Home"}],"repository":{"id":35129377,"name":"public-repo","full_name":"baxterthehacker/public-repo","owner":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/baxterthehacker/public-repo","description":"","fork":false,"url":"https://api.github.com/repos/baxterthehacker/public-repo","forks_url":"https://api.github.com/repos/baxterthehacker/public-repo/forks","keys_url":"https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}","collaborators_url":"https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/baxterthehacker/public-repo/teams","hooks_url":"https://api.github.com/repos/baxterthehacker/public-repo/hooks","issue_events_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}","events_url":"https://api.github.com/repos/baxterthehacker/public-repo/events","assignees_url":"https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}","branches_url":"https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}","tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/tags","blobs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}","trees_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}","statuses_url":"https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}","languages_url":"https://api.github.com/repos/baxterthehacker/public-repo/languages","stargazers_url":"https://api.github.com/repos/baxterthehacker/public-repo/stargazers","contributors_url":"https://api.github.com/repos/baxterthehacker/public-repo/contributors","subscribers_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscribers","subscription_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscription","commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}","git_commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}","comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}","issue_comment_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}","contents_url":"https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}","compare_url":"https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}","merges_url":"https://api.github.com/repos/baxterthehacker/public-repo/merges","archive_url":"https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/baxterthehacker/public-repo/downloads","issues_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}","pulls_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}","milestones_url":"https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}","notifications_url":"https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}","releases_url":"https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}","created_at":"2015-05-05T23:40:12Z","updated_at":"2015-05-05T23:40:12Z","pushed_at":"2015-05-05T23:40:17Z","git_url":"git://github.com/baxterthehacker/public-repo.git","ssh_url":"git@github.com:baxterthehacker/public-repo.git","clone_url":"https://github.com/baxterthehacker/public-repo.git","svn_url":"https://github.com/baxterthehacker/public-repo","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},"sender":{"login":"jasonrudolph","id":2988,"avatar_url":"https://avatars.githubusercontent.com/u/2988?v=3","gravatar_id":"","url":"https://api.github.com/users/jasonrudolph","html_url":"https://github.com/jasonrudolph","followers_url":"https://api.github.com/users/jasonrudolph/followers","following_url":"https://api.github.com/users/jasonrudolph/following{/other_user}","gists_url":"https://api.github.com/users/jasonrudolph/gists{/gist_id}","starred_url":"https://api.github.com/users/jasonrudolph/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jasonrudolph/subscriptions","organizations_url":"https://api.github.com/users/jasonrudolph/orgs","repos_url":"https://api.github.com/users/jasonrudolph/repos","events_url":"https://api.github.com/users/jasonrudolph/events{/privacy}","received_events_url":"https://api.github.com/users/jasonrudolph/received_events","type":"User","site_admin":true}}}
# created tag or branch
testJson "create" {{"ref":"0.0.1","ref_type":"tag","master_branch":"master","description":"","pusher_type":"user","repository":{"id":35129377,"name":"public-repo","full_name":"baxterthehacker/public-repo","owner":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/baxterthehacker/public-repo","description":"","fork":false,"url":"https://api.github.com/repos/baxterthehacker/public-repo","forks_url":"https://api.github.com/repos/baxterthehacker/public-repo/forks","keys_url":"https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}","collaborators_url":"https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/baxterthehacker/public-repo/teams","hooks_url":"https://api.github.com/repos/baxterthehacker/public-repo/hooks","issue_events_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}","events_url":"https://api.github.com/repos/baxterthehacker/public-repo/events","assignees_url":"https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}","branches_url":"https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}","tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/tags","blobs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}","trees_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}","statuses_url":"https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}","languages_url":"https://api.github.com/repos/baxterthehacker/public-repo/languages","stargazers_url":"https://api.github.com/repos/baxterthehacker/public-repo/stargazers","contributors_url":"https://api.github.com/repos/baxterthehacker/public-repo/contributors","subscribers_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscribers","subscription_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscription","commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}","git_commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}","comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}","issue_comment_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}","contents_url":"https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}","compare_url":"https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}","merges_url":"https://api.github.com/repos/baxterthehacker/public-repo/merges","archive_url":"https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/baxterthehacker/public-repo/downloads","issues_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}","pulls_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}","milestones_url":"https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}","notifications_url":"https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}","releases_url":"https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}","created_at":"2015-05-05T23:40:12Z","updated_at":"2015-05-05T23:40:30Z","pushed_at":"2015-05-05T23:40:38Z","git_url":"git://github.com/baxterthehacker/public-repo.git","ssh_url":"git@github.com:baxterthehacker/public-repo.git","clone_url":"https://github.com/baxterthehacker/public-repo.git","svn_url":"https://github.com/baxterthehacker/public-repo","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false}}}
# deleted tag or branch
testJson "delete" {{"ref":"simple-tag","ref_type":"tag","pusher_type":"user","repository":{"id":35129377,"name":"public-repo","full_name":"baxterthehacker/public-repo","owner":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/baxterthehacker/public-repo","description":"","fork":false,"url":"https://api.github.com/repos/baxterthehacker/public-repo","forks_url":"https://api.github.com/repos/baxterthehacker/public-repo/forks","keys_url":"https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}","collaborators_url":"https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/baxterthehacker/public-repo/teams","hooks_url":"https://api.github.com/repos/baxterthehacker/public-repo/hooks","issue_events_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}","events_url":"https://api.github.com/repos/baxterthehacker/public-repo/events","assignees_url":"https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}","branches_url":"https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}","tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/tags","blobs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}","trees_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}","statuses_url":"https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}","languages_url":"https://api.github.com/repos/baxterthehacker/public-repo/languages","stargazers_url":"https://api.github.com/repos/baxterthehacker/public-repo/stargazers","contributors_url":"https://api.github.com/repos/baxterthehacker/public-repo/contributors","subscribers_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscribers","subscription_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscription","commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}","git_commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}","comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}","issue_comment_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}","contents_url":"https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}","compare_url":"https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}","merges_url":"https://api.github.com/repos/baxterthehacker/public-repo/merges","archive_url":"https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/baxterthehacker/public-repo/downloads","issues_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}","pulls_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}","milestones_url":"https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}","notifications_url":"https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}","releases_url":"https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}","created_at":"2015-05-05T23:40:12Z","updated_at":"2015-05-05T23:40:30Z","pushed_at":"2015-05-05T23:40:40Z","git_url":"git://github.com/baxterthehacker/public-repo.git","ssh_url":"git@github.com:baxterthehacker/public-repo.git","clone_url":"https://github.com/baxterthehacker/public-repo.git","svn_url":"https://github.com/baxterthehacker/public-repo","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false}}}
testJson "fork" {{"forkee":{"id":35129393,"name":"public-repo","full_name":"baxterandthehackers/public-repo","owner":{"login":"baxterandthehackers","id":7649605,"avatar_url":"https://avatars.githubusercontent.com/u/7649605?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterandthehackers","html_url":"https://github.com/baxterandthehackers","followers_url":"https://api.github.com/users/baxterandthehackers/followers","following_url":"https://api.github.com/users/baxterandthehackers/following{/other_user}","gists_url":"https://api.github.com/users/baxterandthehackers/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterandthehackers/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterandthehackers/subscriptions","organizations_url":"https://api.github.com/users/baxterandthehackers/orgs","repos_url":"https://api.github.com/users/baxterandthehackers/repos","events_url":"https://api.github.com/users/baxterandthehackers/events{/privacy}","received_events_url":"https://api.github.com/users/baxterandthehackers/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/baxterandthehackers/public-repo","description":"","fork":true,"url":"https://api.github.com/repos/baxterandthehackers/public-repo","forks_url":"https://api.github.com/repos/baxterandthehackers/public-repo/forks","keys_url":"https://api.github.com/repos/baxterandthehackers/public-repo/keys{/key_id}","collaborators_url":"https://api.github.com/repos/baxterandthehackers/public-repo/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/baxterandthehackers/public-repo/teams","hooks_url":"https://api.github.com/repos/baxterandthehackers/public-repo/hooks","issue_events_url":"https://api.github.com/repos/baxterandthehackers/public-repo/issues/events{/number}","events_url":"https://api.github.com/repos/baxterandthehackers/public-repo/events","assignees_url":"https://api.github.com/repos/baxterandthehackers/public-repo/assignees{/user}","branches_url":"https://api.github.com/repos/baxterandthehackers/public-repo/branches{/branch}","tags_url":"https://api.github.com/repos/baxterandthehackers/public-repo/tags","blobs_url":"https://api.github.com/repos/baxterandthehackers/public-repo/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/baxterandthehackers/public-repo/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/baxterandthehackers/public-repo/git/refs{/sha}","trees_url":"https://api.github.com/repos/baxterandthehackers/public-repo/git/trees{/sha}","statuses_url":"https://api.github.com/repos/baxterandthehackers/public-repo/statuses/{sha}","languages_url":"https://api.github.com/repos/baxterandthehackers/public-repo/languages","stargazers_url":"https://api.github.com/repos/baxterandthehackers/public-repo/stargazers","contributors_url":"https://api.github.com/repos/baxterandthehackers/public-repo/contributors","subscribers_url":"https://api.github.com/repos/baxterandthehackers/public-repo/subscribers","subscription_url":"https://api.github.com/repos/baxterandthehackers/public-repo/subscription","commits_url":"https://api.github.com/repos/baxterandthehackers/public-repo/commits{/sha}","git_commits_url":"https://api.github.com/repos/baxterandthehackers/public-repo/git/commits{/sha}","comments_url":"https://api.github.com/repos/baxterandthehackers/public-repo/comments{/number}","issue_comment_url":"https://api.github.com/repos/baxterandthehackers/public-repo/issues/comments{/number}","contents_url":"https://api.github.com/repos/baxterandthehackers/public-repo/contents/{+path}","compare_url":"https://api.github.com/repos/baxterandthehackers/public-repo/compare/{base}...{head}","merges_url":"https://api.github.com/repos/baxterandthehackers/public-repo/merges","archive_url":"https://api.github.com/repos/baxterandthehackers/public-repo/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/baxterandthehackers/public-repo/downloads","issues_url":"https://api.github.com/repos/baxterandthehackers/public-repo/issues{/number}","pulls_url":"https://api.github.com/repos/baxterandthehackers/public-repo/pulls{/number}","milestones_url":"https://api.github.com/repos/baxterandthehackers/public-repo/milestones{/number}","notifications_url":"https://api.github.com/repos/baxterandthehackers/public-repo/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/baxterandthehackers/public-repo/labels{/name}","releases_url":"https://api.github.com/repos/baxterandthehackers/public-repo/releases{/id}","created_at":"2015-05-05T23:40:30Z","updated_at":"2015-05-05T23:40:30Z","pushed_at":"2015-05-05T23:40:27Z","git_url":"git://github.com/baxterandthehackers/public-repo.git","ssh_url":"git@github.com:baxterandthehackers/public-repo.git","clone_url":"https://github.com/baxterandthehackers/public-repo.git","svn_url":"https://github.com/baxterandthehackers/public-repo","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":false,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","public":true},"repository":{"id":35129377,"name":"public-repo","full_name":"baxterthehacker/public-repo","owner":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/baxterthehacker/public-repo","description":"","fork":false,"url":"https://api.github.com/repos/baxterthehacker/public-repo","forks_url":"https://api.github.com/repos/baxterthehacker/public-repo/forks","keys_url":"https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}","collaborators_url":"https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/baxterthehacker/public-repo/teams","hooks_url":"https://api.github.com/repos/baxterthehacker/public-repo/hooks","issue_events_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}","events_url":"https://api.github.com/repos/baxterthehacker/public-repo/events","assignees_url":"https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}","branches_url":"https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}","tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/tags","blobs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}","trees_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}","statuses_url":"https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}","languages_url":"https://api.github.com/repos/baxterthehacker/public-repo/languages","stargazers_url":"https://api.github.com/repos/baxterthehacker/public-repo/stargazers","contributors_url":"https://api.github.com/repos/baxterthehacker/public-repo/contributors","subscribers_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscribers","subscription_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscription","commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}","git_commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}","comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}","issue_comment_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}","contents_url":"https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}","compare_url":"https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}","merges_url":"https://api.github.com/repos/baxterthehacker/public-repo/merges","archive_url":"https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/baxterthehacker/public-repo/downloads","issues_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}","pulls_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}","milestones_url":"https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}","notifications_url":"https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}","releases_url":"https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}","created_at":"2015-05-05T23:40:12Z","updated_at":"2015-05-05T23:40:30Z","pushed_at":"2015-05-05T23:40:27Z","git_url":"git://github.com/baxterthehacker/public-repo.git","ssh_url":"git@github.com:baxterthehacker/public-repo.git","clone_url":"https://github.com/baxterthehacker/public-repo.git","svn_url":"https://github.com/baxterthehacker/public-repo","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":1,"mirror_url":null,"open_issues_count":2,"forks":1,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"baxterandthehackers","id":7649605,"avatar_url":"https://avatars.githubusercontent.com/u/7649605?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterandthehackers","html_url":"https://github.com/baxterandthehackers","followers_url":"https://api.github.com/users/baxterandthehackers/followers","following_url":"https://api.github.com/users/baxterandthehackers/following{/other_user}","gists_url":"https://api.github.com/users/baxterandthehackers/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterandthehackers/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterandthehackers/subscriptions","organizations_url":"https://api.github.com/users/baxterandthehackers/orgs","repos_url":"https://api.github.com/users/baxterandthehackers/repos","events_url":"https://api.github.com/users/baxterandthehackers/events{/privacy}","received_events_url":"https://api.github.com/users/baxterandthehackers/received_events","type":"Organization","site_admin":false}}}
# issue opened
testJson "issues" {{"action":"opened","issue":{"url":"https://api.github.com/repos/Pixelz/test/issues/1","labels_url":"https://api.github.com/repos/Pixelz/test/issues/1/labels{/name}","comments_url":"https://api.github.com/repos/Pixelz/test/issues/1/comments","events_url":"https://api.github.com/repos/Pixelz/test/issues/1/events","html_url":"https://github.com/Pixelz/test/issues/1","id":124337989,"number":1,"title":"test","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"milestone":null,"comments":0,"created_at":"2015-12-30T11:46:03Z","updated_at":"2015-12-30T11:46:03Z","closed_at":null,"body":"test issue"},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing things","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","created_at":"2015-05-10T20:57:51Z","updated_at":"2015-05-10T20:57:51Z","pushed_at":"2015-10-14T20:03:17Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":null,"size":140,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":1,"forks":0,"open_issues":1,"watchers":0,"default_branch":"master"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
# issue closed
testJson "issues" {{"action":"closed","issue":{"url":"https://api.github.com/repos/Pixelz/test/issues/1","labels_url":"https://api.github.com/repos/Pixelz/test/issues/1/labels{/name}","comments_url":"https://api.github.com/repos/Pixelz/test/issues/1/comments","events_url":"https://api.github.com/repos/Pixelz/test/issues/1/events","html_url":"https://github.com/Pixelz/test/issues/1","id":124337989,"number":1,"title":"test","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"milestone":null,"comments":0,"created_at":"2015-12-30T11:46:03Z","updated_at":"2015-12-30T11:52:45Z","closed_at":"2015-12-30T11:52:45Z","body":"test issue"},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing things","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","created_at":"2015-05-10T20:57:51Z","updated_at":"2015-05-10T20:57:51Z","pushed_at":"2015-10-14T20:03:17Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":null,"size":140,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
# issue reopened
testJson "issues" {{"action":"reopened","issue":{"url":"https://api.github.com/repos/Pixelz/test/issues/1","labels_url":"https://api.github.com/repos/Pixelz/test/issues/1/labels{/name}","comments_url":"https://api.github.com/repos/Pixelz/test/issues/1/comments","events_url":"https://api.github.com/repos/Pixelz/test/issues/1/events","html_url":"https://github.com/Pixelz/test/issues/1","id":124337989,"number":1,"title":"test","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"milestone":null,"comments":0,"created_at":"2015-12-30T11:46:03Z","updated_at":"2015-12-30T11:52:53Z","closed_at":null,"body":"test issue"},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing things","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","created_at":"2015-05-10T20:57:51Z","updated_at":"2015-05-10T20:57:51Z","pushed_at":"2015-10-14T20:03:17Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":null,"size":140,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":1,"forks":0,"open_issues":1,"watchers":0,"default_branch":"master"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
# issue assigned
testJson "issues" {{"action":"assigned","issue":{"url":"https://api.github.com/repos/Pixelz/test/issues/1","labels_url":"https://api.github.com/repos/Pixelz/test/issues/1/labels{/name}","comments_url":"https://api.github.com/repos/Pixelz/test/issues/1/comments","events_url":"https://api.github.com/repos/Pixelz/test/issues/1/events","html_url":"https://github.com/Pixelz/test/issues/1","id":124337989,"number":1,"title":"test","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"milestone":null,"comments":0,"created_at":"2015-12-30T11:46:03Z","updated_at":"2015-12-30T11:46:42Z","closed_at":null,"body":"test issue"},"assignee":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing things","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","created_at":"2015-05-10T20:57:51Z","updated_at":"2015-05-10T20:57:51Z","pushed_at":"2015-10-14T20:03:17Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":null,"size":140,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":1,"forks":0,"open_issues":1,"watchers":0,"default_branch":"master"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
# issue unassigned
testJson "issues" {{"action":"unassigned","issue":{"url":"https://api.github.com/repos/Pixelz/test/issues/1","labels_url":"https://api.github.com/repos/Pixelz/test/issues/1/labels{/name}","comments_url":"https://api.github.com/repos/Pixelz/test/issues/1/comments","events_url":"https://api.github.com/repos/Pixelz/test/issues/1/events","html_url":"https://github.com/Pixelz/test/issues/1","id":124337989,"number":1,"title":"test","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"milestone":null,"comments":0,"created_at":"2015-12-30T11:46:03Z","updated_at":"2015-12-30T11:46:54Z","closed_at":null,"body":"test issue"},"assignee":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing things","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","created_at":"2015-05-10T20:57:51Z","updated_at":"2015-05-10T20:57:51Z","pushed_at":"2015-10-14T20:03:17Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":null,"size":140,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":1,"forks":0,"open_issues":1,"watchers":0,"default_branch":"master"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
# issue labeled
testJson "issues" {{"action":"labeled","issue":{"url":"https://api.github.com/repos/Pixelz/test/issues/1","labels_url":"https://api.github.com/repos/Pixelz/test/issues/1/labels{/name}","comments_url":"https://api.github.com/repos/Pixelz/test/issues/1/comments","events_url":"https://api.github.com/repos/Pixelz/test/issues/1/events","html_url":"https://github.com/Pixelz/test/issues/1","id":124337989,"number":1,"title":"test","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"labels":[{"url":"https://api.github.com/repos/Pixelz/test/labels/bug","name":"bug","color":"fc2929"}],"state":"open","locked":false,"assignee":null,"milestone":null,"comments":0,"created_at":"2015-12-30T11:46:03Z","updated_at":"2015-12-30T11:47:08Z","closed_at":null,"body":"test issue"},"label":{"url":"https://api.github.com/repos/Pixelz/test/labels/bug","name":"bug","color":"fc2929"},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing things","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","created_at":"2015-05-10T20:57:51Z","updated_at":"2015-05-10T20:57:51Z","pushed_at":"2015-10-14T20:03:17Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":null,"size":140,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":1,"forks":0,"open_issues":1,"watchers":0,"default_branch":"master"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
# issue unlabeled
testJson "issues" {{"action":"unlabeled","issue":{"url":"https://api.github.com/repos/Pixelz/test/issues/1","labels_url":"https://api.github.com/repos/Pixelz/test/issues/1/labels{/name}","comments_url":"https://api.github.com/repos/Pixelz/test/issues/1/comments","events_url":"https://api.github.com/repos/Pixelz/test/issues/1/events","html_url":"https://github.com/Pixelz/test/issues/1","id":124337989,"number":1,"title":"test","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"milestone":null,"comments":0,"created_at":"2015-12-30T11:46:03Z","updated_at":"2015-12-30T11:47:23Z","closed_at":null,"body":"test issue"},"label":{"url":"https://api.github.com/repos/Pixelz/test/labels/bug","name":"bug","color":"fc2929"},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing things","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","created_at":"2015-05-10T20:57:51Z","updated_at":"2015-05-10T20:57:51Z","pushed_at":"2015-10-14T20:03:17Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":null,"size":140,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":1,"forks":0,"open_issues":1,"watchers":0,"default_branch":"master"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
# issue milestoned
testJson "issues" {{"action":"milestoned","issue":{"url":"https://api.github.com/repos/Pixelz/test/issues/1","repository_url":"https://api.github.com/repos/Pixelz/test","labels_url":"https://api.github.com/repos/Pixelz/test/issues/1/labels{/name}","comments_url":"https://api.github.com/repos/Pixelz/test/issues/1/comments","events_url":"https://api.github.com/repos/Pixelz/test/issues/1/events","html_url":"https://github.com/Pixelz/test/issues/1","id":124337989,"number":1,"title":"test","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"labels":[{"id":209888855,"url":"https://api.github.com/repos/Pixelz/test/labels/bug","name":"bug","color":"fc2929","default":true},{"id":209888858,"url":"https://api.github.com/repos/Pixelz/test/labels/help%20wanted","name":"help wanted","color":"159818","default":true},{"id":209888859,"url":"https://api.github.com/repos/Pixelz/test/labels/invalid","name":"invalid","color":"e6e6e6","default":true}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/Pixelz/test/milestones/1","html_url":"https://github.com/Pixelz/test/milestones/1.0","labels_url":"https://api.github.com/repos/Pixelz/test/milestones/1/labels","id":2101547,"number":1,"title":"1.0","description":"test milestone","creator":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"open_issues":1,"closed_issues":0,"state":"open","created_at":"2016-10-29T19:54:48Z","updated_at":"2016-10-29T19:56:17Z","due_on":null,"closed_at":null},"comments":3,"created_at":"2015-12-30T11:46:03Z","updated_at":"2016-10-29T19:56:17Z","closed_at":null,"body":"test issue"},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing github webhooks api","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2016-10-29T19:54:23Z","pushed_at":"2016-09-24T20:18:32Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":"","size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
# issue demilestoned
testJson "issues" {{"action":"demilestoned","issue":{"url":"https://api.github.com/repos/Pixelz/test/issues/1","repository_url":"https://api.github.com/repos/Pixelz/test","labels_url":"https://api.github.com/repos/Pixelz/test/issues/1/labels{/name}","comments_url":"https://api.github.com/repos/Pixelz/test/issues/1/comments","events_url":"https://api.github.com/repos/Pixelz/test/issues/1/events","html_url":"https://github.com/Pixelz/test/issues/1","id":124337989,"number":1,"title":"test","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"labels":[{"id":209888855,"url":"https://api.github.com/repos/Pixelz/test/labels/bug","name":"bug","color":"fc2929","default":true},{"id":209888858,"url":"https://api.github.com/repos/Pixelz/test/labels/help%20wanted","name":"help wanted","color":"159818","default":true},{"id":209888859,"url":"https://api.github.com/repos/Pixelz/test/labels/invalid","name":"invalid","color":"e6e6e6","default":true}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":3,"created_at":"2015-12-30T11:46:03Z","updated_at":"2016-10-29T19:56:37Z","closed_at":null,"body":"test issue"},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing github webhooks api","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2016-10-29T19:54:23Z","pushed_at":"2016-09-24T20:18:32Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":"","size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
testJson "member" {{"action":"added","member":{"login":"octocat","id":583231,"avatar_url":"https://avatars.githubusercontent.com/u/583231?v=3","gravatar_id":"","url":"https://api.github.com/users/octocat","html_url":"https://github.com/octocat","followers_url":"https://api.github.com/users/octocat/followers","following_url":"https://api.github.com/users/octocat/following{/other_user}","gists_url":"https://api.github.com/users/octocat/gists{/gist_id}","starred_url":"https://api.github.com/users/octocat/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/octocat/subscriptions","organizations_url":"https://api.github.com/users/octocat/orgs","repos_url":"https://api.github.com/users/octocat/repos","events_url":"https://api.github.com/users/octocat/events{/privacy}","received_events_url":"https://api.github.com/users/octocat/received_events","type":"User","site_admin":false},"repository":{"id":35129377,"name":"public-repo","full_name":"baxterthehacker/public-repo","owner":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/baxterthehacker/public-repo","description":"","fork":false,"url":"https://api.github.com/repos/baxterthehacker/public-repo","forks_url":"https://api.github.com/repos/baxterthehacker/public-repo/forks","keys_url":"https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}","collaborators_url":"https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/baxterthehacker/public-repo/teams","hooks_url":"https://api.github.com/repos/baxterthehacker/public-repo/hooks","issue_events_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}","events_url":"https://api.github.com/repos/baxterthehacker/public-repo/events","assignees_url":"https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}","branches_url":"https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}","tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/tags","blobs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}","trees_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}","statuses_url":"https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}","languages_url":"https://api.github.com/repos/baxterthehacker/public-repo/languages","stargazers_url":"https://api.github.com/repos/baxterthehacker/public-repo/stargazers","contributors_url":"https://api.github.com/repos/baxterthehacker/public-repo/contributors","subscribers_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscribers","subscription_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscription","commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}","git_commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}","comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}","issue_comment_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}","contents_url":"https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}","compare_url":"https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}","merges_url":"https://api.github.com/repos/baxterthehacker/public-repo/merges","archive_url":"https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/baxterthehacker/public-repo/downloads","issues_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}","pulls_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}","milestones_url":"https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}","notifications_url":"https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}","releases_url":"https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}","created_at":"2015-05-05T23:40:12Z","updated_at":"2015-05-05T23:40:30Z","pushed_at":"2015-05-05T23:40:40Z","git_url":"git://github.com/baxterthehacker/public-repo.git","ssh_url":"git@github.com:baxterthehacker/public-repo.git","clone_url":"https://github.com/baxterthehacker/public-repo.git","svn_url":"https://github.com/baxterthehacker/public-repo","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false}}}
testJson "release" {{"action":"published","release":{"url":"https://api.github.com/repos/baxterthehacker/public-repo/releases/1261438","assets_url":"https://api.github.com/repos/baxterthehacker/public-repo/releases/1261438/assets","upload_url":"https://uploads.github.com/repos/baxterthehacker/public-repo/releases/1261438/assets{?name}","html_url":"https://github.com/baxterthehacker/public-repo/releases/tag/0.0.1","id":1261438,"tag_name":"0.0.1","target_commitish":"master","name":null,"draft":false,"author":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2015-05-05T23:40:12Z","published_at":"2015-05-05T23:40:38Z","assets":[],"tarball_url":"https://api.github.com/repos/baxterthehacker/public-repo/tarball/0.0.1","zipball_url":"https://api.github.com/repos/baxterthehacker/public-repo/zipball/0.0.1","body":null},"repository":{"id":35129377,"name":"public-repo","full_name":"baxterthehacker/public-repo","owner":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/baxterthehacker/public-repo","description":"","fork":false,"url":"https://api.github.com/repos/baxterthehacker/public-repo","forks_url":"https://api.github.com/repos/baxterthehacker/public-repo/forks","keys_url":"https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}","collaborators_url":"https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/baxterthehacker/public-repo/teams","hooks_url":"https://api.github.com/repos/baxterthehacker/public-repo/hooks","issue_events_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}","events_url":"https://api.github.com/repos/baxterthehacker/public-repo/events","assignees_url":"https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}","branches_url":"https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}","tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/tags","blobs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}","trees_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}","statuses_url":"https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}","languages_url":"https://api.github.com/repos/baxterthehacker/public-repo/languages","stargazers_url":"https://api.github.com/repos/baxterthehacker/public-repo/stargazers","contributors_url":"https://api.github.com/repos/baxterthehacker/public-repo/contributors","subscribers_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscribers","subscription_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscription","commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}","git_commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}","comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}","issue_comment_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}","contents_url":"https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}","compare_url":"https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}","merges_url":"https://api.github.com/repos/baxterthehacker/public-repo/merges","archive_url":"https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/baxterthehacker/public-repo/downloads","issues_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}","pulls_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}","milestones_url":"https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}","notifications_url":"https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}","releases_url":"https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}","created_at":"2015-05-05T23:40:12Z","updated_at":"2015-05-05T23:40:30Z","pushed_at":"2015-05-05T23:40:38Z","git_url":"git://github.com/baxterthehacker/public-repo.git","ssh_url":"git@github.com:baxterthehacker/public-repo.git","clone_url":"https://github.com/baxterthehacker/public-repo.git","svn_url":"https://github.com/baxterthehacker/public-repo","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false}}}
testJson "watch" {{"action":"started","repository":{"id":35129377,"name":"public-repo","full_name":"baxterthehacker/public-repo","owner":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/baxterthehacker/public-repo","description":"","fork":false,"url":"https://api.github.com/repos/baxterthehacker/public-repo","forks_url":"https://api.github.com/repos/baxterthehacker/public-repo/forks","keys_url":"https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}","collaborators_url":"https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/baxterthehacker/public-repo/teams","hooks_url":"https://api.github.com/repos/baxterthehacker/public-repo/hooks","issue_events_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}","events_url":"https://api.github.com/repos/baxterthehacker/public-repo/events","assignees_url":"https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}","branches_url":"https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}","tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/tags","blobs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}","trees_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}","statuses_url":"https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}","languages_url":"https://api.github.com/repos/baxterthehacker/public-repo/languages","stargazers_url":"https://api.github.com/repos/baxterthehacker/public-repo/stargazers","contributors_url":"https://api.github.com/repos/baxterthehacker/public-repo/contributors","subscribers_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscribers","subscription_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscription","commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}","git_commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}","comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}","issue_comment_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}","contents_url":"https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}","compare_url":"https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}","merges_url":"https://api.github.com/repos/baxterthehacker/public-repo/merges","archive_url":"https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/baxterthehacker/public-repo/downloads","issues_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}","pulls_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}","milestones_url":"https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}","notifications_url":"https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}","releases_url":"https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}","created_at":"2015-05-05T23:40:12Z","updated_at":"2015-05-05T23:40:30Z","pushed_at":"2015-05-05T23:40:27Z","git_url":"git://github.com/baxterthehacker/public-repo.git","ssh_url":"git@github.com:baxterthehacker/public-repo.git","clone_url":"https://github.com/baxterthehacker/public-repo.git","svn_url":"https://github.com/baxterthehacker/public-repo","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false}}}
# created tag, this should be ignored, it's sent as "create" event
testJson "push" {{"ref":"refs/tags/test2","before":"0000000000000000000000000000000000000000","after":"b29400c98f94e41bf39281dbd5b36bf20b459ca0","created":true,"deleted":false,"forced":false,"base_ref":"refs/tags/test","compare":"https://github.com/Pixelz/test/compare/test2","commits":[],"head_commit":{"id":"b29400c98f94e41bf39281dbd5b36bf20b459ca0","tree_id":"d8173b0f02c35d3c17fddc26332adf70b1558629","distinct":true,"message":"stuff & things","timestamp":"2015-05-15T17:44:03+02:00","url":"https://github.com/Pixelz/test/commit/b29400c98f94e41bf39281dbd5b36bf20b459ca0","author":{"name":"Rickard Utgren","email":"rutgren@gmail.com","username":"Pixelz"},"committer":{"name":"Rickard Utgren","email":"rutgren@gmail.com","username":"Pixelz"},"added":[],"removed":[],"modified":["derp"]},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"name":"Pixelz","email":"rutgren@gmail.com"},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing things","fork":false,"url":"https://github.com/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":1431291471,"updated_at":"2015-05-10T20:57:51Z","pushed_at":1474744113,"git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":null,"size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master","stargazers":0,"master_branch":"master"},"pusher":{"name":"Pixelz","email":"rutgren@gmail.com"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
# deleted tag, this should be ignored, it's sent as "delete" event
testJson "push" {{"ref":"refs/tags/test2","before":"b29400c98f94e41bf39281dbd5b36bf20b459ca0","after":"0000000000000000000000000000000000000000","created":false,"deleted":true,"forced":false,"base_ref":null,"compare":"https://github.com/Pixelz/test/compare/b29400c98f94...000000000000","commits":[],"head_commit":null,"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"name":"Pixelz","email":"rutgren@gmail.com"},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing things","fork":false,"url":"https://github.com/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":1431291471,"updated_at":"2015-05-10T20:57:51Z","pushed_at":1474748312,"git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":null,"size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master","stargazers":0,"master_branch":"master"},"pusher":{"name":"Pixelz","email":"rutgren@gmail.com"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
# created branch, this should be ignored, it's sent as "create" event
testJson "push" {{"ref":"refs/heads/release/1.8.0","before":"0000000000000000000000000000000000000000","after":"c5016d76014c2ce494a327016629543ed868b2c7","created":true,"deleted":false,"forced":true,"base_ref":null,"compare":"https://github.com/eggheads/eggdrop/commit/c5016d76014c","commits":[{"id":"c5016d76014c2ce494a327016629543ed868b2c7","tree_id":"ed66c433a8d2b520505372fd362ea3529867c4fe","distinct":true,"message":"Eggdrop v1.8.0 Release Candidate 1","timestamp":"2016-09-10T23:00:24-04:00","url":"https://github.com/eggheads/eggdrop/commit/c5016d76014c2ce494a327016629543ed868b2c7","author":{"name":"Geo","email":"geo@eggheads.org","username":"vanosg"},"committer":{"name":"Geo","email":"geo@eggheads.org","username":"vanosg"},"added":[],"removed":[],"modified":["ChangeLog","aclocal.m4","configure","src/patch.h"]}],"head_commit":{"id":"c5016d76014c2ce494a327016629543ed868b2c7","tree_id":"ed66c433a8d2b520505372fd362ea3529867c4fe","distinct":true,"message":"Eggdrop v1.8.0 Release Candidate 1","timestamp":"2016-09-10T23:00:24-04:00","url":"https://github.com/eggheads/eggdrop/commit/c5016d76014c2ce494a327016629543ed868b2c7","author":{"name":"Geo","email":"geo@eggheads.org","username":"vanosg"},"committer":{"name":"Geo","email":"geo@eggheads.org","username":"vanosg"},"added":[],"removed":[],"modified":["ChangeLog","aclocal.m4","configure","src/patch.h"]},"repository":{"id":44209137,"name":"eggdrop","full_name":"eggheads/eggdrop","owner":{"name":"eggheads","email":null},"private":false,"html_url":"https://github.com/eggheads/eggdrop","description":"The Eggdrop IRC Bot","fork":false,"url":"https://github.com/eggheads/eggdrop","forks_url":"https://api.github.com/repos/eggheads/eggdrop/forks","keys_url":"https://api.github.com/repos/eggheads/eggdrop/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eggheads/eggdrop/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eggheads/eggdrop/teams","hooks_url":"https://api.github.com/repos/eggheads/eggdrop/hooks","issue_events_url":"https://api.github.com/repos/eggheads/eggdrop/issues/events{/number}","events_url":"https://api.github.com/repos/eggheads/eggdrop/events","assignees_url":"https://api.github.com/repos/eggheads/eggdrop/assignees{/user}","branches_url":"https://api.github.com/repos/eggheads/eggdrop/branches{/branch}","tags_url":"https://api.github.com/repos/eggheads/eggdrop/tags","blobs_url":"https://api.github.com/repos/eggheads/eggdrop/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eggheads/eggdrop/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eggheads/eggdrop/git/refs{/sha}","trees_url":"https://api.github.com/repos/eggheads/eggdrop/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eggheads/eggdrop/statuses/{sha}","languages_url":"https://api.github.com/repos/eggheads/eggdrop/languages","stargazers_url":"https://api.github.com/repos/eggheads/eggdrop/stargazers","contributors_url":"https://api.github.com/repos/eggheads/eggdrop/contributors","subscribers_url":"https://api.github.com/repos/eggheads/eggdrop/subscribers","subscription_url":"https://api.github.com/repos/eggheads/eggdrop/subscription","commits_url":"https://api.github.com/repos/eggheads/eggdrop/commits{/sha}","git_commits_url":"https://api.github.com/repos/eggheads/eggdrop/git/commits{/sha}","comments_url":"https://api.github.com/repos/eggheads/eggdrop/comments{/number}","issue_comment_url":"https://api.github.com/repos/eggheads/eggdrop/issues/comments{/number}","contents_url":"https://api.github.com/repos/eggheads/eggdrop/contents/{+path}","compare_url":"https://api.github.com/repos/eggheads/eggdrop/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eggheads/eggdrop/merges","archive_url":"https://api.github.com/repos/eggheads/eggdrop/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eggheads/eggdrop/downloads","issues_url":"https://api.github.com/repos/eggheads/eggdrop/issues{/number}","pulls_url":"https://api.github.com/repos/eggheads/eggdrop/pulls{/number}","milestones_url":"https://api.github.com/repos/eggheads/eggdrop/milestones{/number}","notifications_url":"https://api.github.com/repos/eggheads/eggdrop/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eggheads/eggdrop/labels{/name}","releases_url":"https://api.github.com/repos/eggheads/eggdrop/releases{/id}","deployments_url":"https://api.github.com/repos/eggheads/eggdrop/deployments","created_at":1444775219,"updated_at":"2016-09-02T22:58:05Z","pushed_at":1473711424,"git_url":"git://github.com/eggheads/eggdrop.git","ssh_url":"git@github.com:eggheads/eggdrop.git","clone_url":"https://github.com/eggheads/eggdrop.git","svn_url":"https://github.com/eggheads/eggdrop","homepage":null,"size":12069,"stargazers_count":51,"watchers_count":51,"language":"C","has_issues":true,"has_downloads":true,"has_wiki":false,"has_pages":false,"forks_count":19,"mirror_url":null,"open_issues_count":70,"forks":19,"open_issues":70,"watchers":51,"default_branch":"develop","stargazers":51,"master_branch":"develop","organization":"eggheads"},"pusher":{"name":"vanosg","email":"vanosg@users.noreply.github.com"},"organization":{"login":"eggheads","id":1483260,"url":"https://api.github.com/orgs/eggheads","repos_url":"https://api.github.com/orgs/eggheads/repos","events_url":"https://api.github.com/orgs/eggheads/events","hooks_url":"https://api.github.com/orgs/eggheads/hooks","issues_url":"https://api.github.com/orgs/eggheads/issues","members_url":"https://api.github.com/orgs/eggheads/members{/member}","public_members_url":"https://api.github.com/orgs/eggheads/public_members{/member}","avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","description":null},"sender":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false}}}
# deleted branch, this should be ignored, it's sent as "delete" event
testJson "push" {{"ref":"refs/heads/feature/myiptransition","before":"dc74cec6b2078b548798a15df6ca86a1a705635a","after":"0000000000000000000000000000000000000000","created":false,"deleted":true,"forced":true,"base_ref":null,"compare":"https://github.com/eggheads/eggdrop/compare/dc74cec6b207...000000000000","commits":[],"head_commit":null,"repository":{"id":44209137,"name":"eggdrop","full_name":"eggheads/eggdrop","owner":{"name":"eggheads","email":null},"private":false,"html_url":"https://github.com/eggheads/eggdrop","description":"The Eggdrop IRC Bot","fork":false,"url":"https://github.com/eggheads/eggdrop","forks_url":"https://api.github.com/repos/eggheads/eggdrop/forks","keys_url":"https://api.github.com/repos/eggheads/eggdrop/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eggheads/eggdrop/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eggheads/eggdrop/teams","hooks_url":"https://api.github.com/repos/eggheads/eggdrop/hooks","issue_events_url":"https://api.github.com/repos/eggheads/eggdrop/issues/events{/number}","events_url":"https://api.github.com/repos/eggheads/eggdrop/events","assignees_url":"https://api.github.com/repos/eggheads/eggdrop/assignees{/user}","branches_url":"https://api.github.com/repos/eggheads/eggdrop/branches{/branch}","tags_url":"https://api.github.com/repos/eggheads/eggdrop/tags","blobs_url":"https://api.github.com/repos/eggheads/eggdrop/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eggheads/eggdrop/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eggheads/eggdrop/git/refs{/sha}","trees_url":"https://api.github.com/repos/eggheads/eggdrop/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eggheads/eggdrop/statuses/{sha}","languages_url":"https://api.github.com/repos/eggheads/eggdrop/languages","stargazers_url":"https://api.github.com/repos/eggheads/eggdrop/stargazers","contributors_url":"https://api.github.com/repos/eggheads/eggdrop/contributors","subscribers_url":"https://api.github.com/repos/eggheads/eggdrop/subscribers","subscription_url":"https://api.github.com/repos/eggheads/eggdrop/subscription","commits_url":"https://api.github.com/repos/eggheads/eggdrop/commits{/sha}","git_commits_url":"https://api.github.com/repos/eggheads/eggdrop/git/commits{/sha}","comments_url":"https://api.github.com/repos/eggheads/eggdrop/comments{/number}","issue_comment_url":"https://api.github.com/repos/eggheads/eggdrop/issues/comments{/number}","contents_url":"https://api.github.com/repos/eggheads/eggdrop/contents/{+path}","compare_url":"https://api.github.com/repos/eggheads/eggdrop/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eggheads/eggdrop/merges","archive_url":"https://api.github.com/repos/eggheads/eggdrop/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eggheads/eggdrop/downloads","issues_url":"https://api.github.com/repos/eggheads/eggdrop/issues{/number}","pulls_url":"https://api.github.com/repos/eggheads/eggdrop/pulls{/number}","milestones_url":"https://api.github.com/repos/eggheads/eggdrop/milestones{/number}","notifications_url":"https://api.github.com/repos/eggheads/eggdrop/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eggheads/eggdrop/labels{/name}","releases_url":"https://api.github.com/repos/eggheads/eggdrop/releases{/id}","deployments_url":"https://api.github.com/repos/eggheads/eggdrop/deployments","created_at":1444775219,"updated_at":"2016-04-10T07:02:38Z","pushed_at":1460995287,"git_url":"git://github.com/eggheads/eggdrop.git","ssh_url":"git@github.com:eggheads/eggdrop.git","clone_url":"https://github.com/eggheads/eggdrop.git","svn_url":"https://github.com/eggheads/eggdrop","homepage":null,"size":10913,"stargazers_count":27,"watchers_count":27,"language":"C","has_issues":true,"has_downloads":true,"has_wiki":false,"has_pages":false,"forks_count":15,"mirror_url":null,"open_issues_count":71,"forks":15,"open_issues":71,"watchers":27,"default_branch":"develop","stargazers":27,"master_branch":"develop","organization":"eggheads"},"pusher":{"name":"thommey","email":"thommey@gmail.com"},"organization":{"login":"eggheads","id":1483260,"url":"https://api.github.com/orgs/eggheads","repos_url":"https://api.github.com/orgs/eggheads/repos","events_url":"https://api.github.com/orgs/eggheads/events","hooks_url":"https://api.github.com/orgs/eggheads/hooks","issues_url":"https://api.github.com/orgs/eggheads/issues","members_url":"https://api.github.com/orgs/eggheads/members{/member}","public_members_url":"https://api.github.com/orgs/eggheads/public_members{/member}","avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","description":null},"sender":{"login":"thommey","id":614832,"avatar_url":"https://avatars.githubusercontent.com/u/614832?v=3","gravatar_id":"","url":"https://api.github.com/users/thommey","html_url":"https://github.com/thommey","followers_url":"https://api.github.com/users/thommey/followers","following_url":"https://api.github.com/users/thommey/following{/other_user}","gists_url":"https://api.github.com/users/thommey/gists{/gist_id}","starred_url":"https://api.github.com/users/thommey/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/thommey/subscriptions","organizations_url":"https://api.github.com/users/thommey/orgs","repos_url":"https://api.github.com/users/thommey/repos","events_url":"https://api.github.com/users/thommey/events{/privacy}","received_events_url":"https://api.github.com/users/thommey/received_events","type":"User","site_admin":false}}}
# these are all from Jenkins:
# status: "Build triggered. sha1 is merged.","state":"pending"
testJson "status" {{"id":768835423,"sha":"b7dffd4ba81e5a2eb3083bf392a79ea46b5d8e13","name":"eggheads/eggdrop","target_url":"","context":"default","description":"Build triggered. sha1 is merged.","state":"pending","commit":{"sha":"b7dffd4ba81e5a2eb3083bf392a79ea46b5d8e13","commit":{"author":{"name":"Geo","email":"geo@eggheads.org","date":"2016-09-24T02:52:47Z"},"committer":{"name":"Geo","email":"geo@eggheads.org","date":"2016-09-24T02:53:59Z"},"message":"Update docs to indicate j log flag logs topic changes. Fixes #191\nPatch by: Geo / Found by: senpai","tree":{"sha":"cdc60cacc19aabfcadbf4b986ffce88a32945e83","url":"https://api.github.com/repos/eggheads/eggdrop/git/trees/cdc60cacc19aabfcadbf4b986ffce88a32945e83"},"url":"https://api.github.com/repos/eggheads/eggdrop/git/commits/b7dffd4ba81e5a2eb3083bf392a79ea46b5d8e13","comment_count":0},"url":"https://api.github.com/repos/eggheads/eggdrop/commits/b7dffd4ba81e5a2eb3083bf392a79ea46b5d8e13","html_url":"https://github.com/eggheads/eggdrop/commit/b7dffd4ba81e5a2eb3083bf392a79ea46b5d8e13","comments_url":"https://api.github.com/repos/eggheads/eggdrop/commits/b7dffd4ba81e5a2eb3083bf392a79ea46b5d8e13/comments","author":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false},"committer":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false},"parents":[{"sha":"e3321ccf46da7950995f7003b83e1b4a8e9eef81","url":"https://api.github.com/repos/eggheads/eggdrop/commits/e3321ccf46da7950995f7003b83e1b4a8e9eef81","html_url":"https://github.com/eggheads/eggdrop/commit/e3321ccf46da7950995f7003b83e1b4a8e9eef81"}]},"branches":[],"created_at":"2016-09-24T02:59:51Z","updated_at":"2016-09-24T02:59:51Z","repository":{"id":44209137,"name":"eggdrop","full_name":"eggheads/eggdrop","owner":{"login":"eggheads","id":1483260,"avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","gravatar_id":"","url":"https://api.github.com/users/eggheads","html_url":"https://github.com/eggheads","followers_url":"https://api.github.com/users/eggheads/followers","following_url":"https://api.github.com/users/eggheads/following{/other_user}","gists_url":"https://api.github.com/users/eggheads/gists{/gist_id}","starred_url":"https://api.github.com/users/eggheads/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eggheads/subscriptions","organizations_url":"https://api.github.com/users/eggheads/orgs","repos_url":"https://api.github.com/users/eggheads/repos","events_url":"https://api.github.com/users/eggheads/events{/privacy}","received_events_url":"https://api.github.com/users/eggheads/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/eggheads/eggdrop","description":"The Eggdrop IRC Bot","fork":false,"url":"https://api.github.com/repos/eggheads/eggdrop","forks_url":"https://api.github.com/repos/eggheads/eggdrop/forks","keys_url":"https://api.github.com/repos/eggheads/eggdrop/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eggheads/eggdrop/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eggheads/eggdrop/teams","hooks_url":"https://api.github.com/repos/eggheads/eggdrop/hooks","issue_events_url":"https://api.github.com/repos/eggheads/eggdrop/issues/events{/number}","events_url":"https://api.github.com/repos/eggheads/eggdrop/events","assignees_url":"https://api.github.com/repos/eggheads/eggdrop/assignees{/user}","branches_url":"https://api.github.com/repos/eggheads/eggdrop/branches{/branch}","tags_url":"https://api.github.com/repos/eggheads/eggdrop/tags","blobs_url":"https://api.github.com/repos/eggheads/eggdrop/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eggheads/eggdrop/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eggheads/eggdrop/git/refs{/sha}","trees_url":"https://api.github.com/repos/eggheads/eggdrop/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eggheads/eggdrop/statuses/{sha}","languages_url":"https://api.github.com/repos/eggheads/eggdrop/languages","stargazers_url":"https://api.github.com/repos/eggheads/eggdrop/stargazers","contributors_url":"https://api.github.com/repos/eggheads/eggdrop/contributors","subscribers_url":"https://api.github.com/repos/eggheads/eggdrop/subscribers","subscription_url":"https://api.github.com/repos/eggheads/eggdrop/subscription","commits_url":"https://api.github.com/repos/eggheads/eggdrop/commits{/sha}","git_commits_url":"https://api.github.com/repos/eggheads/eggdrop/git/commits{/sha}","comments_url":"https://api.github.com/repos/eggheads/eggdrop/comments{/number}","issue_comment_url":"https://api.github.com/repos/eggheads/eggdrop/issues/comments{/number}","contents_url":"https://api.github.com/repos/eggheads/eggdrop/contents/{+path}","compare_url":"https://api.github.com/repos/eggheads/eggdrop/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eggheads/eggdrop/merges","archive_url":"https://api.github.com/repos/eggheads/eggdrop/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eggheads/eggdrop/downloads","issues_url":"https://api.github.com/repos/eggheads/eggdrop/issues{/number}","pulls_url":"https://api.github.com/repos/eggheads/eggdrop/pulls{/number}","milestones_url":"https://api.github.com/repos/eggheads/eggdrop/milestones{/number}","notifications_url":"https://api.github.com/repos/eggheads/eggdrop/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eggheads/eggdrop/labels{/name}","releases_url":"https://api.github.com/repos/eggheads/eggdrop/releases{/id}","deployments_url":"https://api.github.com/repos/eggheads/eggdrop/deployments","created_at":"2015-10-13T22:26:59Z","updated_at":"2016-09-23T09:49:04Z","pushed_at":"2016-09-24T02:59:50Z","git_url":"git://github.com/eggheads/eggdrop.git","ssh_url":"git@github.com:eggheads/eggdrop.git","clone_url":"https://github.com/eggheads/eggdrop.git","svn_url":"https://github.com/eggheads/eggdrop","homepage":null,"size":12139,"stargazers_count":55,"watchers_count":55,"language":"C","has_issues":true,"has_downloads":true,"has_wiki":false,"has_pages":false,"forks_count":21,"mirror_url":null,"open_issues_count":77,"forks":21,"open_issues":77,"watchers":55,"default_branch":"develop"},"organization":{"login":"eggheads","id":1483260,"url":"https://api.github.com/orgs/eggheads","repos_url":"https://api.github.com/orgs/eggheads/repos","events_url":"https://api.github.com/orgs/eggheads/events","hooks_url":"https://api.github.com/orgs/eggheads/hooks","issues_url":"https://api.github.com/orgs/eggheads/issues","members_url":"https://api.github.com/orgs/eggheads/members{/member}","public_members_url":"https://api.github.com/orgs/eggheads/public_members{/member}","avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","description":null},"sender":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false}}}
# status: "Build started sha1 is merged.","state":"pending"
testJson "status" {{"id":768835467,"sha":"b7dffd4ba81e5a2eb3083bf392a79ea46b5d8e13","name":"eggheads/eggdrop","target_url":"http://edward.eggheads.org:8080/job/Eggdrop_Test_PR/95/","context":"default","description":"Build started sha1 is merged.","state":"pending","commit":{"sha":"b7dffd4ba81e5a2eb3083bf392a79ea46b5d8e13","commit":{"author":{"name":"Geo","email":"geo@eggheads.org","date":"2016-09-24T02:52:47Z"},"committer":{"name":"Geo","email":"geo@eggheads.org","date":"2016-09-24T02:53:59Z"},"message":"Update docs to indicate j log flag logs topic changes. Fixes #191\nPatch by: Geo / Found by: senpai","tree":{"sha":"cdc60cacc19aabfcadbf4b986ffce88a32945e83","url":"https://api.github.com/repos/eggheads/eggdrop/git/trees/cdc60cacc19aabfcadbf4b986ffce88a32945e83"},"url":"https://api.github.com/repos/eggheads/eggdrop/git/commits/b7dffd4ba81e5a2eb3083bf392a79ea46b5d8e13","comment_count":0},"url":"https://api.github.com/repos/eggheads/eggdrop/commits/b7dffd4ba81e5a2eb3083bf392a79ea46b5d8e13","html_url":"https://github.com/eggheads/eggdrop/commit/b7dffd4ba81e5a2eb3083bf392a79ea46b5d8e13","comments_url":"https://api.github.com/repos/eggheads/eggdrop/commits/b7dffd4ba81e5a2eb3083bf392a79ea46b5d8e13/comments","author":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false},"committer":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false},"parents":[{"sha":"e3321ccf46da7950995f7003b83e1b4a8e9eef81","url":"https://api.github.com/repos/eggheads/eggdrop/commits/e3321ccf46da7950995f7003b83e1b4a8e9eef81","html_url":"https://github.com/eggheads/eggdrop/commit/e3321ccf46da7950995f7003b83e1b4a8e9eef81"}]},"branches":[],"created_at":"2016-09-24T02:59:58Z","updated_at":"2016-09-24T02:59:58Z","repository":{"id":44209137,"name":"eggdrop","full_name":"eggheads/eggdrop","owner":{"login":"eggheads","id":1483260,"avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","gravatar_id":"","url":"https://api.github.com/users/eggheads","html_url":"https://github.com/eggheads","followers_url":"https://api.github.com/users/eggheads/followers","following_url":"https://api.github.com/users/eggheads/following{/other_user}","gists_url":"https://api.github.com/users/eggheads/gists{/gist_id}","starred_url":"https://api.github.com/users/eggheads/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eggheads/subscriptions","organizations_url":"https://api.github.com/users/eggheads/orgs","repos_url":"https://api.github.com/users/eggheads/repos","events_url":"https://api.github.com/users/eggheads/events{/privacy}","received_events_url":"https://api.github.com/users/eggheads/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/eggheads/eggdrop","description":"The Eggdrop IRC Bot","fork":false,"url":"https://api.github.com/repos/eggheads/eggdrop","forks_url":"https://api.github.com/repos/eggheads/eggdrop/forks","keys_url":"https://api.github.com/repos/eggheads/eggdrop/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eggheads/eggdrop/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eggheads/eggdrop/teams","hooks_url":"https://api.github.com/repos/eggheads/eggdrop/hooks","issue_events_url":"https://api.github.com/repos/eggheads/eggdrop/issues/events{/number}","events_url":"https://api.github.com/repos/eggheads/eggdrop/events","assignees_url":"https://api.github.com/repos/eggheads/eggdrop/assignees{/user}","branches_url":"https://api.github.com/repos/eggheads/eggdrop/branches{/branch}","tags_url":"https://api.github.com/repos/eggheads/eggdrop/tags","blobs_url":"https://api.github.com/repos/eggheads/eggdrop/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eggheads/eggdrop/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eggheads/eggdrop/git/refs{/sha}","trees_url":"https://api.github.com/repos/eggheads/eggdrop/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eggheads/eggdrop/statuses/{sha}","languages_url":"https://api.github.com/repos/eggheads/eggdrop/languages","stargazers_url":"https://api.github.com/repos/eggheads/eggdrop/stargazers","contributors_url":"https://api.github.com/repos/eggheads/eggdrop/contributors","subscribers_url":"https://api.github.com/repos/eggheads/eggdrop/subscribers","subscription_url":"https://api.github.com/repos/eggheads/eggdrop/subscription","commits_url":"https://api.github.com/repos/eggheads/eggdrop/commits{/sha}","git_commits_url":"https://api.github.com/repos/eggheads/eggdrop/git/commits{/sha}","comments_url":"https://api.github.com/repos/eggheads/eggdrop/comments{/number}","issue_comment_url":"https://api.github.com/repos/eggheads/eggdrop/issues/comments{/number}","contents_url":"https://api.github.com/repos/eggheads/eggdrop/contents/{+path}","compare_url":"https://api.github.com/repos/eggheads/eggdrop/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eggheads/eggdrop/merges","archive_url":"https://api.github.com/repos/eggheads/eggdrop/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eggheads/eggdrop/downloads","issues_url":"https://api.github.com/repos/eggheads/eggdrop/issues{/number}","pulls_url":"https://api.github.com/repos/eggheads/eggdrop/pulls{/number}","milestones_url":"https://api.github.com/repos/eggheads/eggdrop/milestones{/number}","notifications_url":"https://api.github.com/repos/eggheads/eggdrop/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eggheads/eggdrop/labels{/name}","releases_url":"https://api.github.com/repos/eggheads/eggdrop/releases{/id}","deployments_url":"https://api.github.com/repos/eggheads/eggdrop/deployments","created_at":"2015-10-13T22:26:59Z","updated_at":"2016-09-23T09:49:04Z","pushed_at":"2016-09-24T02:59:50Z","git_url":"git://github.com/eggheads/eggdrop.git","ssh_url":"git@github.com:eggheads/eggdrop.git","clone_url":"https://github.com/eggheads/eggdrop.git","svn_url":"https://github.com/eggheads/eggdrop","homepage":null,"size":12139,"stargazers_count":55,"watchers_count":55,"language":"C","has_issues":true,"has_downloads":true,"has_wiki":false,"has_pages":false,"forks_count":21,"mirror_url":null,"open_issues_count":77,"forks":21,"open_issues":77,"watchers":55,"default_branch":"develop"},"organization":{"login":"eggheads","id":1483260,"url":"https://api.github.com/orgs/eggheads","repos_url":"https://api.github.com/orgs/eggheads/repos","events_url":"https://api.github.com/orgs/eggheads/events","hooks_url":"https://api.github.com/orgs/eggheads/hooks","issues_url":"https://api.github.com/orgs/eggheads/issues","members_url":"https://api.github.com/orgs/eggheads/members{/member}","public_members_url":"https://api.github.com/orgs/eggheads/public_members{/member}","avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","description":null},"sender":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false}}}
# status: "Build finished. ","state":"success"
testJson "status" {{"id":768835843,"sha":"b7dffd4ba81e5a2eb3083bf392a79ea46b5d8e13","name":"eggheads/eggdrop","target_url":"http://edward.eggheads.org:8080/job/Eggdrop_Test_PR/95/","context":"default","description":"Build finished. ","state":"success","commit":{"sha":"b7dffd4ba81e5a2eb3083bf392a79ea46b5d8e13","commit":{"author":{"name":"Geo","email":"geo@eggheads.org","date":"2016-09-24T02:52:47Z"},"committer":{"name":"Geo","email":"geo@eggheads.org","date":"2016-09-24T02:53:59Z"},"message":"Update docs to indicate j log flag logs topic changes. Fixes #191\nPatch by: Geo / Found by: senpai","tree":{"sha":"cdc60cacc19aabfcadbf4b986ffce88a32945e83","url":"https://api.github.com/repos/eggheads/eggdrop/git/trees/cdc60cacc19aabfcadbf4b986ffce88a32945e83"},"url":"https://api.github.com/repos/eggheads/eggdrop/git/commits/b7dffd4ba81e5a2eb3083bf392a79ea46b5d8e13","comment_count":0},"url":"https://api.github.com/repos/eggheads/eggdrop/commits/b7dffd4ba81e5a2eb3083bf392a79ea46b5d8e13","html_url":"https://github.com/eggheads/eggdrop/commit/b7dffd4ba81e5a2eb3083bf392a79ea46b5d8e13","comments_url":"https://api.github.com/repos/eggheads/eggdrop/commits/b7dffd4ba81e5a2eb3083bf392a79ea46b5d8e13/comments","author":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false},"committer":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false},"parents":[{"sha":"e3321ccf46da7950995f7003b83e1b4a8e9eef81","url":"https://api.github.com/repos/eggheads/eggdrop/commits/e3321ccf46da7950995f7003b83e1b4a8e9eef81","html_url":"https://github.com/eggheads/eggdrop/commit/e3321ccf46da7950995f7003b83e1b4a8e9eef81"}]},"branches":[],"created_at":"2016-09-24T03:00:50Z","updated_at":"2016-09-24T03:00:50Z","repository":{"id":44209137,"name":"eggdrop","full_name":"eggheads/eggdrop","owner":{"login":"eggheads","id":1483260,"avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","gravatar_id":"","url":"https://api.github.com/users/eggheads","html_url":"https://github.com/eggheads","followers_url":"https://api.github.com/users/eggheads/followers","following_url":"https://api.github.com/users/eggheads/following{/other_user}","gists_url":"https://api.github.com/users/eggheads/gists{/gist_id}","starred_url":"https://api.github.com/users/eggheads/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eggheads/subscriptions","organizations_url":"https://api.github.com/users/eggheads/orgs","repos_url":"https://api.github.com/users/eggheads/repos","events_url":"https://api.github.com/users/eggheads/events{/privacy}","received_events_url":"https://api.github.com/users/eggheads/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/eggheads/eggdrop","description":"The Eggdrop IRC Bot","fork":false,"url":"https://api.github.com/repos/eggheads/eggdrop","forks_url":"https://api.github.com/repos/eggheads/eggdrop/forks","keys_url":"https://api.github.com/repos/eggheads/eggdrop/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eggheads/eggdrop/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eggheads/eggdrop/teams","hooks_url":"https://api.github.com/repos/eggheads/eggdrop/hooks","issue_events_url":"https://api.github.com/repos/eggheads/eggdrop/issues/events{/number}","events_url":"https://api.github.com/repos/eggheads/eggdrop/events","assignees_url":"https://api.github.com/repos/eggheads/eggdrop/assignees{/user}","branches_url":"https://api.github.com/repos/eggheads/eggdrop/branches{/branch}","tags_url":"https://api.github.com/repos/eggheads/eggdrop/tags","blobs_url":"https://api.github.com/repos/eggheads/eggdrop/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eggheads/eggdrop/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eggheads/eggdrop/git/refs{/sha}","trees_url":"https://api.github.com/repos/eggheads/eggdrop/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eggheads/eggdrop/statuses/{sha}","languages_url":"https://api.github.com/repos/eggheads/eggdrop/languages","stargazers_url":"https://api.github.com/repos/eggheads/eggdrop/stargazers","contributors_url":"https://api.github.com/repos/eggheads/eggdrop/contributors","subscribers_url":"https://api.github.com/repos/eggheads/eggdrop/subscribers","subscription_url":"https://api.github.com/repos/eggheads/eggdrop/subscription","commits_url":"https://api.github.com/repos/eggheads/eggdrop/commits{/sha}","git_commits_url":"https://api.github.com/repos/eggheads/eggdrop/git/commits{/sha}","comments_url":"https://api.github.com/repos/eggheads/eggdrop/comments{/number}","issue_comment_url":"https://api.github.com/repos/eggheads/eggdrop/issues/comments{/number}","contents_url":"https://api.github.com/repos/eggheads/eggdrop/contents/{+path}","compare_url":"https://api.github.com/repos/eggheads/eggdrop/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eggheads/eggdrop/merges","archive_url":"https://api.github.com/repos/eggheads/eggdrop/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eggheads/eggdrop/downloads","issues_url":"https://api.github.com/repos/eggheads/eggdrop/issues{/number}","pulls_url":"https://api.github.com/repos/eggheads/eggdrop/pulls{/number}","milestones_url":"https://api.github.com/repos/eggheads/eggdrop/milestones{/number}","notifications_url":"https://api.github.com/repos/eggheads/eggdrop/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eggheads/eggdrop/labels{/name}","releases_url":"https://api.github.com/repos/eggheads/eggdrop/releases{/id}","deployments_url":"https://api.github.com/repos/eggheads/eggdrop/deployments","created_at":"2015-10-13T22:26:59Z","updated_at":"2016-09-23T09:49:04Z","pushed_at":"2016-09-24T02:59:50Z","git_url":"git://github.com/eggheads/eggdrop.git","ssh_url":"git@github.com:eggheads/eggdrop.git","clone_url":"https://github.com/eggheads/eggdrop.git","svn_url":"https://github.com/eggheads/eggdrop","homepage":null,"size":12139,"stargazers_count":55,"watchers_count":55,"language":"C","has_issues":true,"has_downloads":true,"has_wiki":false,"has_pages":false,"forks_count":21,"mirror_url":null,"open_issues_count":77,"forks":21,"open_issues":77,"watchers":55,"default_branch":"develop"},"organization":{"login":"eggheads","id":1483260,"url":"https://api.github.com/orgs/eggheads","repos_url":"https://api.github.com/orgs/eggheads/repos","events_url":"https://api.github.com/orgs/eggheads/events","hooks_url":"https://api.github.com/orgs/eggheads/hooks","issues_url":"https://api.github.com/orgs/eggheads/issues","members_url":"https://api.github.com/orgs/eggheads/members{/member}","public_members_url":"https://api.github.com/orgs/eggheads/public_members{/member}","avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","description":null},"sender":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false}}}
# status: "Build finished. ","state":"failure"
testJson "status" {{"id":695192363,"sha":"44f3c305335a24ce076e60815b1109b9c753e366","name":"eggheads/eggdrop","target_url":"http://edward.eggheads.org:8080/job/Eggdrop_Test_PR/84/","context":"default","description":"Build finished. ","state":"failure","commit":{"sha":"44f3c305335a24ce076e60815b1109b9c753e366","commit":{"author":{"name":"Geo","email":"george.vo@alum.rpi.edu","date":"2016-08-10T22:51:12Z"},"committer":{"name":"Geo","email":"george.vo@alum.rpi.edu","date":"2016-08-10T22:51:12Z"},"message":"Raise default max-log to 20, update config docs","tree":{"sha":"511cc2a476a819b696115ff060dd05912de18786","url":"https://api.github.com/repos/eggheads/eggdrop/git/trees/511cc2a476a819b696115ff060dd05912de18786"},"url":"https://api.github.com/repos/eggheads/eggdrop/git/commits/44f3c305335a24ce076e60815b1109b9c753e366","comment_count":0},"url":"https://api.github.com/repos/eggheads/eggdrop/commits/44f3c305335a24ce076e60815b1109b9c753e366","html_url":"https://github.com/eggheads/eggdrop/commit/44f3c305335a24ce076e60815b1109b9c753e366","comments_url":"https://api.github.com/repos/eggheads/eggdrop/commits/44f3c305335a24ce076e60815b1109b9c753e366/comments","author":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false},"committer":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false},"parents":[{"sha":"479ba05fd6928ced239ff8d0018f95a57517a60a","url":"https://api.github.com/repos/eggheads/eggdrop/commits/479ba05fd6928ced239ff8d0018f95a57517a60a","html_url":"https://github.com/eggheads/eggdrop/commit/479ba05fd6928ced239ff8d0018f95a57517a60a"}]},"branches":[],"created_at":"2016-08-10T22:53:53Z","updated_at":"2016-08-10T22:53:53Z","repository":{"id":44209137,"name":"eggdrop","full_name":"eggheads/eggdrop","owner":{"login":"eggheads","id":1483260,"avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","gravatar_id":"","url":"https://api.github.com/users/eggheads","html_url":"https://github.com/eggheads","followers_url":"https://api.github.com/users/eggheads/followers","following_url":"https://api.github.com/users/eggheads/following{/other_user}","gists_url":"https://api.github.com/users/eggheads/gists{/gist_id}","starred_url":"https://api.github.com/users/eggheads/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eggheads/subscriptions","organizations_url":"https://api.github.com/users/eggheads/orgs","repos_url":"https://api.github.com/users/eggheads/repos","events_url":"https://api.github.com/users/eggheads/events{/privacy}","received_events_url":"https://api.github.com/users/eggheads/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/eggheads/eggdrop","description":"The Eggdrop IRC Bot","fork":false,"url":"https://api.github.com/repos/eggheads/eggdrop","forks_url":"https://api.github.com/repos/eggheads/eggdrop/forks","keys_url":"https://api.github.com/repos/eggheads/eggdrop/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eggheads/eggdrop/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eggheads/eggdrop/teams","hooks_url":"https://api.github.com/repos/eggheads/eggdrop/hooks","issue_events_url":"https://api.github.com/repos/eggheads/eggdrop/issues/events{/number}","events_url":"https://api.github.com/repos/eggheads/eggdrop/events","assignees_url":"https://api.github.com/repos/eggheads/eggdrop/assignees{/user}","branches_url":"https://api.github.com/repos/eggheads/eggdrop/branches{/branch}","tags_url":"https://api.github.com/repos/eggheads/eggdrop/tags","blobs_url":"https://api.github.com/repos/eggheads/eggdrop/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eggheads/eggdrop/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eggheads/eggdrop/git/refs{/sha}","trees_url":"https://api.github.com/repos/eggheads/eggdrop/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eggheads/eggdrop/statuses/{sha}","languages_url":"https://api.github.com/repos/eggheads/eggdrop/languages","stargazers_url":"https://api.github.com/repos/eggheads/eggdrop/stargazers","contributors_url":"https://api.github.com/repos/eggheads/eggdrop/contributors","subscribers_url":"https://api.github.com/repos/eggheads/eggdrop/subscribers","subscription_url":"https://api.github.com/repos/eggheads/eggdrop/subscription","commits_url":"https://api.github.com/repos/eggheads/eggdrop/commits{/sha}","git_commits_url":"https://api.github.com/repos/eggheads/eggdrop/git/commits{/sha}","comments_url":"https://api.github.com/repos/eggheads/eggdrop/comments{/number}","issue_comment_url":"https://api.github.com/repos/eggheads/eggdrop/issues/comments{/number}","contents_url":"https://api.github.com/repos/eggheads/eggdrop/contents/{+path}","compare_url":"https://api.github.com/repos/eggheads/eggdrop/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eggheads/eggdrop/merges","archive_url":"https://api.github.com/repos/eggheads/eggdrop/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eggheads/eggdrop/downloads","issues_url":"https://api.github.com/repos/eggheads/eggdrop/issues{/number}","pulls_url":"https://api.github.com/repos/eggheads/eggdrop/pulls{/number}","milestones_url":"https://api.github.com/repos/eggheads/eggdrop/milestones{/number}","notifications_url":"https://api.github.com/repos/eggheads/eggdrop/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eggheads/eggdrop/labels{/name}","releases_url":"https://api.github.com/repos/eggheads/eggdrop/releases{/id}","deployments_url":"https://api.github.com/repos/eggheads/eggdrop/deployments","created_at":"2015-10-13T22:26:59Z","updated_at":"2016-08-10T21:48:54Z","pushed_at":"2016-08-10T22:53:08Z","git_url":"git://github.com/eggheads/eggdrop.git","ssh_url":"git@github.com:eggheads/eggdrop.git","clone_url":"https://github.com/eggheads/eggdrop.git","svn_url":"https://github.com/eggheads/eggdrop","homepage":null,"size":12015,"stargazers_count":46,"watchers_count":46,"language":"C","has_issues":true,"has_downloads":true,"has_wiki":false,"has_pages":false,"forks_count":17,"mirror_url":null,"open_issues_count":73,"forks":17,"open_issues":73,"watchers":46,"default_branch":"develop"},"organization":{"login":"eggheads","id":1483260,"url":"https://api.github.com/orgs/eggheads","repos_url":"https://api.github.com/orgs/eggheads/repos","events_url":"https://api.github.com/orgs/eggheads/events","hooks_url":"https://api.github.com/orgs/eggheads/hooks","issues_url":"https://api.github.com/orgs/eggheads/issues","members_url":"https://api.github.com/orgs/eggheads/members{/member}","public_members_url":"https://api.github.com/orgs/eggheads/public_members{/member}","avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","description":null},"sender":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false}}}
# status: "Build finished. 5 tests run, 0 skipped, 0 failed.","state":"success"
testJson "status" {{"id":434002830,"sha":"7224cb86ff3b1e2ce540014a388e9bc54470b339","name":"eggheads/eggdrop","target_url":"http://edward.eggheads.org:8080/job/Eggdrop_Test_PR/40/","context":"default","description":"Build finished. 5 tests run, 0 skipped, 0 failed.","state":"success","commit":{"sha":"7224cb86ff3b1e2ce540014a388e9bc54470b339","commit":{"author":{"name":"Geo","email":"george.vo@alum.rpi.edu","date":"2016-01-31T02:27:03Z"},"committer":{"name":"Geo","email":"george.vo@alum.rpi.edu","date":"2016-01-31T02:27:03Z"},"message":"Update PUBM documentation","tree":{"sha":"e3ae8a564d2872b6eaf983ee1837ae09749f4a94","url":"https://api.github.com/repos/eggheads/eggdrop/git/trees/e3ae8a564d2872b6eaf983ee1837ae09749f4a94"},"url":"https://api.github.com/repos/eggheads/eggdrop/git/commits/7224cb86ff3b1e2ce540014a388e9bc54470b339","comment_count":0},"url":"https://api.github.com/repos/eggheads/eggdrop/commits/7224cb86ff3b1e2ce540014a388e9bc54470b339","html_url":"https://github.com/eggheads/eggdrop/commit/7224cb86ff3b1e2ce540014a388e9bc54470b339","comments_url":"https://api.github.com/repos/eggheads/eggdrop/commits/7224cb86ff3b1e2ce540014a388e9bc54470b339/comments","author":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false},"committer":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false},"parents":[{"sha":"7648f025d34ea936371ea03ab4309f8aeeec3bc1","url":"https://api.github.com/repos/eggheads/eggdrop/commits/7648f025d34ea936371ea03ab4309f8aeeec3bc1","html_url":"https://github.com/eggheads/eggdrop/commit/7648f025d34ea936371ea03ab4309f8aeeec3bc1"}]},"branches":[],"created_at":"2016-01-31T02:27:04Z","updated_at":"2016-01-31T02:27:04Z","repository":{"id":44209137,"name":"eggdrop","full_name":"eggheads/eggdrop","owner":{"login":"eggheads","id":1483260,"avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","gravatar_id":"","url":"https://api.github.com/users/eggheads","html_url":"https://github.com/eggheads","followers_url":"https://api.github.com/users/eggheads/followers","following_url":"https://api.github.com/users/eggheads/following{/other_user}","gists_url":"https://api.github.com/users/eggheads/gists{/gist_id}","starred_url":"https://api.github.com/users/eggheads/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eggheads/subscriptions","organizations_url":"https://api.github.com/users/eggheads/orgs","repos_url":"https://api.github.com/users/eggheads/repos","events_url":"https://api.github.com/users/eggheads/events{/privacy}","received_events_url":"https://api.github.com/users/eggheads/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/eggheads/eggdrop","description":"The Eggdrop IRC Bot","fork":false,"url":"https://api.github.com/repos/eggheads/eggdrop","forks_url":"https://api.github.com/repos/eggheads/eggdrop/forks","keys_url":"https://api.github.com/repos/eggheads/eggdrop/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eggheads/eggdrop/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eggheads/eggdrop/teams","hooks_url":"https://api.github.com/repos/eggheads/eggdrop/hooks","issue_events_url":"https://api.github.com/repos/eggheads/eggdrop/issues/events{/number}","events_url":"https://api.github.com/repos/eggheads/eggdrop/events","assignees_url":"https://api.github.com/repos/eggheads/eggdrop/assignees{/user}","branches_url":"https://api.github.com/repos/eggheads/eggdrop/branches{/branch}","tags_url":"https://api.github.com/repos/eggheads/eggdrop/tags","blobs_url":"https://api.github.com/repos/eggheads/eggdrop/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eggheads/eggdrop/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eggheads/eggdrop/git/refs{/sha}","trees_url":"https://api.github.com/repos/eggheads/eggdrop/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eggheads/eggdrop/statuses/{sha}","languages_url":"https://api.github.com/repos/eggheads/eggdrop/languages","stargazers_url":"https://api.github.com/repos/eggheads/eggdrop/stargazers","contributors_url":"https://api.github.com/repos/eggheads/eggdrop/contributors","subscribers_url":"https://api.github.com/repos/eggheads/eggdrop/subscribers","subscription_url":"https://api.github.com/repos/eggheads/eggdrop/subscription","commits_url":"https://api.github.com/repos/eggheads/eggdrop/commits{/sha}","git_commits_url":"https://api.github.com/repos/eggheads/eggdrop/git/commits{/sha}","comments_url":"https://api.github.com/repos/eggheads/eggdrop/comments{/number}","issue_comment_url":"https://api.github.com/repos/eggheads/eggdrop/issues/comments{/number}","contents_url":"https://api.github.com/repos/eggheads/eggdrop/contents/{+path}","compare_url":"https://api.github.com/repos/eggheads/eggdrop/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eggheads/eggdrop/merges","archive_url":"https://api.github.com/repos/eggheads/eggdrop/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eggheads/eggdrop/downloads","issues_url":"https://api.github.com/repos/eggheads/eggdrop/issues{/number}","pulls_url":"https://api.github.com/repos/eggheads/eggdrop/pulls{/number}","milestones_url":"https://api.github.com/repos/eggheads/eggdrop/milestones{/number}","notifications_url":"https://api.github.com/repos/eggheads/eggdrop/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eggheads/eggdrop/labels{/name}","releases_url":"https://api.github.com/repos/eggheads/eggdrop/releases{/id}","deployments_url":"https://api.github.com/repos/eggheads/eggdrop/deployments","created_at":"2015-10-13T22:26:59Z","updated_at":"2016-01-26T16:59:02Z","pushed_at":"2016-01-31T02:26:14Z","git_url":"git://github.com/eggheads/eggdrop.git","ssh_url":"git@github.com:eggheads/eggdrop.git","clone_url":"https://github.com/eggheads/eggdrop.git","svn_url":"https://github.com/eggheads/eggdrop","homepage":null,"size":10791,"stargazers_count":16,"watchers_count":16,"language":"C","has_issues":true,"has_downloads":true,"has_wiki":false,"has_pages":false,"forks_count":8,"mirror_url":null,"open_issues_count":53,"forks":8,"open_issues":53,"watchers":16,"default_branch":"develop"},"organization":{"login":"eggheads","id":1483260,"url":"https://api.github.com/orgs/eggheads","repos_url":"https://api.github.com/orgs/eggheads/repos","events_url":"https://api.github.com/orgs/eggheads/events","members_url":"https://api.github.com/orgs/eggheads/members{/member}","public_members_url":"https://api.github.com/orgs/eggheads/public_members{/member}","avatar_url":"https://avatars.githubusercontent.com/u/1483260?v=3","description":null},"sender":{"login":"vanosg","id":2440369,"avatar_url":"https://avatars.githubusercontent.com/u/2440369?v=3","gravatar_id":"","url":"https://api.github.com/users/vanosg","html_url":"https://github.com/vanosg","followers_url":"https://api.github.com/users/vanosg/followers","following_url":"https://api.github.com/users/vanosg/following{/other_user}","gists_url":"https://api.github.com/users/vanosg/gists{/gist_id}","starred_url":"https://api.github.com/users/vanosg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vanosg/subscriptions","organizations_url":"https://api.github.com/users/vanosg/orgs","repos_url":"https://api.github.com/users/vanosg/repos","events_url":"https://api.github.com/users/vanosg/events{/privacy}","received_events_url":"https://api.github.com/users/vanosg/received_events","type":"User","site_admin":false}}}
# status: API example
testJson "status" {{"id":214015194,"sha":"9049f1265b7d61be4a8904a9a27120d2064dab3b","name":"baxterthehacker/public-repo","target_url":null,"context":"default","description":null,"state":"success","commit":{"sha":"9049f1265b7d61be4a8904a9a27120d2064dab3b","commit":{"author":{"name":"baxterthehacker","email":"baxterthehacker@users.noreply.github.com","date":"2015-05-05T23:40:12Z"},"committer":{"name":"baxterthehacker","email":"baxterthehacker@users.noreply.github.com","date":"2015-05-05T23:40:12Z"},"message":"Initial commit","tree":{"sha":"02b49ad0ba4f1acd9f06531b21e16a4ac5d341d0","url":"https://api.github.com/repos/baxterthehacker/public-repo/git/trees/02b49ad0ba4f1acd9f06531b21e16a4ac5d341d0"},"url":"https://api.github.com/repos/baxterthehacker/public-repo/git/commits/9049f1265b7d61be4a8904a9a27120d2064dab3b","comment_count":1},"url":"https://api.github.com/repos/baxterthehacker/public-repo/commits/9049f1265b7d61be4a8904a9a27120d2064dab3b","html_url":"https://github.com/baxterthehacker/public-repo/commit/9049f1265b7d61be4a8904a9a27120d2064dab3b","comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/commits/9049f1265b7d61be4a8904a9a27120d2064dab3b/comments","author":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"committer":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"parents":[]},"branches":[{"name":"master","commit":{"sha":"9049f1265b7d61be4a8904a9a27120d2064dab3b","url":"https://api.github.com/repos/baxterthehacker/public-repo/commits/9049f1265b7d61be4a8904a9a27120d2064dab3b"}},{"name":"changes","commit":{"sha":"0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c","url":"https://api.github.com/repos/baxterthehacker/public-repo/commits/0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c"}},{"name":"gh-pages","commit":{"sha":"b11bb7545ac14abafc6191a0481b0d961e7793c6","url":"https://api.github.com/repos/baxterthehacker/public-repo/commits/b11bb7545ac14abafc6191a0481b0d961e7793c6"}}],"created_at":"2015-05-05T23:40:39Z","updated_at":"2015-05-05T23:40:39Z","repository":{"id":35129377,"name":"public-repo","full_name":"baxterthehacker/public-repo","owner":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/baxterthehacker/public-repo","description":"","fork":false,"url":"https://api.github.com/repos/baxterthehacker/public-repo","forks_url":"https://api.github.com/repos/baxterthehacker/public-repo/forks","keys_url":"https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}","collaborators_url":"https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/baxterthehacker/public-repo/teams","hooks_url":"https://api.github.com/repos/baxterthehacker/public-repo/hooks","issue_events_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}","events_url":"https://api.github.com/repos/baxterthehacker/public-repo/events","assignees_url":"https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}","branches_url":"https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}","tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/tags","blobs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}","trees_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}","statuses_url":"https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}","languages_url":"https://api.github.com/repos/baxterthehacker/public-repo/languages","stargazers_url":"https://api.github.com/repos/baxterthehacker/public-repo/stargazers","contributors_url":"https://api.github.com/repos/baxterthehacker/public-repo/contributors","subscribers_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscribers","subscription_url":"https://api.github.com/repos/baxterthehacker/public-repo/subscription","commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}","git_commits_url":"https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}","comments_url":"https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}","issue_comment_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}","contents_url":"https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}","compare_url":"https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}","merges_url":"https://api.github.com/repos/baxterthehacker/public-repo/merges","archive_url":"https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/baxterthehacker/public-repo/downloads","issues_url":"https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}","pulls_url":"https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}","milestones_url":"https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}","notifications_url":"https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}","releases_url":"https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}","created_at":"2015-05-05T23:40:12Z","updated_at":"2015-05-05T23:40:30Z","pushed_at":"2015-05-05T23:40:39Z","git_url":"git://github.com/baxterthehacker/public-repo.git","ssh_url":"git@github.com:baxterthehacker/public-repo.git","clone_url":"https://github.com/baxterthehacker/public-repo.git","svn_url":"https://github.com/baxterthehacker/public-repo","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"baxterthehacker","id":6752317,"avatar_url":"https://avatars.githubusercontent.com/u/6752317?v=3","gravatar_id":"","url":"https://api.github.com/users/baxterthehacker","html_url":"https://github.com/baxterthehacker","followers_url":"https://api.github.com/users/baxterthehacker/followers","following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}","gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}","starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions","organizations_url":"https://api.github.com/users/baxterthehacker/orgs","repos_url":"https://api.github.com/users/baxterthehacker/repos","events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}","received_events_url":"https://api.github.com/users/baxterthehacker/received_events","type":"User","site_admin":false}}}
# label created
testJson "label" {{"action":"created","label":{"id":471415776,"url":"https://api.github.com/repos/Pixelz/test/labels/test","name":"test","color":"e99695","default":false},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing github webhooks api","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2016-10-29T19:54:23Z","pushed_at":"2016-09-24T20:18:32Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":"","size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
# label edited - renamed
testJson "label" {{"action":"edited","label":{"id":471415776,"url":"https://api.github.com/repos/Pixelz/test/labels/test2","name":"test2","color":"e99695","default":false},"changes":{"name":{"from":"test"}},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing github webhooks api","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2016-10-29T19:54:23Z","pushed_at":"2016-09-24T20:18:32Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":"","size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
# label edited - color changed
testJson "label" {{"action":"edited","label":{"id":209888859,"url":"https://api.github.com/repos/Pixelz/test/labels/invalid","name":"invalid","color":"f9d0c4","default":true},"changes":{"color":{"from":"e6e6e6"}},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing github webhooks api","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2016-10-29T19:54:23Z","pushed_at":"2016-09-24T20:18:32Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":"","size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
# label deleted
testJson "label" {{"action":"deleted","label":{"id":471415776,"url":"https://api.github.com/repos/Pixelz/test/labels/test2","name":"test2","color":"e99695","default":false},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing github webhooks api","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2016-10-29T19:54:23Z","pushed_at":"2016-09-24T20:18:32Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":"","size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
# milestone created
testJson "milestone" {{"action":"created","milestone":{"url":"https://api.github.com/repos/Pixelz/test/milestones/1","html_url":"https://github.com/Pixelz/test/milestones/1.0","labels_url":"https://api.github.com/repos/Pixelz/test/milestones/1/labels","id":2101592,"number":1,"title":"1.0","description":"test milestone","creator":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"open_issues":0,"closed_issues":0,"state":"open","created_at":"2016-10-29T21:32:48Z","updated_at":"2016-10-29T21:32:48Z","due_on":null,"closed_at":null},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing github webhooks api","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2016-10-29T19:54:23Z","pushed_at":"2016-09-24T20:18:32Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":"","size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
# milestone deleted
testJson "milestone" {{"action":"deleted","milestone":{"url":"https://api.github.com/repos/Pixelz/test/milestones/1","html_url":"https://github.com/Pixelz/test/milestones/1.0","labels_url":"https://api.github.com/repos/Pixelz/test/milestones/1/labels","id":2101547,"number":1,"title":"1.0","description":"test milestone","creator":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"open_issues":0,"closed_issues":0,"state":"open","created_at":"2016-10-29T19:54:48Z","updated_at":"2016-10-29T19:56:37Z","due_on":null,"closed_at":null},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing github webhooks api","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2016-10-29T19:54:23Z","pushed_at":"2016-09-24T20:18:32Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":"","size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
# milestone opened (reopened)
testJson "milestone" {{"action":"opened","milestone":{"url":"https://api.github.com/repos/Pixelz/test/milestones/1","html_url":"https://github.com/Pixelz/test/milestones/1.0","labels_url":"https://api.github.com/repos/Pixelz/test/milestones/1/labels","id":2101592,"number":1,"title":"1.0","description":"test milestone","creator":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"open_issues":0,"closed_issues":0,"state":"open","created_at":"2016-10-29T21:32:48Z","updated_at":"2016-10-29T21:33:36Z","due_on":null,"closed_at":null},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing github webhooks api","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2016-10-29T19:54:23Z","pushed_at":"2016-09-24T20:18:32Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":"","size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
# milestone closed MISSING
# milestone edited MISSING
# pull_request_review - commented
testJson "pull_request_review" {{"action":"submitted","review":{"id":6355371,"user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"body":"test comment","submitted_at":"2016-10-29T22:48:34Z","state":"commented","html_url":"https://github.com/Pixelz/test/pull/2#pullrequestreview-6355371","pull_request_url":"https://api.github.com/repos/Pixelz/test/pulls/2","_links":{"html":{"href":"https://github.com/Pixelz/test/pull/2#pullrequestreview-6355371"},"pull_request":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2"}}},"pull_request":{"url":"https://api.github.com/repos/Pixelz/test/pulls/2","id":57752125,"html_url":"https://github.com/Pixelz/test/pull/2","diff_url":"https://github.com/Pixelz/test/pull/2.diff","patch_url":"https://github.com/Pixelz/test/pull/2.patch","issue_url":"https://api.github.com/repos/Pixelz/test/issues/2","number":2,"state":"open","locked":false,"title":"test","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"body":"test","created_at":"2016-01-30T22:02:15Z","updated_at":"2016-10-29T22:48:34Z","closed_at":null,"merged_at":null,"merge_commit_sha":"d1b02cbc7713a799383982e4f30b84a41f79178a","assignee":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"assignees":[{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}],"milestone":null,"commits_url":"https://api.github.com/repos/Pixelz/test/pulls/2/commits","review_comments_url":"https://api.github.com/repos/Pixelz/test/pulls/2/comments","review_comment_url":"https://api.github.com/repos/Pixelz/test/pulls/comments{/number}","comments_url":"https://api.github.com/repos/Pixelz/test/issues/2/comments","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/26f06f503c124b6c4150d1c032a3f6c5776e3c6e","head":{"label":"Pixelz:Pixelz-patch-1","ref":"Pixelz-patch-1","sha":"26f06f503c124b6c4150d1c032a3f6c5776e3c6e","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"repo":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing github webhooks api","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2016-10-29T19:54:23Z","pushed_at":"2016-09-24T20:18:32Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":"","size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"}},"base":{"label":"Pixelz:master","ref":"master","sha":"f91a0972ac86594ed9f8e408590dc2da2f0dd06d","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"repo":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing github webhooks api","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2016-10-29T19:54:23Z","pushed_at":"2016-09-24T20:18:32Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":"","size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2"},"html":{"href":"https://github.com/Pixelz/test/pull/2"},"issue":{"href":"https://api.github.com/repos/Pixelz/test/issues/2"},"comments":{"href":"https://api.github.com/repos/Pixelz/test/issues/2/comments"},"review_comments":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2/comments"},"review_comment":{"href":"https://api.github.com/repos/Pixelz/test/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2/commits"},"statuses":{"href":"https://api.github.com/repos/Pixelz/test/statuses/26f06f503c124b6c4150d1c032a3f6c5776e3c6e"}}},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing github webhooks api","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2016-10-29T19:54:23Z","pushed_at":"2016-09-24T20:18:32Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":"","size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}}}
# pull_request_review - approved
testJson "pull_request_review" {{"action":"submitted","review":{"id":6355497,"user":{"login":"Robby-","id":623474,"avatar_url":"https://avatars.githubusercontent.com/u/623474?v=3","gravatar_id":"","url":"https://api.github.com/users/Robby-","html_url":"https://github.com/Robby-","followers_url":"https://api.github.com/users/Robby-/followers","following_url":"https://api.github.com/users/Robby-/following{/other_user}","gists_url":"https://api.github.com/users/Robby-/gists{/gist_id}","starred_url":"https://api.github.com/users/Robby-/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Robby-/subscriptions","organizations_url":"https://api.github.com/users/Robby-/orgs","repos_url":"https://api.github.com/users/Robby-/repos","events_url":"https://api.github.com/users/Robby-/events{/privacy}","received_events_url":"https://api.github.com/users/Robby-/received_events","type":"User","site_admin":false},"body":"uh ok","submitted_at":"2016-10-29T23:03:55Z","state":"approved","html_url":"https://github.com/Pixelz/test/pull/2#pullrequestreview-6355497","pull_request_url":"https://api.github.com/repos/Pixelz/test/pulls/2","_links":{"html":{"href":"https://github.com/Pixelz/test/pull/2#pullrequestreview-6355497"},"pull_request":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2"}}},"pull_request":{"url":"https://api.github.com/repos/Pixelz/test/pulls/2","id":57752125,"html_url":"https://github.com/Pixelz/test/pull/2","diff_url":"https://github.com/Pixelz/test/pull/2.diff","patch_url":"https://github.com/Pixelz/test/pull/2.patch","issue_url":"https://api.github.com/repos/Pixelz/test/issues/2","number":2,"state":"open","locked":false,"title":"test","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"body":"test","created_at":"2016-01-30T22:02:15Z","updated_at":"2016-10-29T23:03:55Z","closed_at":null,"merged_at":null,"merge_commit_sha":"d1b02cbc7713a799383982e4f30b84a41f79178a","assignee":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"assignees":[{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}],"milestone":null,"commits_url":"https://api.github.com/repos/Pixelz/test/pulls/2/commits","review_comments_url":"https://api.github.com/repos/Pixelz/test/pulls/2/comments","review_comment_url":"https://api.github.com/repos/Pixelz/test/pulls/comments{/number}","comments_url":"https://api.github.com/repos/Pixelz/test/issues/2/comments","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/26f06f503c124b6c4150d1c032a3f6c5776e3c6e","head":{"label":"Pixelz:Pixelz-patch-1","ref":"Pixelz-patch-1","sha":"26f06f503c124b6c4150d1c032a3f6c5776e3c6e","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"repo":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing github webhooks api","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2016-10-29T19:54:23Z","pushed_at":"2016-09-24T20:18:32Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":"","size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"}},"base":{"label":"Pixelz:master","ref":"master","sha":"f91a0972ac86594ed9f8e408590dc2da2f0dd06d","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"repo":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing github webhooks api","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2016-10-29T19:54:23Z","pushed_at":"2016-09-24T20:18:32Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":"","size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2"},"html":{"href":"https://github.com/Pixelz/test/pull/2"},"issue":{"href":"https://api.github.com/repos/Pixelz/test/issues/2"},"comments":{"href":"https://api.github.com/repos/Pixelz/test/issues/2/comments"},"review_comments":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2/comments"},"review_comment":{"href":"https://api.github.com/repos/Pixelz/test/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2/commits"},"statuses":{"href":"https://api.github.com/repos/Pixelz/test/statuses/26f06f503c124b6c4150d1c032a3f6c5776e3c6e"}}},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing github webhooks api","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2016-10-29T19:54:23Z","pushed_at":"2016-09-24T20:18:32Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":"","size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"Robby-","id":623474,"avatar_url":"https://avatars.githubusercontent.com/u/623474?v=3","gravatar_id":"","url":"https://api.github.com/users/Robby-","html_url":"https://github.com/Robby-","followers_url":"https://api.github.com/users/Robby-/followers","following_url":"https://api.github.com/users/Robby-/following{/other_user}","gists_url":"https://api.github.com/users/Robby-/gists{/gist_id}","starred_url":"https://api.github.com/users/Robby-/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Robby-/subscriptions","organizations_url":"https://api.github.com/users/Robby-/orgs","repos_url":"https://api.github.com/users/Robby-/repos","events_url":"https://api.github.com/users/Robby-/events{/privacy}","received_events_url":"https://api.github.com/users/Robby-/received_events","type":"User","site_admin":false}}}
# pull_request_review - changes_requested
testJson "pull_request_review" {{"action":"submitted","review":{"id":6355499,"user":{"login":"Robby-","id":623474,"avatar_url":"https://avatars.githubusercontent.com/u/623474?v=3","gravatar_id":"","url":"https://api.github.com/users/Robby-","html_url":"https://github.com/Robby-","followers_url":"https://api.github.com/users/Robby-/followers","following_url":"https://api.github.com/users/Robby-/following{/other_user}","gists_url":"https://api.github.com/users/Robby-/gists{/gist_id}","starred_url":"https://api.github.com/users/Robby-/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Robby-/subscriptions","organizations_url":"https://api.github.com/users/Robby-/orgs","repos_url":"https://api.github.com/users/Robby-/repos","events_url":"https://api.github.com/users/Robby-/events{/privacy}","received_events_url":"https://api.github.com/users/Robby-/received_events","type":"User","site_admin":false},"body":"dududu","submitted_at":"2016-10-29T23:04:23Z","state":"changes_requested","html_url":"https://github.com/Pixelz/test/pull/2#pullrequestreview-6355499","pull_request_url":"https://api.github.com/repos/Pixelz/test/pulls/2","_links":{"html":{"href":"https://github.com/Pixelz/test/pull/2#pullrequestreview-6355499"},"pull_request":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2"}}},"pull_request":{"url":"https://api.github.com/repos/Pixelz/test/pulls/2","id":57752125,"html_url":"https://github.com/Pixelz/test/pull/2","diff_url":"https://github.com/Pixelz/test/pull/2.diff","patch_url":"https://github.com/Pixelz/test/pull/2.patch","issue_url":"https://api.github.com/repos/Pixelz/test/issues/2","number":2,"state":"open","locked":false,"title":"test","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"body":"test","created_at":"2016-01-30T22:02:15Z","updated_at":"2016-10-29T23:04:23Z","closed_at":null,"merged_at":null,"merge_commit_sha":"d1b02cbc7713a799383982e4f30b84a41f79178a","assignee":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"assignees":[{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false}],"milestone":null,"commits_url":"https://api.github.com/repos/Pixelz/test/pulls/2/commits","review_comments_url":"https://api.github.com/repos/Pixelz/test/pulls/2/comments","review_comment_url":"https://api.github.com/repos/Pixelz/test/pulls/comments{/number}","comments_url":"https://api.github.com/repos/Pixelz/test/issues/2/comments","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/26f06f503c124b6c4150d1c032a3f6c5776e3c6e","head":{"label":"Pixelz:Pixelz-patch-1","ref":"Pixelz-patch-1","sha":"26f06f503c124b6c4150d1c032a3f6c5776e3c6e","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"repo":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing github webhooks api","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2016-10-29T19:54:23Z","pushed_at":"2016-09-24T20:18:32Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":"","size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"}},"base":{"label":"Pixelz:master","ref":"master","sha":"f91a0972ac86594ed9f8e408590dc2da2f0dd06d","user":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"repo":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing github webhooks api","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2016-10-29T19:54:23Z","pushed_at":"2016-09-24T20:18:32Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":"","size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2"},"html":{"href":"https://github.com/Pixelz/test/pull/2"},"issue":{"href":"https://api.github.com/repos/Pixelz/test/issues/2"},"comments":{"href":"https://api.github.com/repos/Pixelz/test/issues/2/comments"},"review_comments":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2/comments"},"review_comment":{"href":"https://api.github.com/repos/Pixelz/test/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/Pixelz/test/pulls/2/commits"},"statuses":{"href":"https://api.github.com/repos/Pixelz/test/statuses/26f06f503c124b6c4150d1c032a3f6c5776e3c6e"}}},"repository":{"id":35387769,"name":"test","full_name":"Pixelz/test","owner":{"login":"Pixelz","id":222720,"avatar_url":"https://avatars.githubusercontent.com/u/222720?v=3","gravatar_id":"","url":"https://api.github.com/users/Pixelz","html_url":"https://github.com/Pixelz","followers_url":"https://api.github.com/users/Pixelz/followers","following_url":"https://api.github.com/users/Pixelz/following{/other_user}","gists_url":"https://api.github.com/users/Pixelz/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelz/subscriptions","organizations_url":"https://api.github.com/users/Pixelz/orgs","repos_url":"https://api.github.com/users/Pixelz/repos","events_url":"https://api.github.com/users/Pixelz/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelz/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Pixelz/test","description":"testing github webhooks api","fork":false,"url":"https://api.github.com/repos/Pixelz/test","forks_url":"https://api.github.com/repos/Pixelz/test/forks","keys_url":"https://api.github.com/repos/Pixelz/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelz/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelz/test/teams","hooks_url":"https://api.github.com/repos/Pixelz/test/hooks","issue_events_url":"https://api.github.com/repos/Pixelz/test/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelz/test/events","assignees_url":"https://api.github.com/repos/Pixelz/test/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelz/test/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelz/test/tags","blobs_url":"https://api.github.com/repos/Pixelz/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelz/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelz/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelz/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelz/test/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelz/test/languages","stargazers_url":"https://api.github.com/repos/Pixelz/test/stargazers","contributors_url":"https://api.github.com/repos/Pixelz/test/contributors","subscribers_url":"https://api.github.com/repos/Pixelz/test/subscribers","subscription_url":"https://api.github.com/repos/Pixelz/test/subscription","commits_url":"https://api.github.com/repos/Pixelz/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelz/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelz/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelz/test/issues/comments{/number}","contents_url":"https://api.github.com/repos/Pixelz/test/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelz/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelz/test/merges","archive_url":"https://api.github.com/repos/Pixelz/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelz/test/downloads","issues_url":"https://api.github.com/repos/Pixelz/test/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelz/test/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelz/test/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelz/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelz/test/labels{/name}","releases_url":"https://api.github.com/repos/Pixelz/test/releases{/id}","deployments_url":"https://api.github.com/repos/Pixelz/test/deployments","created_at":"2015-05-10T20:57:51Z","updated_at":"2016-10-29T19:54:23Z","pushed_at":"2016-09-24T20:18:32Z","git_url":"git://github.com/Pixelz/test.git","ssh_url":"git@github.com:Pixelz/test.git","clone_url":"https://github.com/Pixelz/test.git","svn_url":"https://github.com/Pixelz/test","homepage":"","size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":2,"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},"sender":{"login":"Robby-","id":623474,"avatar_url":"https://avatars.githubusercontent.com/u/623474?v=3","gravatar_id":"","url":"https://api.github.com/users/Robby-","html_url":"https://github.com/Robby-","followers_url":"https://api.github.com/users/Robby-/followers","following_url":"https://api.github.com/users/Robby-/following{/other_user}","gists_url":"https://api.github.com/users/Robby-/gists{/gist_id}","starred_url":"https://api.github.com/users/Robby-/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Robby-/subscriptions","organizations_url":"https://api.github.com/users/Robby-/orgs","repos_url":"https://api.github.com/users/Robby-/repos","events_url":"https://api.github.com/users/Robby-/events{/privacy}","received_events_url":"https://api.github.com/users/Robby-/received_events","type":"User","site_admin":false}}}
}
namespace eval ::github {
bind pub n !testGithub ::github::pubTestJson
putlog "Loaded github.test.tcl v0.3 by Pixelz"
}