I can browse the public snippets of a project without authenticating, for example: https://gitlab.com/Boiethios/someproject/snippets.
I thus expect to access this information through a public API. However, the V4 API does not allow to do so: GET https://gitlab.com/api/v4/projects/6165269/snippets
returns a 401
.
How can I do that?