I don't see a clean/obvious way to do this using the github api. So I'm not even sure it's really that easy/feasible to do. Am I forced to compute this locally (eg: query for ALL the commits of a given repo, and then tally them by author?)
If there is a clean 1-2 API call step way, instead of iterating over all the commits, that would be great.
It's not a duplicate, because the other question is asking how to do this with command line. I need to only use the github API because I will be going over 200+ repos and it needs to be fully programatic, as it starts from the list repos api.