Method: CodebaseApi::Commit.show_path
- Defined in:
- lib/codebase_api/commit.rb
.show_path(project, repo_name, ref, path) ⇒ Object
show all commits on a specified ref for a path
12 13 14 |
# File 'lib/codebase_api/commit.rb', line 12 def show_path(project, repo_name, ref, path) CodebaseApi::Request.request("#{project}/#{repo_name}/commits/#{ref}/#{path}") end |