Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bit Bucket API details for my company's URL

Karthik Padishala May 23, 2016

Hi Team,

My Company has separate / own BitBucket URL. Is there any api provided to our company for finding out the sourcecontrol details for own Bitbucket URL.

If yes, Please let me know how to access the API.

Thanks and Regards,

Karthik P.

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
VivekS May 23, 2016

That 'own Bitbucket url' thing is bitbucket-server (previously known as stash)  ,bitbucket.com is called Bitbucket cloud . Bitbucket server have provided some REST APIs which you can use with basic http authentication (providing username,password).

You can find bitbucket-server REST APIs documentation below-

 

https://developer.atlassian.com/static/rest/bitbucket-server/4.6.1/bitbucket-rest.html

 

Bitbucket-server dont provide rich set of APIs (Bitbucket cloud provides more Rich APIs) , So your requirement is not being done via official APIs then you can create a bitbucket-server addon and you can open your own REST APIs using their JAVA APIs (https://developer.atlassian.com/static/javadoc/bitbucket-server/4.6.1/api/reference/packages.html)

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 23, 2016
TAGS
AUG Leaders

Atlassian Community Events