Hi,
Does anyone have a reasonably good method of finding the total number in a repository ie total items in all pages of : GET /repositories/{username}/{repo_slug}/commits/ without having to iterate throught each page?
I was hoping that there would be a size attribute similar to the attribute returned in the
/2.0/repositories/{username}/{repo_slug}/issues
response.
TIA
Stephen