module Gitlab::Client::Templates

def gitignore_template(key)

Returns:
  • (Gitlab::ObjectifiedHash) -

Parameters:
  • key (String) -- The key of the gitignore template
def gitignore_template(key)
  get("/templates/gitignores/#{key}")
end