GitLabPHP / Client

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

[11.9] Add support for `Users::usersStarredProjects` #735

Closed wimski closed 1 year ago

wimski commented 1 year ago

Even-though there was already support for getting the user's project with a 'starred' parameter, the difference is subtle:

Get a list of visible projects owned by the given user. When accessed without authentication, only public projects are returned.

https://docs.gitlab.com/ee/api/projects.html#list-user-projects

Get a list of visible projects starred by the given user. When accessed without authentication, only public projects are returned.

https://docs.gitlab.com/ee/api/projects.html#list-projects-starred-by-a-user

GrahamCampbell commented 1 year ago

Great, thanks. 🎉

GrahamCampbell commented 1 year ago

v11.9.0 has now been released, with this change, and many others, including PHP 8.2 support. 🚢