This specific API requests returns an empty list, even though you can navigate to the member’s repositories and see them all here: Luke Wilk · GitLab.
That public repository can even be retrieved via API (https://gitlab.com/api/v4/projects/8830194).
Am I using the public project API incorrectly?
Thanks
When I test it, I get only the personal projects, which probably is why you get an empty list. Not sure how you would get the whole list.
Not sure, but it could be a bug, as the API documents seem to indicate that you should also be able to get other projects (like the starred projects, why would you star your own project ).
I’m querying for projects owned by another user.
Their projects should be accessible since I’m able to see them via the user interface via the link I shared above.