I want to achieve something like git log --stat
achieves using the Github API.
I want to get all the commits that occurred in a repository along with the files that were changed in that particular commit.
How should I go about doing this with the Github API?