I\'m trying build a method in which I can access a Github user name, and publish either all commits or at least a number of commits from that user.
Is there a call to GE
UPDATE MAY 2019
You can get the commit count by iterating over the repos and using the Contributors API. This is faster and easier than parsing commit events in the Events API.
basically query the user repos making a get request to /users/
and then iterate over the repository names making requests to /repos/