-
-
Notifications
You must be signed in to change notification settings - Fork 455
Added Pagination whene listing resources #1
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
Conversation
I think this is not necessary because the single entry will not be modify. See: |
I mean for methods such as this: https://github.com/m4tthumphrey/php-gitlab-api/blob/master/lib/Gitlab/Model/Project.php#L203 Could you change them all to match your changes. In this case:
etc... |
I'm waiting for this pull request 👍 |
I'm not going to merge this as for some reason, it will not merge automatically. I will make these changes myself today. |
Thank you! :) |
Fixed in 4f3b94e |
add parameters when getting project labels
Added support for the path parameter to the commits endpoint
Gitlab has the ability to use a pagination when listing resources.