python-simple-rest-client
python-simple-rest-client copied to clipboard
Authentication
How to include authentication in the requests being sent. Is there an example I can refer to? Appreciate your help on this.
You can include 'headers' directly in the call:
accountservice.oauth(headers={"Authorization":auth})