Method: CodebaseApi::Commit.show

Defined in:
lib/codebase_api/commit.rb

.show(project, repo_name, ref) ⇒ Object

show all commits on a specified ref



7
8
9
# File 'lib/codebase_api/commit.rb', line 7

def show(project, repo_name, ref)
  CodebaseApi::Request.request("#{project}/#{repo_name}/commits/#{ref}")
end