Method: Cnvrg::Files#start_commit
- Defined in:
- lib/cnvrg/files.rb
#start_commit ⇒ Object
190 191 192 193 194 195 196 |
# File 'lib/cnvrg/files.rb', line 190 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 |