There are some extensions for VSCode that let you define your requests in a text file and has ways to run the file and show the data. Here's one I just found: https://marketplace.visualstudio.com/items?itemName=humao.re... Syntax looks like: GET https://example.com/comments/1 HTTP/1.1 ### GET https://example.com/topics/1 HTTP/1.1 ### POST https://example.com/comments HTTP/1.1 content-type: application/json { "name":…
Tell HN: Postman update removes all your stuff if you refuse to create account
61–70 of 181 posts
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#62We’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
Disappointing that there isn't a standalone program like Postman. I don't want to install an extension in my browser to handle CORS.
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#63So 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
Postman did it first, unless I'm missing something.
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#64Do you use emacs? Have a look at https://github.com/pashky/restclient.el or similar.
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#65So 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
Insomnia doesn’t wipe out your stuff if you don’t create an account though.
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#66I'm not saying the decision is right; personally I much preferred the scratch, because it didn't require a freaking network request every time I want to look at my API collections. I'm just saying, this didn't come out of nowhere.
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#67We’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
It's a non-starter for me if it requires an extension. I also think it's a matter of time before it goes the Insomnia/Postman route. I'd love to be proven wrong though.
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#68I have found Bruno ( https://github.com/usebruno/bruno ) to be a decent basic alternative with a nice bonus of being version control friendly, keep in mind that it's fresh and relatively unpolished though - for instance it doesn't ask you to save changes before closing the app.
This one is free from VC funding and promises to stay away from it. So it should not suffer from enshittification. See https://github.com/usebruno/bruno/discussions/269
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#69It's not flashy so it probably wont get the standard "we are going to milk you for data" plan