Method: Gitlab::Client::Projects#user_starred_projects
- Defined in:
- lib/gitlab/client/projects.rb
#user_starred_projects(user_id, options = {}) ⇒ Array<Gitlab::ObjectifiedHash>
Get a list of visible projects that the given user has starred.
556 557 558 |
# File 'lib/gitlab/client/projects.rb', line 556 def user_starred_projects(user_id, = {}) get("/users/#{url_encode user_id}/starred_projects", query: ) end |