Gitlab is changing the API pagination. Here the warning says the following:
This endpoint is changing to keyset-based pagination. Iterating pages of results with a number (?page=2) is deprecated. Support for iterating with a number will become unsupported in GitLab 15.0. Use the new keyset pagination system instead.
It seems we may use that method here , but at least here we are using the old one that is going to be removed on Gitlab 15 (to be released on May 22, 2022)
Gitlab is changing the API pagination. Here the warning says the following:
It seems we may use that method here , but at least here we are using the old one that is going to be removed on Gitlab 15 (to be released on May 22, 2022)