git - Grab files changed by commit from GitHub API -
i trying use github api grab files changed particular commit, don't see way of doing it.
in other words, whats equivalent of git show --name-only sha1
in github api?
if fetch commit via repository commits api, response include files
array list of changed files:
https://developer.github.com/v3/repos/commits/#get-a-single-commit
Comments
Post a Comment