rominf / jira-oauth

Python library for Jira OAuth
Apache License 2.0
8 stars 6 forks source link

URL path fix #6

Closed goncalovalverde closed 4 years ago

goncalovalverde commented 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

rominf commented 4 years ago

Thanks, @goncalovalverde. I've published a new version of jira-oauth on PyPI.