-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: None
-
Component/s: None
-
1
I want to receive only the blame for my file, so I use Bitbucket's REST API:
bitbucket.url/rest/api/latest/projects/projectname/repos/reponame/browse/some/file/path.txt?at=c3c6692e903e0f0b7936e77425acdba710330973&type=false&blame=true&noContent=true
Unfortunately, some of my files have more than 500 lines, so I want to know, if I need to look at the next page of results. In all other paginated responses I have "start","size" and "isLastPage" values, but in this particular case I can't see if the result is complete.
It would be really helpful if I would have the pagination params here too.