The statistics I want to pull about a repository include those offered by the Github statistics API https://developer.github.com/v3/repos/statistics/
My question is, is this possible using the library JGit?
From my research using stack over flow and Google, there is little, if any information that is clear about this. At this point I am doing research prior to starting a project, so example lines of code or even a guaranteed yes\no answer from experienced users is appreciated.