Method: Cnvrg::Datafiles#get_commit
- Defined in:
- lib/cnvrg/datafiles.rb
#get_commit(commit_sha1) ⇒ Object
1231 1232 1233 1234 1235 |
# File 'lib/cnvrg/datafiles.rb', line 1231 def get_commit(commit_sha1) response = Cnvrg::API.request("#{base_resource}/commit/#{commit_sha1}", 'GET') Cnvrg::CLI.is_response_success(response, true) return response end |