I am using the GUT API to get the files list. I am using the GIT API Get Contents
This is the URL:
https://github.com/repos/gitster/git/contents/git
where gister is owner git is repository git is path
But I get error as below:
{
"error": "Not Found"
}
Please help me how to get the files list using GIT API.