Insomnia user checking in..
Technology
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
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.
curl?
I’ll use REST Client in visual studio code when working on Azure functions etc
I use Thunder client in VSC.
Curl
Same. Just curl. Good enough.
Sometimes swagger UI
Insomnia.rest generally is my tool: https://github.com/Kong/insomnia
Thunder Client if you like to keep all the relevant requests n data inside the project directory, probably good for teams: https://open-vsx.org/extension/rangav/vscode-thunder-client
With VS-Codium (vscode with the microsoft telemetry scraped out): https://vscodium.com/
Hoppscotch.io works a treat
Thunderclient for vscodium
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…
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.
rest.nvim with neovim
Insomnia or just plain old cURL
I sometimes use Advanced Rest Client (ARC).
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.
SoapUI open source version works pretty well and does not require a logon to save your projects
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.
I don't really use any tool. For my stuff I use FastAPI which generates swagger UI, and when troubleshooting I interact that way.
Depends on what tests I want to do. Sometimes I just make a python script.
And which ones handle injecting base 64 encoded file content (100MB) into the json body well? I've been using SoapSonar, but I'm having issues with this at the moment.
Paw (native MacOS app)
FF devtools
When you add swagger to your services, you don't need rest clients