Hacker News new | ask | show | jobs
by si1entstill 1335 days ago
I switched to "vscode-restclient" about a year ago and never looked back. It has variables, everything is saved as text, and I can commit my request suite to source control for collaboration's sake.

https://github.com/Huachao/vscode-restclient

3 comments

The only reason I use Postman still is the Authentication tab has really nice helpers for getting tokens (OAuth 1/2) and signing requests HMAC. It even works with Azure Active Directory.
Same here. Usually you just want to make simple queries, and this is a simple text based way to make m.
I have been recently trying https://www.github.com/usebruno/bruno and it allows you to use your own version control