After the whiffs of enshittification caught my nose I did some research and switched over to Insomnia. I don’t make use of any advanced features, just a pre request authentication call that was a little bit of a pain to set up. But it’s working exactly how I was using postman so it’s a suitable replacement for me
Didn't they just push a similar update where they require an account? And pushed all data into their cloud sync without asking?
Tell HN: Postman update removes all your stuff if you refuse to create account
31–40 of 181 posts
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#32We’re building an open-source Postman alternative. 1.6m+ users, 100k+ monthly active users, 55k+ GitHub stars. Web app: https://hoppscotch.io GitHub: https://github.com/hoppscotch/hoppscotch
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#33So they quickly followed what their competitor Insomnia did recently https://news.ycombinator.com/item?id=37680126 Related "Ask HN: Alternatives to Insomnia?" https://news.ycombinator.com/item?id=37691914 and https://news.ycombinator.com/item?id=37725326
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#34We’re building an open-source Postman alternative. 1.6m+ users, 100k+ monthly active users, 55k+ GitHub stars. Web app: https://hoppscotch.io GitHub: https://github.com/hoppscotch/hoppscotch
But you raised VC funding right? Insomnia was an alternative to Postman, raised VC funds, eventually needed to justify that, and suddenly accounts mattered more. They're currently on the same trajectory. Insomnia is open source but just like OP experienced, a single update can do damage and it takes time for the community to react. Is this the same company that raised? If so, are you exempt from that? Have you figure…
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#35Learn and use curl, then you won’t have any issues like this. You can make some scripts in Python or something, too. I say this because the last three tools I used for this all got shitty (postman, insomnia, and thunder client).
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#36Earlier quoted context omitted.
But you raised VC funding right? Insomnia was an alternative to Postman, raised VC funds, eventually needed to justify that, and suddenly accounts mattered more. They're currently on the same trajectory. Insomnia is open source but just like OP experienced, a single update can do damage and it takes time for the community to react. Is this the same company that raised? If so, are you exempt from that? Have you figure…
Postman is also open source lol. Unless its donation driven without funding its all going to be the same.
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#37Paw (now RapidAPI) is a very good alternative, though I can't say they wont be under the same capitalist pressures as Postman. I paid $50, one time. https://paw.cloud/ Edit: To be clear it's an app (downloadable client), despite the url.
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#38Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#39We’re building an open-source Postman alternative. 1.6m+ users, 100k+ monthly active users, 55k+ GitHub stars. Web app: https://hoppscotch.io GitHub: https://github.com/hoppscotch/hoppscotch
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#40If it works for your use case: writing integration tests.
I used Postman in the past but I never really got the point of "storing" queries beyond the history.
I think if you have that need it means it's time to write a frontend to call your endpoints, or use integration tests.