Postman Chrome Extension - Test your APIs via a simple GUI

If you’re always building APIs and often need to test your outputs, why not use the Chrome extension POSTMAN.

Instead of running ‘curl’ and having to remember how to set the params values, Postman allows you to send http requests via all the available methods (GET/POST/PUT/DELETE…) through an easy to use GUI interface.

I’ve been using it for quite sometime now and it has been really valuable in my webdev toolkit.