module Gitlab::Client::Templates
def gitignore_template(key)
-
(Gitlab::ObjectifiedHash)
-
Parameters:
-
key
(String
) -- The key of the gitignore template
def gitignore_template(key) get("/templates/gitignores/#{key}") end
(Gitlab::ObjectifiedHash)
-
key
(String
)
-- The key of the gitignore template
def gitignore_template(key) get("/templates/gitignores/#{key}") end