Top "Bitbucket-api" questions

The Bitbucket REST API allows third-party application developers the means for writing applications for the Bitbucket service.

curl vs python "requests" when hitting APIs

I am trying to hit the Bitbucket API for my account, and a successful attempt looks like: curl --user screename:…

python curl python-requests bitbucket-api
How to get a full list of repositories that a user is allowed to access?

I have found bitbucket api like: https://bitbucket.org/api/2.0/repositories/{teamname} But this link return 301 status (moved permanently to !…

bitbucket bitbucket-api
Is there a way to rename a repository on Bitbucket using their API

Is it possible to rename an existing repository on Bitbucket using their REST API? I read the entire documentation of …

bitbucket bitbucket-api
How to change committed User name in bitbucket?

How to change commit username in bitbucket account ? To change in git I have used this command git filter-branch -f …

git git-svn bitbucket bitbucket-api
Get raw file content using Stash Rest API

I am able to get raw file content using the Bitbucket REST API, as https://api.bitbucket.org/1.0/repositories/AccountName/…

bitbucket-server bitbucket-api
Bitbucket API 2 - create repository in a team project

I have a team on my bitbucket account, myteam, which contains a project named mainproject. Whenever I want to create …

bitbucket-api
How to create a branch using Bitbucket REST API

How can I create a new branch in Bitbucket repository using REST API? I'm using Postman client.

git bitbucket postman bitbucket-api
BitBucket 1.0 REST API Retrieve all Pull-Requests for repository

When I curl the rest api, I get back an empty response but I know that there are pull-requests open. …

bitbucket bitbucket-api
Is there a way to find out email address of users in my team

I want to find out email addresses of users in my team, I can get their usernames but unable to …

bitbucket bitbucket-api