Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitlab API changing pagination (new keyset pagination system) #780

Open
Pablohn26 opened this issue Apr 19, 2022 · 0 comments
Open

Gitlab API changing pagination (new keyset pagination system) #780

Pablohn26 opened this issue Apr 19, 2022 · 0 comments

Comments

@Pablohn26
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant