Method: Cnvrg::Project#list_commits
- Defined in:
- lib/cnvrg/project.rb
#list_commits ⇒ Object
610 611 612 613 614 |
# File 'lib/cnvrg/project.rb', line 610 def list_commits response = Cnvrg::API.request("users/#{self.owner}/projects/#{self.slug}/commits/list", 'GET') CLI.is_response_success(response) return response end |