Closed goncalovalverde closed 4 years ago
The current yarl library replaces all the original path when you use "with_path". So if your base URL includes a path, all requests are going to fail. Changed this to include the original path if exists and adding it to all additional paths
Thanks, @goncalovalverde. I've published a new version of jira-oauth on PyPI.
The current yarl library replaces all the original path when you use "with_path". So if your base URL includes a path, all requests are going to fail. Changed this to include the original path if exists and adding it to all additional paths