0

I am trying to see some example of how to connect to atlassian bitbucket (used to be STASH) API and I don't see any examples of how does one authenticate to start retrieving data like, projects, repos etc.

double-beep
  • 5,031
  • 17
  • 33
  • 41
David
  • 1,469
  • 5
  • 33
  • 51

1 Answers1

0

You probably want to use OAuth for authentication instead of user passwords and basic auth. For this you need to have an application link in place. I blogged about how to communicate with Atlassian applications by using OAuth in Python here. This will also work in Bitbucket Server.

Hope this helps.

Cheers, Michael

Perry
  • 3
  • 4
Michael Rueegg
  • 765
  • 4
  • 13