Method: Gitlab::Client::Projects#create_fork
- Defined in:
- lib/gitlab/client/projects.rb
permalink #create_fork(id, options = {}) ⇒ Gitlab::ObjectifiedHash
Forks a project into the user namespace.
438 439 440 |
# File 'lib/gitlab/client/projects.rb', line 438 def create_fork(id, = {}) post("/projects/#{url_encode id}/fork", body: ) end |