module Gitlab::Client::Namespaces

def namespaces(options = {})

Returns:
  • (Array) -

Parameters:
  • options (Hash) -- A customizable set of options.

Other tags:
    See: https://docs.gitlab.com/ce/api/namespaces.html#list-namespaces -
def namespaces(options = {})
  get('/namespaces', query: options)
end