github4s icon indicating copy to clipboard operation
github4s copied to clipboard

removeLabel does not url-encode the label name

Open dcsobral opened this issue 5 years ago • 1 comments

Remove label API passes the label name as part of the URL, but github4s/http4s fails to url-encode it. Furthermore, the ensuing error does not get decoded.

dcsobral avatar Apr 28 '20 19:04 dcsobral

there might be other apis which encode strings as part of the url too, to check

BenFradet avatar Apr 30 '20 08:04 BenFradet