requests-oauthlib icon indicating copy to clipboard operation
requests-oauthlib copied to clipboard

oauth2_session.py does not url encode path

Open Berryfier opened this issue 7 years ago • 0 comments

Not sure if this is a feature or fault. As workaround I use urllib.request.pathname2url to URL encode the path before giving it to oauth2_session.

Berryfier avatar Nov 25 '18 15:11 Berryfier