python-oauth2
python-oauth2 copied to clipboard
specify auth method
trafficstars
This adds a parameter to the Client.request method to support specifying where the signature data goes (body/header/query string)
I needed this for a specific web service that expects Authorization headers even on GET requests.
@AdamJacobMuller Which web service needed this? Also, needs a test or two.