Hi all,
I’m trying to get the gitlab integration working so I can version-control my server scripts. I seem to have everything set up, as I can test the API in the DF API Docs section, and I can successfully call the “Get Repository Files and Directories” method and get a list of the files in the repo.
However, when I try to retrieve a specific file from that same repo, I get a 404 response. I’m trying to retrieve test.js in the repo root at the moment, and I’ve tried:
test.js
/test.js
/test.js
All 404
Has anyone got this working?
Regards,
Andy