module Gitlab::Client::Templates

def gitlab_ci_yml_templates

Returns:
  • (Array) -
def gitlab_ci_yml_templates
  get('/templates/gitlab_ci_ymls')
end