Hi,
I am trying to pull data between two tags from bitbucket using web api, here is the web api.
https://bitbucket.local.com/rest/api/latest/projects/TEST/repos/test/changes?since=fb7232323fw3jwj8b14&until=a6c4f1a060426e697896c567c0e444uu477e&limit=2000&start=1000
In since and from added dummy sha of two tags basically those are last commits sha of both the tags and when requesting to changes web api, I am able to get data but not more than 1000, even tried to use start parameter for pagination but no success.
please guide.
Thanks in Advance
Rupesh
In the documentation it says that there is a hard cap se the the "@code page.max.changes".
Note: The implementation will apply a hard cap ({@code page.max.changes}) and it is not possible to request subsequent content when that cap is exceeded.
This page has some information on setting the values to a higher limit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.