Hacker News new | ask | show | jobs
by dhruv3006 70 days ago
Yeah, I know what you mean. I still use curl sometimes,but for anything beyond a basic GET, the monolithic nature of tools like Postman feels way too heavy. I recommend checking out Voiden, - all Markdown files and uses composable blocks, this makes it easy for quick, version-controlled tests. Good for the "quick checks" but also for more advanced workflows (collection runner, scripting etc).
1 comments

That looks interesting, I like the Markdown idea.

I usually try to avoid installing tools just for quick checks, so I tend to prefer things that work instantly without setup.

Do you use it more for repeatable workflows, or also for quick “check and move on” stuff?