| Module | Gitlab::Client::Namespaces |
| In: |
lib/gitlab/client/namespaces.rb
|
Defines methods related to namespaces @see github.com/gitlabhq/gitlabhq/blob/master/doc/api/namespaces.md
Gets a list of namespaces.
@example
Gitlab.namespaces
@param [Hash] options A customizable set of options. @options options [Integer] :page The page number. @options options [Integer] :per_page The number of results per page. @options opttion [String] :search The string to search for. @return [Array<Gitlab::ObjectifiedHash>]