Remix.run Logo
pmontra 15 hours ago

A customer of mine uses Postman for its API docs. I never use it to run API calls. I curl to the server from the terminal. I keep a file with the most common sequences and I can add -d @request.json much more easily than from within Postman. Basically I use it only to edit the documentation.