I have created repository in bitbucket named Test. To get branches, i am using this URL.
https://bitbucket.org/api/1.0/repositories/username/Test/branches
It gives me list of branches created in Test Repository. Now i want to know among all the branches, which is the main branch?
Hi Dhara,
Unfortunately, Bitbucket's APIs currently don't provide a way to discover the main branch.
The problem is that we haven't yet decided on how to expose that information via the existing APIs in a performant way. The problem with adding substantial load to the serialization of resources in Bitbucket is that existing integrations who may iterate through the repos on Bitbucket using a large page length (the maximum allowed, even) might start getting timeouts and we could break their integrations (all Bitbucket requests have a soft timeout of 28 seconds and hard timeout of 30 seconds).
We have some proposals which will allow clients to selectively expose previously hidden fields, but that's is all in progress. We hope to add many more fields in our API once that is done.
Sorry for the inconvenience and please stay tuned for updates on this.
Kind Regards,
Abhin
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.