Client
Client copied to clipboard
GitLab API v4 client for PHP
Initiate the topics endpoints.
Currently there is no method to support Topics endpoints (https://docs.gitlab.com/ee/api/topics.html). That would be great to have the minimal list/get/update/create/delete
The Gitlab API has support for the `non_archived` attribute when fetching [issues](https://docs.gitlab.com/ee/api/issues.html). This is currently not exposed [in the code](https://github.com/GitLabPHP/Client/blob/11.14/src/Api/Issues.php#L460), however. Is this something that could be added?
There seems to be a new parameter in the Users API: Attribute | Type | Required | Description -- | -- | -- | -- `without_project_bots` | boolean | no...
At least I couldn't find a way to upload and download attachments. - I'm not sure if `\Gitlab\Api\Projects::uploadFile` could be used to upload, because in the url there is not...
Implement the functions from the Container registry API described in https://docs.gitlab.com/ee/api/container_registry.html
It appears that the GitLab API client for PHP does not currently support the [GitLab Todos API](https://docs.gitlab.com/ee/api/todos.html) endpoint. This endpoint provides functionality for managing to-do items, which is essential for...
Reference: https://docs.gitlab.com/ee/api/project_forks.html#fork-a-project
Hello, the option was implemented before and lost. Is it possible to put it for 11.14 and future tags? [9.18] Implemented with_labels_details parameter https://github.com/GitLabPHP/Client/pull/449