I am trying to list the files present on an enterprise GitHub repository. I tried using GitHub API but base URL for it is
api.github.com
where as base URL would be different for me and when I put that URL it says couldn't resolve. How can I achieve it for a URL in below format
https://company.net/org/reponame
Below example works for me but the URL that I have it doesn't work
curl -k https://api.github.com/user/repo?refs=master