I'm using GitHub api to crawl Project info (Http,JSON).
I want to crawl total lines of codes of a certain project (using java). And lines of codes of different releases.
I found there are only additions and deletions in JSON reply.
Is it the only way to download whole source code and then analyze it to get total lines of codes?
Does GitHub provide something more convenient?