Method: Cnvrg::Files#start_commit

Defined in:
lib/cnvrg/files.rb

#start_commitObject



219
220
221
222
223
224
225
# File 'lib/cnvrg/files.rb', line 219

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