atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

Pass header to the request session object to enable authorization via header

Open r-hans opened this issue 8 months ago • 0 comments

Hi all,

my use-case:

  • the authorization details for my REST request are coming from "outside" as http-header
  • I as developer, want to forward this header to the request session created by the package as native as possible

Basically, we need to add another argument "header" to AtlassianRestAPI and add it to the request session. That is, the only structural change.

I will raise a PR once I have time.

Greetings, Raphael

r-hans avatar May 07 '25 14:05 r-hans