Open tobiashochguertel opened 1 year ago
I played a bit around with a fork of restish, and adjusted the code to have a seperated openapi config value for syncing the api. My changes can be found here: https://github.com/tobiashochguertel/restish
I'm not a Go developer... I wouldn't created a pull request but maybe it helps us to solve the issue with a new behavior like I did now.
Related issues: #180
I always get a "Not Authorzation error" when I try to access a openapi endpoint.
but when I define the "Authorization" Header manual on the CLI like following:
it works...
I see also that when the config is writen in
~/.restish/apis.json
the headers name gets transformed to lowercase. I added it explicite with a big A at the beginning, and recognized that restish writes the config with a lowercasea
for the header name. I can expect that this leads also to an issue.