504
505
506
507
|
# File 'lib/cnvrg/project.rb', line 504
def clone(remote = 0, commit)
response = Cnvrg::API.request("users/#{self.owner}/projects/#{self.slug}/clone", 'POST', {project_slug: self.slug, remote: remote, commit: commit})
return response
end
|