(no title)
vrnvu | 1 month ago
Instead of juggling dashboards and collections of requests, or relying on your shell history as Matklad mentions, you have it in a file that you can commit and plug into CI. Win-win.
At some point, that testing shell script can be integrated into your codebase using your working language and build tooling.
easton|1 month ago
People like Postman because it's easy to share credentials and config, and easy(ish) to give to less technical people, but the cliff for pulling that stuff into code is often annoying.
"Postman but actually it's a jupyter-style notebook with your credentials" would be cool, although I don't know exactly what that would look like.
WorldMaker|1 month ago
[1] https://httpie.io/cli
tracker1|1 month ago
Beyond this, I can (re)use client libraries to work with examples, create one-off utility scripts, etc.
vrnvu|1 month ago