I'm using python wrapper, atlassian-python-api library v3.4.1 to communicate with jira, confluence and bamboo APIs.
How can I use the library to get the artifact names and downloading them ?
Alternatively, I found API
https://my-domain/rest/api/latest/plan/MY_PLAN/artifact
To get artifact names.
But my domain is using okta verification so when I hit this url using requests.get, it returns HTML of okta verification page in response.
I've my bamboo API access token as well.
How do I use requests.get to send authenticated requests to this API ?
Earning the Mindful Member badge proves you know how to lead with kindness, plus it enters you into a giveaway for exclusive Atlassian swag. Take the quiz, grab the badge, and comment on our announcement article to spread the good vibes!
Start here