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.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With