We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbf13d commit 3603bddCopy full SHA for 3603bdd
lib/responses/repos.rb
@@ -33,6 +33,7 @@ module Responses
33
"compare_url" => "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
34
"contents_url" => "http://api.github.com/repos/octocat/Hello-World/contents/{+path}",
35
"contributors_url" => "http://api.github.com/repos/octocat/Hello-World/contributors",
36
+ "deployments_url" => "http://api.github.com/repos/octocat/Hello-World/deployments",
37
"downloads_url" => "http://api.github.com/repos/octocat/Hello-World/downloads",
38
"events_url" => "http://api.github.com/repos/octocat/Hello-World/events",
39
"forks_url" => "http://api.github.com/repos/octocat/Hello-World/forks",
0 commit comments