Client
Client copied to clipboard
GitLab API v4 client for PHP
Implement the `/project//deployment//merge_requests` endpoint as per the documentation: https://docs.gitlab.com/api/deployments/#list-of-merge-requests-associated-with-a-deployment
As per the docs: https://docs.gitlab.com/api/deployments/#list-project-deployments I have added the following options for filtering: - `updated_after` - `updated_before` - `finished_after` - `finished_before` I have also added the sort mode `finished_at` which...
https://docs.gitlab.com/api/users/#list-users > without_project_bots > Filters user without project bots. Default is false. Solves #810
There is no way to fetch the remote mirror(s) for a project. This PR will add it. I based myself on the protected tags, that also didn't have a test...
Api specification: https://docs.gitlab.com/ee/api/commits.html#list-merge-requests-associated-with-a-commit
This pull request proposes that you add the route to query the last pipeline that was executed for the project being requested. https://docs.gitlab.com/api/pipelines/#get-the-latest-pipeline