Bitbucket private server REST API -


i can't find documentation regarding bitbucket api when hosted on private server. official one: https://confluence.atlassian.com/bitbucket/use-the-bitbucket-cloud-rest-apis-222724129.html have hosted bitbucket server , changing host doesn't work, looks whole api different.

simply changing host doesn't work, looks whole api different.

i have no idea why be, seems you're right. there different api docs bitbucket cloud (which have found) , bitbucket server.

these apis different:

  • bitbucket cloud has 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 @ all, though does have changes endpoints


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -