module Gitlab::Client::Templates

def license_templates(options = {})

Returns:
  • (Array) -

Options Hash: (**options)
  • popular(optional) (Boolean) -- If passed, returns only popular licenses.

Parameters:
  • options (Hash) -- A customizable set of options.
def license_templates(options = {})
  get('/templates/licenses', query: options)
end