Postman – powerful tool to work with API
Postman – powerful tool to work with API
I’m creating now API functionality in my project "Image optimizer API". I searched a good program to test it and I found “Postman”. That is a very powerful tool to work with API. You can install it or use as chrome app.
Requests
Postman have all that need a developer to work with API. You can send requests with cookies, files, any headers, and type. All is easy to configuration and ready to run.
Authentication
Almost any API use authentication. With postman can you fast generate authenticate headers. You must only fill out the appropriate form.
Collections
You can create or import collections with API request. With this can you faster test and learn new API’s.
Code generator
When you request work good, you can easily export it to CURL or you favorite programming language.
Import request
You can import request from browser console too, so you don’t need fill out the request form manually.
Requests, setting and request history in cloud
If you work on several PC, that you love it. Your settings and requests are synced and you can focused on your job.
Enjoy!
No Comment