Does curl have an easy save feature and folder structure, so you can repeatedly call and tweak http requests during production? Curl is super easy for singular calls, not for large projects.
Comment on Bruno HTTP client, offline alternative to Postman/Insomnia
BeanCounter@sh.itjust.works 1 year ago
Do companies know that it’s just a fucking HTTP client? You compete with curl smh
abbadon420@lemm.ee 1 year ago
space@lemmy.dbzer0.com 1 year ago
Yes, it’s called a text file. If you put .sh at the end, you can even run it directly from the command line.
You can even copy full curl commands from browsers in the network tab.
Sigmatics@lemmy.ca 1 year ago
It’s pretty cumbersome if you have to debug APIs, let’s be honest here
knobbysideup@lemm.ee 1 year ago
Ansible?
Viket@lemm.ee 1 year ago
Well to be fair the value postman & co provide is more in storing multiple requests and parameter sets in a somewhat orderly fashion. But yeah … that’s not something I’d open my wallet for either.