python-simple-rest-client icon indicating copy to clipboard operation
python-simple-rest-client copied to clipboard

Authentication

Open rakeshedamula opened this issue 5 years ago • 1 comments

How to include authentication in the requests being sent. Is there an example I can refer to? Appreciate your help on this.

rakeshedamula avatar Dec 16 '19 16:12 rakeshedamula

You can include 'headers' directly in the call:

accountservice.oauth(headers={"Authorization":auth})

gt3389b avatar Aug 27 '20 13:08 gt3389b