我想在GitHub中指定路径下面的文件路径列表。
像这样,在URL中写下路径。
https://api.github.com/repos/repoName/filelist?path=/pics/
响应
{"path":["/pics/20161030/a.jpg",
"/pics/20161030/b.gif",
"/pics/20161031/c.jpg"]}
GitHub API中是否有这样的功能?
答案 0 :(得分:0)
解决。
1.通过提交获得SHA头。
https://api.github.com/repos/userName/repoName/commits
2.从树中搜索文件
https://api.github.com/repos/userName/repoName/git/trees/SHA