lita-github_pr_list 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/lita/github_pr_list/comment_hook.rb +9 -9
- data/lib/lita/github_pr_list/pull_request.rb +1 -1
- data/lib/lita/github_pr_list/status.rb +15 -6
- data/lib/lita/github_pr_list/version.rb +1 -1
- data/spec/fixtures/design/issue_comment_event_failed.json +180 -0
- data/spec/fixtures/design/issue_comment_event_in_review.json +180 -0
- data/spec/fixtures/design/issue_comment_event_passed.json +180 -0
- data/spec/fixtures/dev/issue_comment_event_failed.json +180 -0
- data/spec/fixtures/dev/issue_comment_event_in_review.json +180 -0
- data/spec/fixtures/dev/issue_comment_event_passed.json +180 -0
- data/spec/fixtures/issue_comment_event_no_event.json +180 -0
- data/spec/fixtures/issue_comments_in_review_comment_hook.json +56 -0
- data/spec/fixtures/issue_comments_trivial.json +111 -0
- data/spec/lita/handlers/comment_hook_spec.rb +114 -1
- metadata +43 -25
@@ -0,0 +1,180 @@
|
|
1
|
+
{
|
2
|
+
"action": "created",
|
3
|
+
"issue": {
|
4
|
+
"url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/47",
|
5
|
+
"labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/47/labels{/name}",
|
6
|
+
"comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/47/comments",
|
7
|
+
"events_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/47/events",
|
8
|
+
"html_url": "https://github.com/baxterthehacker/public-repo/issues/47",
|
9
|
+
"id": 36913817,
|
10
|
+
"number": 47,
|
11
|
+
"title": "Spelling error in the README file",
|
12
|
+
"user": {
|
13
|
+
"login": "mcwaffle1234",
|
14
|
+
"id": 6752317,
|
15
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?",
|
16
|
+
"gravatar_id": "258ae60b5512c8402b93673b7478d9c6",
|
17
|
+
"url": "https://api.github.com/users/baxterthehacker",
|
18
|
+
"html_url": "https://github.com/baxterthehacker",
|
19
|
+
"followers_url": "https://api.github.com/users/baxterthehacker/followers",
|
20
|
+
"following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
|
21
|
+
"gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
|
22
|
+
"starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
|
23
|
+
"subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
|
24
|
+
"organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
|
25
|
+
"repos_url": "https://api.github.com/users/baxterthehacker/repos",
|
26
|
+
"events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
|
27
|
+
"received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
|
28
|
+
"type": "User",
|
29
|
+
"site_admin": false
|
30
|
+
},
|
31
|
+
"labels": [
|
32
|
+
{
|
33
|
+
"url": "https://api.github.com/repos/baxterthehacker/public-repo/labels/bug",
|
34
|
+
"name": "bug",
|
35
|
+
"color": "fc2929"
|
36
|
+
}
|
37
|
+
],
|
38
|
+
"state": "open",
|
39
|
+
"assignee": null,
|
40
|
+
"milestone": null,
|
41
|
+
"comments": 1,
|
42
|
+
"created_at": "2014-07-01T17:21:15Z",
|
43
|
+
"updated_at": "2014-07-01T17:21:15Z",
|
44
|
+
"closed_at": null,
|
45
|
+
"body": ":elephant: It looks like you accidently spelled 'commit' with two 't's."
|
46
|
+
},
|
47
|
+
"comment": {
|
48
|
+
"url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments/47684681",
|
49
|
+
"html_url": "https://github.com/baxterthehacker/public-repo/issues/47#issuecomment-47684681",
|
50
|
+
"issue_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/47",
|
51
|
+
"id": 47684681,
|
52
|
+
"user": {
|
53
|
+
"login": "baxterthehacker",
|
54
|
+
"id": 6752317,
|
55
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?",
|
56
|
+
"gravatar_id": "258ae60b5512c8402b93673b7478d9c6",
|
57
|
+
"url": "https://api.github.com/users/baxterthehacker",
|
58
|
+
"html_url": "https://github.com/baxterthehacker",
|
59
|
+
"followers_url": "https://api.github.com/users/baxterthehacker/followers",
|
60
|
+
"following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
|
61
|
+
"gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
|
62
|
+
"starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
|
63
|
+
"subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
|
64
|
+
"organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
|
65
|
+
"repos_url": "https://api.github.com/users/baxterthehacker/repos",
|
66
|
+
"events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
|
67
|
+
"received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
|
68
|
+
"type": "User",
|
69
|
+
"site_admin": false
|
70
|
+
},
|
71
|
+
"created_at": "2014-07-01T17:21:15Z",
|
72
|
+
"updated_at": "2014-07-01T17:21:15Z",
|
73
|
+
"body": "Passed :elephant: :elephant: :elephant:"
|
74
|
+
},
|
75
|
+
"repository": {
|
76
|
+
"id": 20000106,
|
77
|
+
"name": "public-repo",
|
78
|
+
"full_name": "baxterthehacker/public-repo",
|
79
|
+
"owner": {
|
80
|
+
"login": "baxterthehacker",
|
81
|
+
"id": 6752317,
|
82
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?",
|
83
|
+
"gravatar_id": "258ae60b5512c8402b93673b7478d9c6",
|
84
|
+
"url": "https://api.github.com/users/baxterthehacker",
|
85
|
+
"html_url": "https://github.com/baxterthehacker",
|
86
|
+
"followers_url": "https://api.github.com/users/baxterthehacker/followers",
|
87
|
+
"following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
|
88
|
+
"gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
|
89
|
+
"starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
|
90
|
+
"subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
|
91
|
+
"organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
|
92
|
+
"repos_url": "https://api.github.com/users/baxterthehacker/repos",
|
93
|
+
"events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
|
94
|
+
"received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
|
95
|
+
"type": "User",
|
96
|
+
"site_admin": false
|
97
|
+
},
|
98
|
+
"private": false,
|
99
|
+
"html_url": "https://github.com/baxterthehacker/public-repo",
|
100
|
+
"description": "",
|
101
|
+
"fork": false,
|
102
|
+
"url": "https://api.github.com/repos/baxterthehacker/public-repo",
|
103
|
+
"forks_url": "https://api.github.com/repos/baxterthehacker/public-repo/forks",
|
104
|
+
"keys_url": "https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}",
|
105
|
+
"collaborators_url": "https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}",
|
106
|
+
"teams_url": "https://api.github.com/repos/baxterthehacker/public-repo/teams",
|
107
|
+
"hooks_url": "https://api.github.com/repos/baxterthehacker/public-repo/hooks",
|
108
|
+
"issue_events_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}",
|
109
|
+
"events_url": "https://api.github.com/repos/baxterthehacker/public-repo/events",
|
110
|
+
"assignees_url": "https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}",
|
111
|
+
"branches_url": "https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}",
|
112
|
+
"tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/tags",
|
113
|
+
"blobs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}",
|
114
|
+
"git_tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}",
|
115
|
+
"git_refs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}",
|
116
|
+
"trees_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}",
|
117
|
+
"statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}",
|
118
|
+
"languages_url": "https://api.github.com/repos/baxterthehacker/public-repo/languages",
|
119
|
+
"stargazers_url": "https://api.github.com/repos/baxterthehacker/public-repo/stargazers",
|
120
|
+
"contributors_url": "https://api.github.com/repos/baxterthehacker/public-repo/contributors",
|
121
|
+
"subscribers_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscribers",
|
122
|
+
"subscription_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscription",
|
123
|
+
"commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}",
|
124
|
+
"git_commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}",
|
125
|
+
"comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}",
|
126
|
+
"issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments/{number}",
|
127
|
+
"contents_url": "https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}",
|
128
|
+
"compare_url": "https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}",
|
129
|
+
"merges_url": "https://api.github.com/repos/baxterthehacker/public-repo/merges",
|
130
|
+
"archive_url": "https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}",
|
131
|
+
"downloads_url": "https://api.github.com/repos/baxterthehacker/public-repo/downloads",
|
132
|
+
"issues_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}",
|
133
|
+
"pulls_url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}",
|
134
|
+
"milestones_url": "https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}",
|
135
|
+
"notifications_url": "https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}",
|
136
|
+
"labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
|
137
|
+
"releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
|
138
|
+
"created_at": "2014-05-20T22:39:43Z",
|
139
|
+
"updated_at": "2014-07-01T17:17:43Z",
|
140
|
+
"pushed_at": "2014-07-01T17:21:15Z",
|
141
|
+
"git_url": "git://github.com/baxterthehacker/public-repo.git",
|
142
|
+
"ssh_url": "git@github.com:baxterthehacker/public-repo.git",
|
143
|
+
"clone_url": "https://github.com/baxterthehacker/public-repo.git",
|
144
|
+
"svn_url": "https://github.com/baxterthehacker/public-repo",
|
145
|
+
"homepage": null,
|
146
|
+
"size": 569,
|
147
|
+
"stargazers_count": 0,
|
148
|
+
"watchers_count": 0,
|
149
|
+
"language": null,
|
150
|
+
"has_issues": true,
|
151
|
+
"has_downloads": true,
|
152
|
+
"has_wiki": true,
|
153
|
+
"forks_count": 0,
|
154
|
+
"mirror_url": null,
|
155
|
+
"open_issues_count": 24,
|
156
|
+
"forks": 0,
|
157
|
+
"open_issues": 24,
|
158
|
+
"watchers": 0,
|
159
|
+
"default_branch": "master"
|
160
|
+
},
|
161
|
+
"sender": {
|
162
|
+
"login": "baxterthehacker",
|
163
|
+
"id": 6752317,
|
164
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?",
|
165
|
+
"gravatar_id": "258ae60b5512c8402b93673b7478d9c6",
|
166
|
+
"url": "https://api.github.com/users/baxterthehacker",
|
167
|
+
"html_url": "https://github.com/baxterthehacker",
|
168
|
+
"followers_url": "https://api.github.com/users/baxterthehacker/followers",
|
169
|
+
"following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
|
170
|
+
"gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
|
171
|
+
"starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
|
172
|
+
"subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
|
173
|
+
"organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
|
174
|
+
"repos_url": "https://api.github.com/users/baxterthehacker/repos",
|
175
|
+
"events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
|
176
|
+
"received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
|
177
|
+
"type": "User",
|
178
|
+
"site_admin": false
|
179
|
+
}
|
180
|
+
}
|
@@ -0,0 +1,180 @@
|
|
1
|
+
{
|
2
|
+
"action": "created",
|
3
|
+
"issue": {
|
4
|
+
"url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/47",
|
5
|
+
"labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/47/labels{/name}",
|
6
|
+
"comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/47/comments",
|
7
|
+
"events_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/47/events",
|
8
|
+
"html_url": "https://github.com/baxterthehacker/public-repo/issues/47",
|
9
|
+
"id": 36913817,
|
10
|
+
"number": 47,
|
11
|
+
"title": "Spelling error in the README file",
|
12
|
+
"user": {
|
13
|
+
"login": "mcwaffle1234",
|
14
|
+
"id": 6752317,
|
15
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?",
|
16
|
+
"gravatar_id": "258ae60b5512c8402b93673b7478d9c6",
|
17
|
+
"url": "https://api.github.com/users/baxterthehacker",
|
18
|
+
"html_url": "https://github.com/baxterthehacker",
|
19
|
+
"followers_url": "https://api.github.com/users/baxterthehacker/followers",
|
20
|
+
"following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
|
21
|
+
"gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
|
22
|
+
"starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
|
23
|
+
"subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
|
24
|
+
"organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
|
25
|
+
"repos_url": "https://api.github.com/users/baxterthehacker/repos",
|
26
|
+
"events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
|
27
|
+
"received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
|
28
|
+
"type": "User",
|
29
|
+
"site_admin": false
|
30
|
+
},
|
31
|
+
"labels": [
|
32
|
+
{
|
33
|
+
"url": "https://api.github.com/repos/baxterthehacker/public-repo/labels/bug",
|
34
|
+
"name": "bug",
|
35
|
+
"color": "fc2929"
|
36
|
+
}
|
37
|
+
],
|
38
|
+
"state": "open",
|
39
|
+
"assignee": null,
|
40
|
+
"milestone": null,
|
41
|
+
"comments": 1,
|
42
|
+
"created_at": "2014-07-01T17:21:15Z",
|
43
|
+
"updated_at": "2014-07-01T17:21:15Z",
|
44
|
+
"closed_at": null,
|
45
|
+
"body": "It looks like you accidently spelled 'commit' with two 't's."
|
46
|
+
},
|
47
|
+
"comment": {
|
48
|
+
"url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments/47684681",
|
49
|
+
"html_url": "https://github.com/baxterthehacker/public-repo/issues/47#issuecomment-47684681",
|
50
|
+
"issue_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/47",
|
51
|
+
"id": 47684681,
|
52
|
+
"user": {
|
53
|
+
"login": "baxterthehacker",
|
54
|
+
"id": 6752317,
|
55
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?",
|
56
|
+
"gravatar_id": "258ae60b5512c8402b93673b7478d9c6",
|
57
|
+
"url": "https://api.github.com/users/baxterthehacker",
|
58
|
+
"html_url": "https://github.com/baxterthehacker",
|
59
|
+
"followers_url": "https://api.github.com/users/baxterthehacker/followers",
|
60
|
+
"following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
|
61
|
+
"gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
|
62
|
+
"starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
|
63
|
+
"subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
|
64
|
+
"organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
|
65
|
+
"repos_url": "https://api.github.com/users/baxterthehacker/repos",
|
66
|
+
"events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
|
67
|
+
"received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
|
68
|
+
"type": "User",
|
69
|
+
"site_admin": false
|
70
|
+
},
|
71
|
+
"created_at": "2014-07-01T17:21:15Z",
|
72
|
+
"updated_at": "2014-07-01T17:21:15Z",
|
73
|
+
"body": "I will have to take a look"
|
74
|
+
},
|
75
|
+
"repository": {
|
76
|
+
"id": 20000106,
|
77
|
+
"name": "public-repo",
|
78
|
+
"full_name": "baxterthehacker/public-repo",
|
79
|
+
"owner": {
|
80
|
+
"login": "baxterthehacker",
|
81
|
+
"id": 6752317,
|
82
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?",
|
83
|
+
"gravatar_id": "258ae60b5512c8402b93673b7478d9c6",
|
84
|
+
"url": "https://api.github.com/users/baxterthehacker",
|
85
|
+
"html_url": "https://github.com/baxterthehacker",
|
86
|
+
"followers_url": "https://api.github.com/users/baxterthehacker/followers",
|
87
|
+
"following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
|
88
|
+
"gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
|
89
|
+
"starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
|
90
|
+
"subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
|
91
|
+
"organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
|
92
|
+
"repos_url": "https://api.github.com/users/baxterthehacker/repos",
|
93
|
+
"events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
|
94
|
+
"received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
|
95
|
+
"type": "User",
|
96
|
+
"site_admin": false
|
97
|
+
},
|
98
|
+
"private": false,
|
99
|
+
"html_url": "https://github.com/baxterthehacker/public-repo",
|
100
|
+
"description": "",
|
101
|
+
"fork": false,
|
102
|
+
"url": "https://api.github.com/repos/baxterthehacker/public-repo",
|
103
|
+
"forks_url": "https://api.github.com/repos/baxterthehacker/public-repo/forks",
|
104
|
+
"keys_url": "https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}",
|
105
|
+
"collaborators_url": "https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}",
|
106
|
+
"teams_url": "https://api.github.com/repos/baxterthehacker/public-repo/teams",
|
107
|
+
"hooks_url": "https://api.github.com/repos/baxterthehacker/public-repo/hooks",
|
108
|
+
"issue_events_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}",
|
109
|
+
"events_url": "https://api.github.com/repos/baxterthehacker/public-repo/events",
|
110
|
+
"assignees_url": "https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}",
|
111
|
+
"branches_url": "https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}",
|
112
|
+
"tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/tags",
|
113
|
+
"blobs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}",
|
114
|
+
"git_tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}",
|
115
|
+
"git_refs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}",
|
116
|
+
"trees_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}",
|
117
|
+
"statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}",
|
118
|
+
"languages_url": "https://api.github.com/repos/baxterthehacker/public-repo/languages",
|
119
|
+
"stargazers_url": "https://api.github.com/repos/baxterthehacker/public-repo/stargazers",
|
120
|
+
"contributors_url": "https://api.github.com/repos/baxterthehacker/public-repo/contributors",
|
121
|
+
"subscribers_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscribers",
|
122
|
+
"subscription_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscription",
|
123
|
+
"commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}",
|
124
|
+
"git_commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}",
|
125
|
+
"comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}",
|
126
|
+
"issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments/{number}",
|
127
|
+
"contents_url": "https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}",
|
128
|
+
"compare_url": "https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}",
|
129
|
+
"merges_url": "https://api.github.com/repos/baxterthehacker/public-repo/merges",
|
130
|
+
"archive_url": "https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}",
|
131
|
+
"downloads_url": "https://api.github.com/repos/baxterthehacker/public-repo/downloads",
|
132
|
+
"issues_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}",
|
133
|
+
"pulls_url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}",
|
134
|
+
"milestones_url": "https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}",
|
135
|
+
"notifications_url": "https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}",
|
136
|
+
"labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
|
137
|
+
"releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
|
138
|
+
"created_at": "2014-05-20T22:39:43Z",
|
139
|
+
"updated_at": "2014-07-01T17:17:43Z",
|
140
|
+
"pushed_at": "2014-07-01T17:21:15Z",
|
141
|
+
"git_url": "git://github.com/baxterthehacker/public-repo.git",
|
142
|
+
"ssh_url": "git@github.com:baxterthehacker/public-repo.git",
|
143
|
+
"clone_url": "https://github.com/baxterthehacker/public-repo.git",
|
144
|
+
"svn_url": "https://github.com/baxterthehacker/public-repo",
|
145
|
+
"homepage": null,
|
146
|
+
"size": 569,
|
147
|
+
"stargazers_count": 0,
|
148
|
+
"watchers_count": 0,
|
149
|
+
"language": null,
|
150
|
+
"has_issues": true,
|
151
|
+
"has_downloads": true,
|
152
|
+
"has_wiki": true,
|
153
|
+
"forks_count": 0,
|
154
|
+
"mirror_url": null,
|
155
|
+
"open_issues_count": 24,
|
156
|
+
"forks": 0,
|
157
|
+
"open_issues": 24,
|
158
|
+
"watchers": 0,
|
159
|
+
"default_branch": "master"
|
160
|
+
},
|
161
|
+
"sender": {
|
162
|
+
"login": "baxterthehacker",
|
163
|
+
"id": 6752317,
|
164
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?",
|
165
|
+
"gravatar_id": "258ae60b5512c8402b93673b7478d9c6",
|
166
|
+
"url": "https://api.github.com/users/baxterthehacker",
|
167
|
+
"html_url": "https://github.com/baxterthehacker",
|
168
|
+
"followers_url": "https://api.github.com/users/baxterthehacker/followers",
|
169
|
+
"following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
|
170
|
+
"gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
|
171
|
+
"starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
|
172
|
+
"subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
|
173
|
+
"organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
|
174
|
+
"repos_url": "https://api.github.com/users/baxterthehacker/repos",
|
175
|
+
"events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
|
176
|
+
"received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
|
177
|
+
"type": "User",
|
178
|
+
"site_admin": false
|
179
|
+
}
|
180
|
+
}
|
@@ -0,0 +1,56 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"id": 1,
|
4
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/issues/comments/1",
|
5
|
+
"html_url": "https://github.com/octocat/Hello-World/issues/1347#issuecomment-1",
|
6
|
+
"body": "this is cool",
|
7
|
+
"user": {
|
8
|
+
"login": "octocat",
|
9
|
+
"id": 1,
|
10
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
11
|
+
"gravatar_id": "somehexcode",
|
12
|
+
"url": "https://api.github.com/users/octocat",
|
13
|
+
"html_url": "https://github.com/octocat",
|
14
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
15
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
16
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
17
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
18
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
19
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
20
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
21
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
22
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
23
|
+
"type": "User",
|
24
|
+
"site_admin": false
|
25
|
+
},
|
26
|
+
"created_at": "2011-04-14T16:00:49Z",
|
27
|
+
"updated_at": "2011-04-14T16:00:49Z"
|
28
|
+
},
|
29
|
+
{
|
30
|
+
"id": 1,
|
31
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/issues/comments/1",
|
32
|
+
"html_url": "https://github.com/octocat/Hello-World/issues/1347#issuecomment-1",
|
33
|
+
"body": ":book:",
|
34
|
+
"user": {
|
35
|
+
"login": "octocat",
|
36
|
+
"id": 1,
|
37
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
38
|
+
"gravatar_id": "somehexcode",
|
39
|
+
"url": "https://api.github.com/users/octocat",
|
40
|
+
"html_url": "https://github.com/octocat",
|
41
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
42
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
43
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
44
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
45
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
46
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
47
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
48
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
49
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
50
|
+
"type": "User",
|
51
|
+
"site_admin": false
|
52
|
+
},
|
53
|
+
"created_at": "2011-04-14T16:00:49Z",
|
54
|
+
"updated_at": "2011-04-14T16:00:49Z"
|
55
|
+
}
|
56
|
+
]
|
@@ -0,0 +1,111 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"id": 1,
|
4
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/issues/comments/1",
|
5
|
+
"html_url": "https://github.com/octocat/Hello-World/issues/1347#issuecomment-1",
|
6
|
+
"body": "this is cool",
|
7
|
+
"user": {
|
8
|
+
"login": "octocat",
|
9
|
+
"id": 1,
|
10
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
11
|
+
"gravatar_id": "somehexcode",
|
12
|
+
"url": "https://api.github.com/users/octocat",
|
13
|
+
"html_url": "https://github.com/octocat",
|
14
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
15
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
16
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
17
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
18
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
19
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
20
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
21
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
22
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
23
|
+
"type": "User",
|
24
|
+
"site_admin": false
|
25
|
+
},
|
26
|
+
"created_at": "2011-04-14T16:00:49Z",
|
27
|
+
"updated_at": "2011-04-14T16:00:49Z"
|
28
|
+
},
|
29
|
+
{
|
30
|
+
"id": 1,
|
31
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/issues/comments/1",
|
32
|
+
"html_url": "https://github.com/octocat/Hello-World/issues/1347#issuecomment-1",
|
33
|
+
"body": ":book:",
|
34
|
+
"user": {
|
35
|
+
"login": "octocat",
|
36
|
+
"id": 1,
|
37
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
38
|
+
"gravatar_id": "somehexcode",
|
39
|
+
"url": "https://api.github.com/users/octocat",
|
40
|
+
"html_url": "https://github.com/octocat",
|
41
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
42
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
43
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
44
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
45
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
46
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
47
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
48
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
49
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
50
|
+
"type": "User",
|
51
|
+
"site_admin": false
|
52
|
+
},
|
53
|
+
"created_at": "2011-04-14T16:00:49Z",
|
54
|
+
"updated_at": "2011-04-14T16:00:49Z"
|
55
|
+
},
|
56
|
+
{
|
57
|
+
"id": 1,
|
58
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/issues/comments/1",
|
59
|
+
"html_url": "https://github.com/octocat/Hello-World/issues/1347#issuecomment-1",
|
60
|
+
"body": "this has problems :poop:",
|
61
|
+
"user": {
|
62
|
+
"login": "octocat",
|
63
|
+
"id": 1,
|
64
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
65
|
+
"gravatar_id": "somehexcode",
|
66
|
+
"url": "https://api.github.com/users/octocat",
|
67
|
+
"html_url": "https://github.com/octocat",
|
68
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
69
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
70
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
71
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
72
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
73
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
74
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
75
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
76
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
77
|
+
"type": "User",
|
78
|
+
"site_admin": false
|
79
|
+
},
|
80
|
+
"created_at": "2011-04-14T16:00:49Z",
|
81
|
+
"updated_at": "2011-04-14T16:00:49Z"
|
82
|
+
},
|
83
|
+
{
|
84
|
+
"id": 1,
|
85
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/issues/comments/1",
|
86
|
+
"html_url": "https://github.com/octocat/Hello-World/issues/1347#issuecomment-1",
|
87
|
+
"body": "I'm still working on this",
|
88
|
+
"user": {
|
89
|
+
"login": "octocat",
|
90
|
+
"id": 1,
|
91
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
92
|
+
"gravatar_id": "somehexcode",
|
93
|
+
"url": "https://api.github.com/users/octocat",
|
94
|
+
"html_url": "https://github.com/octocat",
|
95
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
96
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
97
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
98
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
99
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
100
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
101
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
102
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
103
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
104
|
+
"type": "User",
|
105
|
+
"site_admin": false
|
106
|
+
},
|
107
|
+
"created_at": "2011-04-14T16:00:49Z",
|
108
|
+
"updated_at": "2011-04-14T16:00:49Z"
|
109
|
+
}
|
110
|
+
|
111
|
+
]
|