Method: Gitlab::Client::Groups#group_projects
- Defined in:
- lib/gitlab/client/groups.rb
#group_projects(id, options = {}) ⇒ Array<Gitlab::ObjectifiedHash>
Get a list of projects under a group
218 219 220 |
# File 'lib/gitlab/client/groups.rb', line 218 def group_projects(id, = {}) get("/groups/#{url_encode id}/projects", query: ) end |