Add an API for resolving a URL against another
Julian opened this issue · 2 comments
Julian commented
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 :)
mahmoud commented
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 :)
Julian commented
Awesome! Thanks for the quick turnaround!