GitLabPHP / Client

GitLab API v4 client for PHP
MIT License
933 stars 452 forks source link

Add Support for Todos API Endpoint #816

Open Ichirobtw opened 1 month ago

Ichirobtw commented 1 month ago

It appears that the GitLab API client for PHP does not currently support the GitLab Todos API endpoint. This endpoint provides functionality for managing to-do items, which is essential for integrating tasks and notifications from GitLab.

Expected Behavior: The client should offer methods to interact with the following key functionalities of the Todos API:

Actual Behavior: Currently, there is no direct support for interacting with the Todos API. It would be helpful to have built-in methods for:

Feature Request: Please consider adding support for the following endpoints:

Benefits: Adding support for the Todos API would enhance the client's usefulness for developers managing tasks and notifications within GitLab, allowing for more comprehensive project management and automation within PHP applications.

Relevant Documentation: GitLab Todos API Documentation