DEV Community

Discussion on: No More postman just use cURL + vim =

Collapse
 
hemant profile image
Hemant Joshi

The main Reason why I use Postman rather then Curl+ vim...

  • it usually take 8-9 days to design a badass backend, so I worry about response and other thing, rather then using curl.Postman easy

  • Main
    I am a full stack developer, so I need to send the api request's multiple time, just like:
    Sigin Signout add to database delete etc etc..

Which requires each time auth, and sending data where post man saves the previous response in terms of Input and Output..

Sending Authorization, formdata etc etc is too easy by using postman

Also the saved requests make it easy to use and test..

Curl is also good, but Postman Makes live too easy..