I want to write a simple java program or client which can get count of all the commits done by users.
How can I write it? Ie, How to use Github APi's in our code so I get the right result?
There are some API's present, but can somebody give example as to how to use it in java client?