Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bitbucket private server REST API

I can't find any documentation regarding bitbucket API when hosted on private server. Official one: https://confluence.atlassian.com/bitbucket/use-the-bitbucket-cloud-rest-apis-222724129.html We have hosted bitbucket server and simply changing the host doesn't work, it looks like the whole API is different.

like image 727
MistyK Avatar asked Jul 25 '26 04:07

MistyK


1 Answers

simply changing the host doesn't work, it looks like the whole API is different.

I have no idea why that would be, but it seems that you're right. There are different API docs for Bitbucket Cloud (which you have found) and for Bitbucket Server.

These APIs are certainly different:

  • Bitbucket Cloud has a number of changesets endpoints, e.g.

    GET https://api.bitbucket.org/1.0/repositories/{accountname}/{repo_slug}/
        changesets?limit=integer?start=node
    
  • Bitbucket Server has no changesets endpoints at all, though it does have some changes endpoints

like image 115
Chris Avatar answered Jul 27 '26 09:07

Chris



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!