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

Popular posts from this blog

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -