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.
Asked
Active
Viewed 1,739 times
1 Answers
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