@@ -1682,6 +1682,7 @@ def fetch_content(key)
16821682"url" => "https://api.github.com/repos/pengwynn/octokit/contents/bin/some-symlink" ,
16831683"git_url" => "https://api.github.com/repos/pengwynn/octokit/git/blobs/452a98979c88e093d682cab404a3ec82babebb48" ,
16841684"html_url" => "https://github.com/pengwynn/octokit/blob/master/bin/some-symlink" ,
1685+ "download_url" => "https://raw.githubusercontent.com/pengwynn/octokit/master/bin/some-symlink" ,
16851686"_links" => {
16861687"git" => "https://api.github.com/repos/pengwynn/octokit/git/blobs/452a98979c88e093d682cab404a3ec82babebb48" ,
16871688"self" => "https://api.github.com/repos/pengwynn/octokit/contents/bin/some-symlink" ,
@@ -1699,6 +1700,7 @@ def fetch_content(key)
16991700"url" => "https://api.github.com/repos/jquery/jquery/contents/test/qunit?ref=master" ,
17001701"git_url" => "https://api.github.com/repos/jquery/qunit/git/trees/6ca3721222109997540bd6d9ccd396902e0ad2f9" ,
17011702"html_url" => "https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9" ,
1703+ "download_url" => nil ,
17021704"_links" => {
17031705"git" => "https://api.github.com/repos/jquery/qunit/git/trees/6ca3721222109997540bd6d9ccd396902e0ad2f9" ,
17041706"self" => "https://api.github.com/repos/jquery/jquery/contents/test/qunit?ref=master" ,
@@ -1732,6 +1734,7 @@ def fetch_content(key)
17321734"url" => "https://api.github.com/repos/pengwynn/octokit/contents/lib/octokit" ,
17331735"git_url" => "https://api.github.com/repos/pengwynn/octokit/git/trees/a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d" ,
17341736"html_url" => "https://github.com/pengwynn/octokit/tree/master/lib/octokit" ,
1737+ "download_url" => nil ,
17351738"_links" => {
17361739"self" => "https://api.github.com/repos/pengwynn/octokit/contents/lib/octokit" ,
17371740"git" => "https://api.github.com/repos/pengwynn/octokit/git/trees/a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d" ,