Hacker News new | ask | show | jobs
by stonecharioteer 996 days ago
I ditched all these in favour of curl or xh a couple of years ago. Keep my recipes in shell scripts with documentation. Solves everything for me.
1 comments

This makes it relatively easy to chain calls if necessary - call one api to get a authn token and then call another with the token you just got. I think that postman and insomnia can do that, but it's a breeze from the command line.