Hi all,
I'm just looking for the best way to list merged branches in a repo using cURL.
Is it possible to add some filter parameter for that?
var curlCommand = "curl -s -i -X GET -H \"Authorization: Bearer ${options.bitbucketToken}\" -H \"Content-Type: application/json\" ${bitbucketUrl}/rest/${cmd}";
I know, I know... API 1.0 will be deprecated but my company has not updated its server yet.