Append the path to the github url with slash when necessary
- Join path with baseurl using a
/where necessary
Join path with baseurl using a / where necessary
This is to avoid having to pass {:path "/path"} ?
Allow to specify the Content-Type and Authorization request headers manually
Do you have a use case for this already?
I'm ok with allowing overwriting the headers but would like to better understand what's the use case for allowing the path without the initial slash.
Allow to specify the Content-Type and Authorization request headers manually
Do you have a use case for this already?
I'm going to update the PR desc, this was part of the PR initially until I removed it. I had trouble with the github authorization before and specifying the Authorization header manually was what did it for me. Now that this code is no longer included the PR desc actually does not make sense.
Allow to specify the Content-Type and Authorization request headers manually
Do you have a use case for this already?
I'm going to update the PR desc, this was part of the PR initially until I removed it. I had trouble with the github authorization before and specifying the Authorization header manually was what did it for me. Now that this code is no longer included the PR desc actually does not make sense.
I'm going to remove the tests as well.