Method: Gitlab::Client::Projects#project_template
- Defined in:
- lib/gitlab/client/projects.rb
#project_template(project, type, key, options = {}) ⇒ Gitlab::ObjectifiedHash
Get one project template of a particular type
621 622 623 |
# File 'lib/gitlab/client/projects.rb', line 621 def project_template(project, type, key, = {}) get("/projects/#{url_encode project}/templates/#{type}/#{key}", query: ) end |