Closed wimski closed 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
Great, thanks. 🎉
v11.9.0 has now been released, with this change, and many others, including PHP 8.2 support. 🚢
Even-though there was already support for getting the user's project with a 'starred' parameter, the difference is subtle:
https://docs.gitlab.com/ee/api/projects.html#list-user-projects
https://docs.gitlab.com/ee/api/projects.html#list-projects-starred-by-a-user