Companies need to make money. People need to be paid good wages. I hate how people complain about paying for things that are useful for them. Most people expect things for free or very cheap and I blame the Apple App Store for that. Everyone expects their software to be free or $0.99 nowadays. Even $3.99 is considered too expensive. All this is doing is creating deflation in our industry. Software should be expensive…
Software developers should realize that as their salaries increase (and I'm not even talking about FAANG), companies that are selling SaaS and software solutions have to charge more in order to continue doing the fine work of developing stuff. At the same time, investors are demanding that their portfolio companies begin to take profits after years of blasting away money in favor of growth-at-all-costs. In my SaaS co…
Announcing Updated Postman Plans and Pricing
111–120 of 140 posts
Re: Announcing Updated Postman Plans and Pricing
#112Companies need to make money. People need to be paid good wages. I hate how people complain about paying for things that are useful for them. Most people expect things for free or very cheap and I blame the Apple App Store for that. Everyone expects their software to be free or $0.99 nowadays. Even $3.99 is considered too expensive. All this is doing is creating deflation in our industry. Software should be expensive…
> Software should be expensive. Why? Shouldn't the price of software be determined by the equilibrium of supply and demand? Or are you suggesting there's far more demand than supply?
You always think of yourself as the exception, until it comes for you.
Re: Announcing Updated Postman Plans and Pricing
#113> Existing customers using the free version of Postman can lock in 2019 rates by upgrading to the existing Postman Pro annual plan or Postman Enterprise before February 1, 2020. So if I understand that right, there will be no free plan from 1st of Feb going forward. Or do others read that differently? I should probably start looking for alternatives and saving my API documentations from Postman somewhat better.
Re: Announcing Updated Postman Plans and Pricing
#114Curl is free man.
In all seriousness - Regardless of the solution Postman/Postwomen/Insomnia/Paw/etc - People use these tools so they can easily manipulate any part of their query, without needing to lookup curl flags and nuances.
Serious question: How do you construct complex curl requests? Do you do it all on the command line? Or you do it in a text editor? If you want to change the field of a form for your post request, how quickly can you change it? Curl is a great tool, but for sandbox-like usage it's just too clunky of a UX IMO.
Re: Announcing Updated Postman Plans and Pricing
#115Companies need to make money. People need to be paid good wages. I hate how people complain about paying for things that are useful for them. Most people expect things for free or very cheap and I blame the Apple App Store for that. Everyone expects their software to be free or $0.99 nowadays. Even $3.99 is considered too expensive. All this is doing is creating deflation in our industry. Software should be expensive…
In the pre-app store days it was incredibly difficult to make a business selling software if you weren't one of the very large players.
Having said that, to address-
"Companies need to make money. People need to be paid good wages"
-this would be fair retort if it was a new service charging {X}. If it isn't, the counter-argument is that they were undercharging to prevent competitors from making money / paying good wages.
I'm neither here nor there on this, but it certainly isn't a moral thing that you're holding it as. People are annoyed that they're going to have to pay more for less. Eh.
Re: Announcing Updated Postman Plans and Pricing
#116I'm surprised nobody mentioned https://paw.cloud . It's a Postman alternative that's native (no Electron/Javascript garbage) with a simple one-time-purchase pricing model.
Re: Announcing Updated Postman Plans and Pricing
#117Curl is free man.
The primary value add is the ability to organize groups of related requests and then run them as part of a test suite and assert against the outcomes. It's essentially a test tool for REST APIs that's accessible to a less technical audience.
Re: Announcing Updated Postman Plans and Pricing
#118Earlier quoted context omitted.
Doesn't seem like it supports Windows, so in many people's case (including mine) not a viable alternative. Otherwise looks like a great product.
I don't know any dev on a Windows setup, it's either Linux or MacOS. So this is a very serious question and I even up voted you out of interest. Do you own the admin rights to your dev work setup?
It's been challenging in some regards, but it mostly just works. It's also been a breath of fresh air. I've found paying the Apple tax just not worth it anymore (riddled with bugs and paying a lot more for the same level of hardware).
Note: I have admin rights.
Re: Announcing Updated Postman Plans and Pricing
#119https://insomnia.rest/ is a pretty great alternative. The only thing you don't get for free is data syncing. https://github.com/frigus02/RESTer is a Firefox (or Chrome) extension that does most of the same stuff that PostMan does without requiring a standalone client install.
Re: Announcing Updated Postman Plans and Pricing
#120Earlier quoted context omitted.
Doesn't seem like it supports Windows, so in many people's case (including mine) not a viable alternative. Otherwise looks like a great product.
I don't know any dev on a Windows setup, it's either Linux or MacOS. So this is a very serious question and I even up voted you out of interest. Do you own the admin rights to your dev work setup?