bluefeet / GitLab-API-v4

A complete GitLab API v4 client.
https://metacpan.org/pod/GitLab::API::v4
Other
20 stars 22 forks source link

No all_project_members? #26

Closed ldidry closed 5 years ago

ldidry commented 5 years ago

According to https://docs.gitlab.com/ce/api/members.html#list-all-members-of-a-group-or-project-including-inherited-members, you can fetch all members of a project, even those who have inherited rights from their group belonging.

I couldn't find find a method allowing to do that with GitLab::API::v4. It seems that it's missing a all_project_members method.