I am not sure if my question is too broad. I am new to using github api. I need to find out all code changes w.r.t repository. How do I acheive this using github API? I went through the API list and couldn't find anything related to this. Should I use some other way apart from the github APIs to solve this problem?
Asked
Active
Viewed 258 times
0
-
What do you mean by "all code changes"? Every commit? – ChrisGPT was on strike Jan 28 '15 at 03:08
-
Yes...Code changes w.r.t every commit. – Zack Jan 28 '15 at 05:36
1 Answers
-1
The API for this is called ...
git
Serioulsy, git is all about retrieving changes from repositories... what functionality are you looking for that is not part of git itself? (Plus, it will work with other repositories than github, too!)

Has QUIT--Anony-Mousse
- 76,138
- 12
- 138
- 194