github4s
github4s copied to clipboard
removeLabel does not url-encode the label name
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.
there might be other apis which encode strings as part of the url too, to check