Hello
I’m trying to get the first two commits (in bold)
on a branch using rest api in bitbucket
commit 1
commit 2
commit 3
however this api it is returning all 3 commits
https://url/rest/api/1.0/projects/repo/repos/project-name/commits/?until=master
Any idea if there is an api where I can specify commit id as a starting point
Thanks in advance,
Ibrahim