in bitbucket i have a repository. now i have to find total number of line of code that project contains & memory used. please let us know if u have an idea
Hi,
Consider taking a look at our app called Awesome Graphs for Bitbucket. We provide REST API that can help you fetch the lines of code for a certain project or repository.
Here, for example, is a command that returns the number of commits and lines of code added/deleted in the specified repository:
GET /rest/awesome-graphs-api/latest/projects/{projectKey}/repos/{repositorySlug}/commits/statistics
Let me know if you have any questions!
Best regards,
Vlada
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.