You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.yaml
where 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 ambiguous
errorI'm happy to contribute to this project if you're still interested in seeing it further.
The text was updated successfully, but these errors were encountered: