I've been using curl, like forever. I don't understand the preoccupation for using postman, et. al. -- why pay for something that literally requires a little bit of light RTFM?
Just Use Curl
11–20 of 154 posts
Re: Just Use Curl
#12I've been using curl, like forever. I don't understand the preoccupation for using postman, et. al. -- why pay for something that literally requires a little bit of light RTFM?
I use curl liberally and also tend to create scripts around it to perform common tasks, but I still get why someone would prefer a GUI.
Re: Just Use Curl
#13> It's already on your machine, dipshit Does anyone actually enjoy this uhm style of writing?
Re: Just Use Curl
#14While I like curl, this is highly subjective, some people just prefer a GUI that can guide you and/or be visually explored.
This whole piece also reads like someone is quite angry at people preferring a different workflow than them. Some aspects, like shell history, are also not the magic bullet they propose here as it doesn't, e. G., cover the actual responses.
Curl's ability to do almost everything is a minor curse here too as it means that any documentation (man pages, options help) is very large.
Re: Just Use Curl
#15Re: Just Use Curl
#16I've been using curl, like forever. I don't understand the preoccupation for using postman, et. al. -- why pay for something that literally requires a little bit of light RTFM?
I use both. It's quite convenient to have all the collections available and just send the request with a couple of clicks.
Not sure how some developers could be so allergic to the terminal, don't you already spend a lot of time there?
Re: Just Use Curl
#17Re: Just Use Curl
#18I've been using curl, like forever. I don't understand the preoccupation for using postman, et. al. -- why pay for something that literally requires a little bit of light RTFM?
People absolutely will pay for software rather than reading or thinking, if it makes doing the work easier. You may have heard of this thing called chatgpt.
(not being a web developer, I've only lightly used Postman, and it is definitely handy for things like authentication. Especially once you touch OAuth. But I uninstalled it once they went unnecessarily cloud)
Re: Just Use Curl
#19I've been using curl, like forever. I don't understand the preoccupation for using postman, et. al. -- why pay for something that literally requires a little bit of light RTFM?
If you're doing a lot of requests for testing or some other purpose I could see an argument for a graphical interface. Curl is a masterpiece but it's not that simple to use. But again, we're in $current_year and I'd be surprised if "hey Claude, can you cook up a curl request to do this and that" doesn't work.
Re: Just Use Curl
#20> It's already on your machine, dipshit Does anyone actually enjoy this uhm style of writing?