Method: Cnvrg::Files#start_commit

Defined in:
lib/cnvrg/files.rb

#start_commitObject



205
206
207
208
209
210
211
# File 'lib/cnvrg/files.rb', line 205

def start_commit

  response = Cnvrg::API.request("#{base_resource}/commit/start", 'POST', {project_slug: @project_slug,
                                                                          username: @owner})
  Cnvrg::CLI.is_response_success(response)
  return response
end