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

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -