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

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -