I have the following GitLab structure
Project-X
- Repository-1
- FileFoder-A
- File-1
- File-2
- File-3
- Repository-2
- FileFoder-B
- File-1
- File-2
- File-3
I am trying to fetch all files under Project-X
/Repository-A
using GitLab API v4.
I have tried the following:
https://gitlab.xx.local/api/v4/<project-x-id>/repository/<repository-A-id>/archive
But, it returns a 404
.