Does anyone know which terminal emulator is used in all the examples? Looks very good!
Show HN: Posting v1 – The modern HTTP client that lives in your terminal
21–30 of 52 posts
Re: Show HN: Posting v1 – The modern HTTP client that lives in your terminal
#22Re: Show HN: Posting v1 – The modern HTTP client that lives in your terminal
#23I developed Just-API (https://github.com/kiranz/just-api) with YAMLs for automation testing of APIs.
Re: Show HN: Posting v1 – The modern HTTP client that lives in your terminal
#24Would 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.
Re: Show HN: Posting v1 – The modern HTTP client that lives in your terminal
#25the 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
#26All HTTP APIs that are all made to interact with JSON.
Re: Show HN: Posting v1 – The modern HTTP client that lives in your terminal
#27Re: Show HN: Posting v1 – The modern HTTP client that lives in your terminal
#28this 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…
Re: Show HN: Posting v1 – The modern HTTP client that lives in your terminal
#29Am 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).
Re: Show HN: Posting v1 – The modern HTTP client that lives in your terminal
#30Am I the only one that hates what the internet became? All HTTP APIs that are all made to interact with JSON.