There was an error while loading. Please reload this page.
1 parent cd9cb25 commit 144d2c7Copy full SHA for 144d2c7
1 file changed
lib/resources.rb
@@ -312,6 +312,7 @@ def text_html(response, status, head = {})
312
"comment_count" => 0
313
},
314
"url" => "https://api.github.com/repos/octocat/Hello-World/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
315
+ "html_url" => "https://github.com/octocat/Hello-World/commit/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
316
"comments_url" => "https://api.github.com/repos/octocat/Hello-World/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d/comments",
317
"author" => {
318
"login" => "octocat",
@@ -445,6 +446,8 @@ def text_html(response, status, head = {})
445
446
COMMIT = {
447
"url" => "https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e",
448
"sha" => "6dcb09b5b57875f334f61aebed695e2e4193db5e",
449
+ "html_url" => "https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e",
450
+ "comments_url" => "https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e/comments",
451
"commit" => {
452
"url" => "https://api.github.com/repos/octocat/Hello-World/git/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e",
453
@@ -462,6 +465,7 @@ def text_html(response, status, head = {})
462
465
"url" => "https://api.github.com/repos/octocat/Hello-World/tree/6dcb09b5b57875f334f61aebed695e2e4193db5e",
463
466
464
467
468
+ "comment_count" => 0,
469
470
"author" => USER,
471
"committer" => USER,
0 commit comments