Add function to get a users starred projects #2683
Labels
awaiting upstream
released
This issue/pull request has been released.
type:feature
Changes add a new feature
Description
Today, gitbeaker already has the ability to get a users projects via
Gitlab.Users.projects()
. This calls the GitLab API endpoint at/users/:user_id/projects
, see hereWhat I miss is the functionality to also get the starred projects of a user, that is expose very similarly by the GitLab API
/users/:user_id/starred_projects
, see hereProposal
I propose to implement this as a function
Gitlab.Users.starredProjects()
very similarly as it is done inGitlab.Users.projects()
but calling the appropriate endpoint/users/:user_id/starred_project
instead.Also, I'm willing to contribute this if you agree, that this is a feature, that should be in gitbeaker
Checklist
The text was updated successfully, but these errors were encountered: