We are currently using bitbucket server for one of our projects and are considering the switch to either bitbucket data center or cloud. Although most of the API calls we currently use can be replaced by their v2 counterpart, there are some endpoints we rely on that do not have a v2 equivalent. For example, in v1, the commits endpoint has an optional "withCounts" parameter that does not exist in v2.
Will the v1.0 REST api only be removed for cloud, or is this a change across all bitbucket products?
Hi Robert,
Only Bitbucket Cloud is affected by this change. Bitbucket Server is going to continue using API v1 for some time still so you won't have to worry about making any changes to your current calls. Both Server and Data Center operate the same in regards to the api so a move to DC wouldn't cause any required changes either.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.