lita-github_pr_list 0.0.21 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -0
- data/lib/lita/github_pr_list/comment_hook.rb +48 -9
- data/lib/lita/github_pr_list/pull_request.rb +8 -9
- data/lib/lita/github_pr_list/status.rb +67 -18
- data/lib/lita/github_pr_list/version.rb +1 -1
- data/lib/lita/handlers/github_pr_list.rb +1 -2
- data/lita-github_pr_list.gemspec +2 -2
- data/spec/fixtures/issue_comment_event_passed_design.json +180 -0
- data/spec/fixtures/issue_comments_passed_both.json +110 -0
- data/spec/fixtures/issue_comments_passed_design.json +83 -0
- data/spec/fixtures/three_org_issue_list.json +542 -0
- data/spec/lita/handlers/comment_hook_spec.rb +63 -6
- data/spec/lita/handlers/open_pull_request_message_hook_spec.rb +1 -2
- data/spec/lita/handlers/pull_request_spec.rb +12 -11
- metadata +37 -25
@@ -0,0 +1,110 @@
|
|
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": ":elephant: :elephant: :elephant:",
|
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": ":art: :art: :art:",
|
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
|
+
]
|
@@ -0,0 +1,83 @@
|
|
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": ":art: :art: :art:",
|
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
|
+
]
|
@@ -0,0 +1,542 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/issues/1347",
|
4
|
+
"html_url": "https://github.com/octocat/Hello-World/issues/1347",
|
5
|
+
"number": 1347,
|
6
|
+
"state": "open",
|
7
|
+
"title": "Found a bug",
|
8
|
+
"body": "I'm having a problem with this.",
|
9
|
+
"user": {
|
10
|
+
"login": "octocat",
|
11
|
+
"id": 1,
|
12
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
13
|
+
"gravatar_id": "somehexcode",
|
14
|
+
"url": "https://api.github.com/users/octocat",
|
15
|
+
"html_url": "https://github.com/octocat",
|
16
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
17
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
18
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
19
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
20
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
21
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
22
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
23
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
24
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
25
|
+
"type": "User",
|
26
|
+
"site_admin": false
|
27
|
+
},
|
28
|
+
"labels": [
|
29
|
+
{
|
30
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/labels/bug",
|
31
|
+
"name": "bug",
|
32
|
+
"color": "f29513"
|
33
|
+
}
|
34
|
+
],
|
35
|
+
"assignee": {
|
36
|
+
"login": "octocat",
|
37
|
+
"id": 1,
|
38
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
39
|
+
"gravatar_id": "somehexcode",
|
40
|
+
"url": "https://api.github.com/users/octocat",
|
41
|
+
"html_url": "https://github.com/octocat",
|
42
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
43
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
44
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
45
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
46
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
47
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
48
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
49
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
50
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
51
|
+
"type": "User",
|
52
|
+
"site_admin": false
|
53
|
+
},
|
54
|
+
"milestone": {
|
55
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/milestones/1",
|
56
|
+
"number": 1,
|
57
|
+
"state": "open",
|
58
|
+
"title": "v1.0",
|
59
|
+
"description": "",
|
60
|
+
"creator": {
|
61
|
+
"login": "octocat",
|
62
|
+
"id": 1,
|
63
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
64
|
+
"gravatar_id": "somehexcode",
|
65
|
+
"url": "https://api.github.com/users/octocat",
|
66
|
+
"html_url": "https://github.com/octocat",
|
67
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
68
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
69
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
70
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
71
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
72
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
73
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
74
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
75
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
76
|
+
"type": "User",
|
77
|
+
"site_admin": false
|
78
|
+
},
|
79
|
+
"open_issues": 4,
|
80
|
+
"closed_issues": 8,
|
81
|
+
"created_at": "2011-04-10T20:09:31Z",
|
82
|
+
"updated_at": "2014-03-03T18:58:10Z",
|
83
|
+
"due_on": null
|
84
|
+
},
|
85
|
+
"comments": 0,
|
86
|
+
"pull_request": {
|
87
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/pulls/1347",
|
88
|
+
"html_url": "https://github.com/octocat/Hello-World/pull/1347",
|
89
|
+
"diff_url": "https://github.com/octocat/Hello-World/pull/1347.diff",
|
90
|
+
"patch_url": "https://github.com/octocat/Hello-World/pull/1347.patch"
|
91
|
+
},
|
92
|
+
"closed_at": null,
|
93
|
+
"created_at": "2011-04-22T13:33:48Z",
|
94
|
+
"updated_at": "2011-04-22T13:33:48Z",
|
95
|
+
"repository": {
|
96
|
+
"id": 123456789,
|
97
|
+
"name": "waffles",
|
98
|
+
"full_name": "wafflesausages111111/batman_robin",
|
99
|
+
"owner": {
|
100
|
+
"login": "wafflesausages111111",
|
101
|
+
"id": 111111,
|
102
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/123456?",
|
103
|
+
"gravatar_id": "2222222222222222222222222222222222222222222",
|
104
|
+
"url": "https://api.github.com/users/wafflesausages111111",
|
105
|
+
"html_url": "https://github.com/wafflesausages111111",
|
106
|
+
"followers_url": "https://api.github.com/users/wafflesausages111111/followers",
|
107
|
+
"following_url": "https://api.github.com/users/wafflesausages111111/following{/other_user}",
|
108
|
+
"gists_url": "https://api.github.com/users/wafflesausages111111/gists{/gist_id}",
|
109
|
+
"starred_url": "https://api.github.com/users/wafflesausages111111/starred{/owner}{/repo}",
|
110
|
+
"subscriptions_url": "https://api.github.com/users/wafflesausages111111/subscriptions",
|
111
|
+
"organizations_url": "https://api.github.com/users/wafflesausages111111/orgs",
|
112
|
+
"repos_url": "https://api.github.com/users/wafflesausages111111/repos",
|
113
|
+
"events_url": "https://api.github.com/users/wafflesausages111111/events{/privacy}",
|
114
|
+
"received_events_url": "https://api.github.com/users/wafflesausages111111/received_events",
|
115
|
+
"type": "Organization",
|
116
|
+
"site_admin": false
|
117
|
+
},
|
118
|
+
"private": true,
|
119
|
+
"html_url": "https://github.com/wafflesausages111111/batman_robin",
|
120
|
+
"description": "",
|
121
|
+
"fork": false,
|
122
|
+
"url": "https://api.github.com/repos/wafflesausages111111/batman_robin",
|
123
|
+
"forks_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/forks",
|
124
|
+
"keys_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/keys{/key_id}",
|
125
|
+
"collaborators_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/collaborators{/collaborator}",
|
126
|
+
"teams_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/teams",
|
127
|
+
"hooks_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/hooks",
|
128
|
+
"issue_events_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/issues/events{/number}",
|
129
|
+
"events_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/events",
|
130
|
+
"assignees_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/assignees{/user}",
|
131
|
+
"branches_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/branches{/branch}",
|
132
|
+
"tags_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/tags",
|
133
|
+
"blobs_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/git/blobs{/sha}",
|
134
|
+
"git_tags_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/git/tags{/sha}",
|
135
|
+
"git_refs_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/git/refs{/sha}",
|
136
|
+
"trees_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/git/trees{/sha}",
|
137
|
+
"statuses_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/statuses/{sha}",
|
138
|
+
"languages_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/languages",
|
139
|
+
"stargazers_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/stargazers",
|
140
|
+
"contributors_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/contributors",
|
141
|
+
"subscribers_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/subscribers",
|
142
|
+
"subscription_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/subscription",
|
143
|
+
"commits_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/commits{/sha}",
|
144
|
+
"git_commits_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/git/commits{/sha}",
|
145
|
+
"comments_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/comments{/number}",
|
146
|
+
"issue_comment_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/issues/comments/{number}",
|
147
|
+
"contents_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/contents/{+path}",
|
148
|
+
"compare_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/compare/{base}...{head}",
|
149
|
+
"merges_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/merges",
|
150
|
+
"archive_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/{archive_format}{/ref}",
|
151
|
+
"downloads_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/downloads",
|
152
|
+
"issues_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/issues{/number}",
|
153
|
+
"pulls_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/pulls{/number}",
|
154
|
+
"milestones_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/milestones{/number}",
|
155
|
+
"notifications_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/notifications{?since,all,participating}",
|
156
|
+
"labels_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/labels{/name}",
|
157
|
+
"releases_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/releases{/id}",
|
158
|
+
"created_at": "2014-06-23T20:26:50Z",
|
159
|
+
"updated_at": "2014-06-24T22:22:38Z",
|
160
|
+
"pushed_at": "2014-06-25T17:14:43Z",
|
161
|
+
"git_url": "git://github.com/wafflesausages111111/batman_robin.git",
|
162
|
+
"ssh_url": "git@github.com:wafflesausages111111/batman_robin.git",
|
163
|
+
"clone_url": "https://github.com/wafflesausages111111/batman_robin.git",
|
164
|
+
"svn_url": "https://github.com/wafflesausages111111/batman_robin",
|
165
|
+
"homepage": null,
|
166
|
+
"size": 0,
|
167
|
+
"stargazers_count": 0,
|
168
|
+
"watchers_count": 0,
|
169
|
+
"language": "Ruby",
|
170
|
+
"has_issues": true,
|
171
|
+
"has_downloads": true,
|
172
|
+
"has_wiki": true,
|
173
|
+
"forks_count": 0,
|
174
|
+
"mirror_url": null,
|
175
|
+
"open_issues_count": 1,
|
176
|
+
"forks": 0,
|
177
|
+
"open_issues": 1,
|
178
|
+
"watchers": 0,
|
179
|
+
"default_branch": "master"
|
180
|
+
}
|
181
|
+
},
|
182
|
+
{
|
183
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/issues/1347",
|
184
|
+
"html_url": "https://github.com/octocat/Hello-World/issues/1347",
|
185
|
+
"number": 1347,
|
186
|
+
"state": "open",
|
187
|
+
"title": "Found a waffle",
|
188
|
+
"body": "I'm having a problem with this.",
|
189
|
+
"user": {
|
190
|
+
"login": "octocat",
|
191
|
+
"id": 1,
|
192
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
193
|
+
"gravatar_id": "somehexcode",
|
194
|
+
"url": "https://api.github.com/users/octocat",
|
195
|
+
"html_url": "https://github.com/octocat",
|
196
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
197
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
198
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
199
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
200
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
201
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
202
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
203
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
204
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
205
|
+
"type": "User",
|
206
|
+
"site_admin": false
|
207
|
+
},
|
208
|
+
"labels": [
|
209
|
+
{
|
210
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/labels/bug",
|
211
|
+
"name": "bug",
|
212
|
+
"color": "f29513"
|
213
|
+
}
|
214
|
+
],
|
215
|
+
"assignee": {
|
216
|
+
"login": "octocat",
|
217
|
+
"id": 1,
|
218
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
219
|
+
"gravatar_id": "somehexcode",
|
220
|
+
"url": "https://api.github.com/users/octocat",
|
221
|
+
"html_url": "https://github.com/octocat",
|
222
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
223
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
224
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
225
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
226
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
227
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
228
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
229
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
230
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
231
|
+
"type": "User",
|
232
|
+
"site_admin": false
|
233
|
+
},
|
234
|
+
"milestone": {
|
235
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/milestones/1",
|
236
|
+
"number": 1,
|
237
|
+
"state": "open",
|
238
|
+
"title": "v1.0",
|
239
|
+
"description": "",
|
240
|
+
"creator": {
|
241
|
+
"login": "octocat",
|
242
|
+
"id": 1,
|
243
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
244
|
+
"gravatar_id": "somehexcode",
|
245
|
+
"url": "https://api.github.com/users/octocat",
|
246
|
+
"html_url": "https://github.com/octocat",
|
247
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
248
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
249
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
250
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
251
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
252
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
253
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
254
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
255
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
256
|
+
"type": "User",
|
257
|
+
"site_admin": false
|
258
|
+
},
|
259
|
+
"open_issues": 4,
|
260
|
+
"closed_issues": 8,
|
261
|
+
"created_at": "2011-04-10T20:09:31Z",
|
262
|
+
"updated_at": "2014-03-03T18:58:10Z",
|
263
|
+
"due_on": null
|
264
|
+
},
|
265
|
+
"comments": 0,
|
266
|
+
"pull_request": {
|
267
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/pulls/1347",
|
268
|
+
"html_url": "https://github.com/octocat/Hello-World/pull/1347",
|
269
|
+
"diff_url": "https://github.com/octocat/Hello-World/pull/1347.diff",
|
270
|
+
"patch_url": "https://github.com/octocat/Hello-World/pull/1347.patch"
|
271
|
+
},
|
272
|
+
"closed_at": null,
|
273
|
+
"created_at": "2011-04-22T13:33:48Z",
|
274
|
+
"updated_at": "2011-04-22T13:33:48Z",
|
275
|
+
"repository": {
|
276
|
+
"id": 123456789,
|
277
|
+
"name": "waffles",
|
278
|
+
"full_name": "wafflesausages111111/batman_robin",
|
279
|
+
"owner": {
|
280
|
+
"login": "wafflesausages111111",
|
281
|
+
"id": 111111,
|
282
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/123456?",
|
283
|
+
"gravatar_id": "2222222222222222222222222222222222222222222",
|
284
|
+
"url": "https://api.github.com/users/wafflesausages111111",
|
285
|
+
"html_url": "https://github.com/wafflesausages111111",
|
286
|
+
"followers_url": "https://api.github.com/users/wafflesausages111111/followers",
|
287
|
+
"following_url": "https://api.github.com/users/wafflesausages111111/following{/other_user}",
|
288
|
+
"gists_url": "https://api.github.com/users/wafflesausages111111/gists{/gist_id}",
|
289
|
+
"starred_url": "https://api.github.com/users/wafflesausages111111/starred{/owner}{/repo}",
|
290
|
+
"subscriptions_url": "https://api.github.com/users/wafflesausages111111/subscriptions",
|
291
|
+
"organizations_url": "https://api.github.com/users/wafflesausages111111/orgs",
|
292
|
+
"repos_url": "https://api.github.com/users/wafflesausages111111/repos",
|
293
|
+
"events_url": "https://api.github.com/users/wafflesausages111111/events{/privacy}",
|
294
|
+
"received_events_url": "https://api.github.com/users/wafflesausages111111/received_events",
|
295
|
+
"type": "Organization",
|
296
|
+
"site_admin": false
|
297
|
+
},
|
298
|
+
"private": true,
|
299
|
+
"html_url": "https://github.com/wafflesausages111111/batman_robin",
|
300
|
+
"description": "",
|
301
|
+
"fork": false,
|
302
|
+
"url": "https://api.github.com/repos/wafflesausages111111/batman_robin",
|
303
|
+
"forks_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/forks",
|
304
|
+
"keys_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/keys{/key_id}",
|
305
|
+
"collaborators_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/collaborators{/collaborator}",
|
306
|
+
"teams_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/teams",
|
307
|
+
"hooks_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/hooks",
|
308
|
+
"issue_events_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/issues/events{/number}",
|
309
|
+
"events_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/events",
|
310
|
+
"assignees_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/assignees{/user}",
|
311
|
+
"branches_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/branches{/branch}",
|
312
|
+
"tags_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/tags",
|
313
|
+
"blobs_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/git/blobs{/sha}",
|
314
|
+
"git_tags_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/git/tags{/sha}",
|
315
|
+
"git_refs_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/git/refs{/sha}",
|
316
|
+
"trees_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/git/trees{/sha}",
|
317
|
+
"statuses_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/statuses/{sha}",
|
318
|
+
"languages_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/languages",
|
319
|
+
"stargazers_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/stargazers",
|
320
|
+
"contributors_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/contributors",
|
321
|
+
"subscribers_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/subscribers",
|
322
|
+
"subscription_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/subscription",
|
323
|
+
"commits_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/commits{/sha}",
|
324
|
+
"git_commits_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/git/commits{/sha}",
|
325
|
+
"comments_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/comments{/number}",
|
326
|
+
"issue_comment_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/issues/comments/{number}",
|
327
|
+
"contents_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/contents/{+path}",
|
328
|
+
"compare_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/compare/{base}...{head}",
|
329
|
+
"merges_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/merges",
|
330
|
+
"archive_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/{archive_format}{/ref}",
|
331
|
+
"downloads_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/downloads",
|
332
|
+
"issues_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/issues{/number}",
|
333
|
+
"pulls_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/pulls{/number}",
|
334
|
+
"milestones_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/milestones{/number}",
|
335
|
+
"notifications_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/notifications{?since,all,participating}",
|
336
|
+
"labels_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/labels{/name}",
|
337
|
+
"releases_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/releases{/id}",
|
338
|
+
"created_at": "2014-06-23T20:26:50Z",
|
339
|
+
"updated_at": "2014-06-24T22:22:38Z",
|
340
|
+
"pushed_at": "2014-06-25T17:14:43Z",
|
341
|
+
"git_url": "git://github.com/wafflesausages111111/batman_robin.git",
|
342
|
+
"ssh_url": "git@github.com:wafflesausages111111/batman_robin.git",
|
343
|
+
"clone_url": "https://github.com/wafflesausages111111/batman_robin.git",
|
344
|
+
"svn_url": "https://github.com/wafflesausages111111/batman_robin",
|
345
|
+
"homepage": null,
|
346
|
+
"size": 0,
|
347
|
+
"stargazers_count": 0,
|
348
|
+
"watchers_count": 0,
|
349
|
+
"language": "Ruby",
|
350
|
+
"has_issues": true,
|
351
|
+
"has_downloads": true,
|
352
|
+
"has_wiki": true,
|
353
|
+
"forks_count": 0,
|
354
|
+
"mirror_url": null,
|
355
|
+
"open_issues_count": 1,
|
356
|
+
"forks": 0,
|
357
|
+
"open_issues": 1,
|
358
|
+
"watchers": 0,
|
359
|
+
"default_branch": "master"
|
360
|
+
}
|
361
|
+
},
|
362
|
+
{
|
363
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/issues/1347",
|
364
|
+
"html_url": "https://github.com/octocat/Hello-World/issues/1347",
|
365
|
+
"number": 1347,
|
366
|
+
"state": "open",
|
367
|
+
"title": "Found a waffle",
|
368
|
+
"body": "I'm having a problem with this.",
|
369
|
+
"user": {
|
370
|
+
"login": "octocat",
|
371
|
+
"id": 1,
|
372
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
373
|
+
"gravatar_id": "somehexcode",
|
374
|
+
"url": "https://api.github.com/users/octocat",
|
375
|
+
"html_url": "https://github.com/octocat",
|
376
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
377
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
378
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
379
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
380
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
381
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
382
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
383
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
384
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
385
|
+
"type": "User",
|
386
|
+
"site_admin": false
|
387
|
+
},
|
388
|
+
"labels": [
|
389
|
+
{
|
390
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/labels/bug",
|
391
|
+
"name": "bug",
|
392
|
+
"color": "f29513"
|
393
|
+
}
|
394
|
+
],
|
395
|
+
"assignee": {
|
396
|
+
"login": "octocat",
|
397
|
+
"id": 1,
|
398
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
399
|
+
"gravatar_id": "somehexcode",
|
400
|
+
"url": "https://api.github.com/users/octocat",
|
401
|
+
"html_url": "https://github.com/octocat",
|
402
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
403
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
404
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
405
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
406
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
407
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
408
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
409
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
410
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
411
|
+
"type": "User",
|
412
|
+
"site_admin": false
|
413
|
+
},
|
414
|
+
"milestone": {
|
415
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/milestones/1",
|
416
|
+
"number": 1,
|
417
|
+
"state": "open",
|
418
|
+
"title": "v1.0",
|
419
|
+
"description": "",
|
420
|
+
"creator": {
|
421
|
+
"login": "octocat",
|
422
|
+
"id": 1,
|
423
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
424
|
+
"gravatar_id": "somehexcode",
|
425
|
+
"url": "https://api.github.com/users/octocat",
|
426
|
+
"html_url": "https://github.com/octocat",
|
427
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
428
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
429
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
430
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
431
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
432
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
433
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
434
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
435
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
436
|
+
"type": "User",
|
437
|
+
"site_admin": false
|
438
|
+
},
|
439
|
+
"open_issues": 4,
|
440
|
+
"closed_issues": 8,
|
441
|
+
"created_at": "2011-04-10T20:09:31Z",
|
442
|
+
"updated_at": "2014-03-03T18:58:10Z",
|
443
|
+
"due_on": null
|
444
|
+
},
|
445
|
+
"comments": 0,
|
446
|
+
"pull_request": {
|
447
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/pulls/1347",
|
448
|
+
"html_url": "https://github.com/octocat/Hello-World/pull/1347",
|
449
|
+
"diff_url": "https://github.com/octocat/Hello-World/pull/1347.diff",
|
450
|
+
"patch_url": "https://github.com/octocat/Hello-World/pull/1347.patch"
|
451
|
+
},
|
452
|
+
"closed_at": null,
|
453
|
+
"created_at": "2011-04-22T13:33:48Z",
|
454
|
+
"updated_at": "2011-04-22T13:33:48Z",
|
455
|
+
"repository": {
|
456
|
+
"id": 123456789,
|
457
|
+
"name": "waffles",
|
458
|
+
"full_name": "wafflesausages111111/batman_robin",
|
459
|
+
"owner": {
|
460
|
+
"login": "wafflesausages111111",
|
461
|
+
"id": 111111,
|
462
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/123456?",
|
463
|
+
"gravatar_id": "2222222222222222222222222222222222222222222",
|
464
|
+
"url": "https://api.github.com/users/wafflesausages111111",
|
465
|
+
"html_url": "https://github.com/wafflesausages111111",
|
466
|
+
"followers_url": "https://api.github.com/users/wafflesausages111111/followers",
|
467
|
+
"following_url": "https://api.github.com/users/wafflesausages111111/following{/other_user}",
|
468
|
+
"gists_url": "https://api.github.com/users/wafflesausages111111/gists{/gist_id}",
|
469
|
+
"starred_url": "https://api.github.com/users/wafflesausages111111/starred{/owner}{/repo}",
|
470
|
+
"subscriptions_url": "https://api.github.com/users/wafflesausages111111/subscriptions",
|
471
|
+
"organizations_url": "https://api.github.com/users/wafflesausages111111/orgs",
|
472
|
+
"repos_url": "https://api.github.com/users/wafflesausages111111/repos",
|
473
|
+
"events_url": "https://api.github.com/users/wafflesausages111111/events{/privacy}",
|
474
|
+
"received_events_url": "https://api.github.com/users/wafflesausages111111/received_events",
|
475
|
+
"type": "Organization",
|
476
|
+
"site_admin": false
|
477
|
+
},
|
478
|
+
"private": true,
|
479
|
+
"html_url": "https://github.com/wafflesausages111111/batman_robin",
|
480
|
+
"description": "",
|
481
|
+
"fork": false,
|
482
|
+
"url": "https://api.github.com/repos/wafflesausages111111/batman_robin",
|
483
|
+
"forks_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/forks",
|
484
|
+
"keys_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/keys{/key_id}",
|
485
|
+
"collaborators_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/collaborators{/collaborator}",
|
486
|
+
"teams_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/teams",
|
487
|
+
"hooks_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/hooks",
|
488
|
+
"issue_events_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/issues/events{/number}",
|
489
|
+
"events_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/events",
|
490
|
+
"assignees_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/assignees{/user}",
|
491
|
+
"branches_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/branches{/branch}",
|
492
|
+
"tags_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/tags",
|
493
|
+
"blobs_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/git/blobs{/sha}",
|
494
|
+
"git_tags_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/git/tags{/sha}",
|
495
|
+
"git_refs_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/git/refs{/sha}",
|
496
|
+
"trees_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/git/trees{/sha}",
|
497
|
+
"statuses_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/statuses/{sha}",
|
498
|
+
"languages_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/languages",
|
499
|
+
"stargazers_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/stargazers",
|
500
|
+
"contributors_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/contributors",
|
501
|
+
"subscribers_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/subscribers",
|
502
|
+
"subscription_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/subscription",
|
503
|
+
"commits_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/commits{/sha}",
|
504
|
+
"git_commits_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/git/commits{/sha}",
|
505
|
+
"comments_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/comments{/number}",
|
506
|
+
"issue_comment_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/issues/comments/{number}",
|
507
|
+
"contents_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/contents/{+path}",
|
508
|
+
"compare_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/compare/{base}...{head}",
|
509
|
+
"merges_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/merges",
|
510
|
+
"archive_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/{archive_format}{/ref}",
|
511
|
+
"downloads_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/downloads",
|
512
|
+
"issues_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/issues{/number}",
|
513
|
+
"pulls_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/pulls{/number}",
|
514
|
+
"milestones_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/milestones{/number}",
|
515
|
+
"notifications_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/notifications{?since,all,participating}",
|
516
|
+
"labels_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/labels{/name}",
|
517
|
+
"releases_url": "https://api.github.com/repos/wafflesausages111111/batman_robin/releases{/id}",
|
518
|
+
"created_at": "2014-06-23T20:26:50Z",
|
519
|
+
"updated_at": "2014-06-24T22:22:38Z",
|
520
|
+
"pushed_at": "2014-06-25T17:14:43Z",
|
521
|
+
"git_url": "git://github.com/wafflesausages111111/batman_robin.git",
|
522
|
+
"ssh_url": "git@github.com:wafflesausages111111/batman_robin.git",
|
523
|
+
"clone_url": "https://github.com/wafflesausages111111/batman_robin.git",
|
524
|
+
"svn_url": "https://github.com/wafflesausages111111/batman_robin",
|
525
|
+
"homepage": null,
|
526
|
+
"size": 0,
|
527
|
+
"stargazers_count": 0,
|
528
|
+
"watchers_count": 0,
|
529
|
+
"language": "Ruby",
|
530
|
+
"has_issues": true,
|
531
|
+
"has_downloads": true,
|
532
|
+
"has_wiki": true,
|
533
|
+
"forks_count": 0,
|
534
|
+
"mirror_url": null,
|
535
|
+
"open_issues_count": 1,
|
536
|
+
"forks": 0,
|
537
|
+
"open_issues": 1,
|
538
|
+
"watchers": 0,
|
539
|
+
"default_branch": "master"
|
540
|
+
}
|
541
|
+
}
|
542
|
+
]
|