Skip to content

add the list user projects api endpoint

This adds the list user projects endpoint1.

Its very similar to the list group projects endpoint2 but there are a few less query fields that can be set.

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

  2. https://docs.gitlab.com/ee/api/groups.html#list-a-groups-projects

Merge request reports