timols / java-gitlab-api

A wrapper for the Gitlab API written in Java
Apache License 2.0
387 stars 317 forks source link

/groups/:id/members API infinite loop #264

Open zarmin opened 7 years ago

zarmin commented 7 years ago

Paging is not working on the /groups/:id/members endpoint, it returns the whole result set in every request. https://gitlab.com/gitlab-org/gitlab-ce/issues/1746

So it results in an infinite loop of page=i+1 requests.