|
|
|
|
|
by finitestateuni
1060 days ago
|
|
Does postman do anything curl doesn’t? When I was on onboarding at a job my pair started teaching me postman, which ended with me teaching them curl and them dropping postman. If you need to share queries, put them in version control! |
|
It’s like saying web browser doesn’t do anything that curl doesn’t. It’s technically true but not really.
But it’s also technically incorrect. Even on request level, not speaking about all the things on top that Postman does, Postman also does grpc and graphql (edit: and websocket), which curl doesn’t.
Once you start adding all the features, it’s very hard to replace Postman with anything.