What alternative to ‘postman’ do you like the most for simply testing a bunch of REST services?
Curl
Same. Just curl. Good enough.
curl?
I’ve recently been looking at Hopscotch: https://github.com/hoppscotch/hoppscotch
But the free version of Postman seems to offer everything we’d want.
Insomnia user checking in…
Same, although it has been getting shittier and shittier.
How so? I recently switched to it from Postman and haven’t heard much negative about it yet.
Don’t get me wrong, it’s still pretty good and I do prefer it to Postman. I just dislike the amount of extra features and weird Insomnia account stuff they have been adding the past few years. When it first came out I loved it for its simplicity, and I feel like that’s being lost.
Never hurts to have a good fork or clone of it lying around somewhere ;-)
i use insomnia as well
Until I saw the sub I thought this was going to be a question about what to call the postal officer now that we live in a modern society where women are trusted to stuff letterboxes as well as men. Postie is of course the answer to that.
I go with mail carrier. Then again, the man in postman is supposedly from the old English “mann” which just meant person.
I refer to mine with much ruder terms, but she often misses deliveries, so yeah.
Why switch? Postman is still my go-to
I want it free and open source and easy.
They are getting more and more agressive with their paid services and so my guts have informed me that the end is near ;-)
I have seen the same happening with Soapui before: suddenly nobody was using it anymore.
I rolled back to the previous version and deleted update.exe
Oh god, I have to use SoapUI at work occasionally, and I hate it so much.
Same.
Maybe my usecases are extremely basic. And all their Pro features are just bells and whistles that doesn’t affect me but I hope someone does find value out of it.
I’ll use REST Client in visual studio code when working on Azure functions etc
I use Thunder client in VSC.
I used to use Paw, but it’s only available on OS X. It’s a shame because it has the single best variable/templating system I’ve ever used. Since I prefer a cross platform and ideally open source solution though I’ve switched to Insomnia. It’s not quite as good as Paw, but I can actually use it on Windows and Linux unlike Paw.
My day job is in OSX so, Paw user checking in. Very nice UI…
Sometimes swagger UI
deleted by creator
Depends on what tests I want to do. Sometimes I just make a python script.
I sometimes use Advanced Rest Client (ARC).
I don’t really use any tool. For my stuff I use FastAPI which generates swagger UI, and when troubleshooting I interact that way.
Curl. Especially as Firefox’ network tab lets me copy every request in curl format. I only use postman for complex POST/PUT/PATCH requests. I’ve used httpie in the past.
Heard about hoppscotch, that can be used with proxyscotch
We’re been looking at hoppscotch mainly for the ability to collaborate and store everything on site.