如果要取得代码文件内容,需要获取相应的目录和文件内容:
GET /repos/:owner/:repo/contents/:path
https://api.github.com/repos/typecho-fans/plugins/contents/
[
{
"name": "At",
"path": "At",
"sha": "668a750a5aae5d9187cebfd74f10e43e47d338bc",
"size": null,
"url": "https://api.github.com/repos/typecho-fans/plugins/contents/At?ref=master",
"html_url": "https://github.com/typecho-fans/plugins/tree/master/At",
"git_url": "https://api.github.com/repos/typecho-fans/plugins/git/trees/668a750a5aae5d9187cebfd74f10e43e47d338bc",
"type": "dir",
"_links": {
"self": "https://api.github.com/repos/typecho-fans/plugins/contents/At?ref=master",
"git": "https://api.github.com/repos/typecho-fans/plugins/git/trees/668a750a5aae5d9187cebfd74f10e43e47d338bc",
"html": "https://github.com/typecho-fans/plugins/tree/master/At"
}
},
{
"name": "AutoSlug",
"path": "AutoSlug",
"sha": "e0832144c0af0f5bccfd4f44faa4cfde1e5017cf",
"size": null,
"url": "https://api.github.com/repos/typecho-fans/plugins/contents/AutoSlug?ref=master",
"html_url": "https://github.com/typecho-fans/plugins/tree/master/AutoSlug",
"git_url": "https://api.github.com/repos/typecho-fans/plugins/git/trees/e0832144c0af0f5bccfd4f44faa4cfde1e5017cf",
"type": "dir",
"_links": {
"self": "https://api.github.com/repos/typecho-fans/plugins/contents/AutoSlug?ref=master",
"git": "https://api.github.com/repos/typecho-fans/plugins/git/trees/e0832144c0af0f5bccfd4f44faa4cfde1e5017cf",
"html": "https://github.com/typecho-fans/plugins/tree/master/AutoSlug"
}
},
//省略掉了很多
{
"name": "XiaMiPlayer",
"path": "XiaMiPlayer",
"sha": "6fe21b2edf53e975e8ee4268aff5b757f2ea744d",
"size": null,
"url": "https://api.github.com/repos/typecho-fans/plugins/contents/XiaMiPlayer?ref=master",
"html_url": "https://github.com/typecho-fans/plugins/tree/master/XiaMiPlayer",
"git_url": "https://api.github.com/repos/typecho-fans/plugins/git/trees/6fe21b2edf53e975e8ee4268aff5b757f2ea744d",
"type": "dir",
"_links": {
"self": "https://api.github.com/repos/typecho-fans/plugins/contents/XiaMiPlayer?ref=master",
"git": "https://api.github.com/repos/typecho-fans/plugins/git/trees/6fe21b2edf53e975e8ee4268aff5b757f2ea744d",
"html": "https://github.com/typecho-fans/plugins/tree/master/XiaMiPlayer"
}
}
]
https://api.github.com/repos/typecho-fans/plugins/contents/At/Plugin.php
https://github.com/typecho-fans/plugins
http://stackedit.io/