Hi
I'm developing a report application which needs to extract for each developer the number of code lines he added in a given period to Bitbucket git.
The report app is not a part of Bitbucket, thus I need to access Bitbucket by api or any other way.
I searched Bitbucket api but didn't find how to get this data?
Thanks.