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 ?