Method: Cnvrg::Dataset#list_commits
- Defined in:
- lib/cnvrg/dataset.rb
#list_commits ⇒ Object
40 41 42 43 44 45 |
# File 'lib/cnvrg/dataset.rb', line 40 def list_commits response = Cnvrg::API.request("users/#{self.owner}/datasets/#{self.slug}/list_commits", 'GET') CLI.is_response_success(response) return response end |