python-hyper/hyperlink

Add an API for resolving a URL against another

Julian opened this issue · 2 comments

Hi!

url.click appears to take a str. It seems like it would be nice to have an API that takes a URL instead.

(For the same reasons why dealing with URLs and not strs is better in the first place :)

You got it! I made the fix in #36. If you wouldn't mind taking a look, I'd appreciate it a lot. If it looks good to you, give me an LGTM comment, and I'll merge it :)

Awesome! Thanks for the quick turnaround!