Live data from Hacker News

Show HN: Posting v1 – The modern HTTP client that lives in your terminal

github.com

21–30 of 52 posts

Re: Show HN: Posting v1 – The modern HTTP client that lives in your terminal

#24
post #8
post #5

Would be great to be able to use it with the hurl format to have a GUI for hurl: https://hurl.dev/docs/hurl-file.html

I'm going to explore integration with other formats in the future. Right now there's experimental (incomplete) support for importing from OpenAPI v3. I'd like to add Postman and Insomnia collection importing too. Some kind of integration with Hurl could be very nice too, but would likely come further down the line.

Please, allow using flat file http messages. IntelliJ has a great build in http client that's using HTTP message files and otherwise has a similar feature set. But having to launch intellij every time is a real PITA.

Re: Show HN: Posting v1 – The modern HTTP client that lives in your terminal

#25
this looks really great! since insomnia started requiring an account I never really settled on anything else.

the one thing that worries me is compatibility - I echo the voices asking for hurl support. it kinda sucks that each of these programs invents its own format.

it would also be great to be able to run these requests as part of a CI pipeline, without opening the TUI. supporting a format like hurl would add this ability automatically, because the same files could be used by other clients.

p.s. upon trying it out the first things i missed is "how do I create a new collection?" and "how do I exit?". it felt that both should have been a command in the command plate. in the end if created the collection manually as a folder and exited using Ctrl+C, but I'm still not sure if that was the intended way.

Re: Show HN: Posting v1 – The modern HTTP client that lives in your terminal

#28
post #25

this looks really great! since insomnia started requiring an account I never really settled on anything else. the one thing that worries me is compatibility - I echo the voices asking for hurl support. it kinda sucks that each of these programs invents its own format. it would also be great to be able to run these requests as part of a CI pipeline, without opening the TUI. supporting a format like hurl would add this…

I've switched to the built-in HTTP client in Jetbrains IDEs. The experience is a _little_ worse for one-off requests, but it's a lot nicer for things you do more often, and very easy to version control and include in a project.

Re: Show HN: Posting v1 – The modern HTTP client that lives in your terminal

#29

Am I the only one who prefers to use nodejs and fetch for this these days? Especially since I need it to work in Windows (and no, I can't install WSL).

Then you may like https://github.com/4lejandrito/fetchbook

Re: Show HN: Posting v1 – The modern HTTP client that lives in your terminal

#30

Am I the only one that hates what the internet became? All HTTP APIs that are all made to interact with JSON.

Well as soon as it gets interesting, JSON goes out of the window. No firmware engineer would send me JSON over HTTP, for example.
Post reply on HN