Hey hey. Came across this a bit ago and it's ~60% of the way to what I'm looking for. I've always been unhappy with Postman, and I like how straightforward this is and potentially easy to share with other team members.
A couple feature requests I have:
- For some reason, it doesn't seem to be working off of
go run (probably just user error)
- I generally like default configuration paths such that you don't always need to pass in a flag. That might look like having a
~/.gohit.yaml where you can link to other files off of that, maybe allowing for filtering on inherited file name (ie. github)
- More sophisticated auth support
- dotenv support for secrets and whatnot
And a couple bugs:
- Error on missing config (currently, it just exits without outputting anything)
curl: option --compress: is ambiguous error
I'm happy to contribute to this project if you're still interested in seeing it further.
Hey hey. Came across this a bit ago and it's ~60% of the way to what I'm looking for. I've always been unhappy with Postman, and I like how straightforward this is and potentially easy to share with other team members.
A couple feature requests I have:
go run(probably just user error)~/.gohit.yamlwhere you can link to other files off of that, maybe allowing for filtering on inherited file name (ie. github)And a couple bugs:
curl: option --compress: is ambiguouserrorI'm happy to contribute to this project if you're still interested in seeing it further.