this post was submitted on 09 Aug 2023
103 points (93.3% liked)

Technology

71922 readers
3785 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. 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.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

What alternative to 'postman' do you like the most for simply testing a bunch of REST services?

all 42 comments
sorted by: hot top controversial new old
[–] sanimalp@lemmy.world 61 points 2 years ago (2 children)

Insomnia user checking in..

[–] kamiheku@sopuli.xyz 8 points 2 years ago (1 children)

Same, although it has been getting shittier and shittier.

[–] domi@lemmy.secnd.me 3 points 2 years ago (1 children)

How so? I recently switched to it from Postman and haven't heard much negative about it yet.

[–] kamiheku@sopuli.xyz 10 points 2 years ago (1 children)

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.

[–] Gnubyte@lemdit.com 1 points 2 years ago

Never hurts to have a good fork or clone of it lying around somewhere ;-)

[–] zobier@kbin.social 2 points 2 years ago

i use insomnia as well

[–] Robertej92@lemmy.world 28 points 2 years ago (3 children)

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.

[–] ethman42@lemmy.world 7 points 2 years ago

I go with mail carrier. Then again, the man in postman is supposedly from the old English “mann” which just meant person.

[–] Case@unilem.org 2 points 2 years ago

I refer to mine with much ruder terms, but she often misses deliveries, so yeah.

[–] w2qw@aussie.zone 18 points 2 years ago
[–] wernsting@lemm.ee 12 points 2 years ago* (last edited 2 years ago) (1 children)

I’ll use REST Client in visual studio code when working on Azure functions etc

[–] hornedfiend@sopuli.xyz 7 points 2 years ago

I use Thunder client in VSC.

[–] namelivia@lemmy.world 9 points 2 years ago (1 children)
[–] z3rOR0ne@lemmy.ml 2 points 2 years ago

Same. Just curl. Good enough.

[–] starman@programming.dev 8 points 2 years ago

Sometimes swagger UI

[–] Gnubyte@lemdit.com 7 points 2 years ago

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/

[–] EmasXP@lemmy.world 7 points 2 years ago (1 children)
[–] Madeyro@lemmy.dbzer0.com 4 points 2 years ago

This looks very good. Thanks for sharing.

[–] voidentropy@lemm.ee 6 points 2 years ago
[–] soda3x@lemmy.world 4 points 2 years ago

Hoppscotch.io works a treat

[–] tiny@midwest.social 4 points 2 years ago

Thunderclient for vscodium

[–] orclev@lemmy.world 4 points 2 years ago (1 children)

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.

[–] cevn@lemmy.world 2 points 2 years ago

My day job is in OSX so, Paw user checking in. Very nice UI…

[–] sndrtj@feddit.nl 3 points 2 years ago

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.

[–] shinobizilla@lemm.ee 2 points 2 years ago

rest.nvim with neovim

[–] Brisolo32@lemmy.eco.br 2 points 2 years ago

Insomnia or just plain old cURL

[–] hornedfiend@sopuli.xyz 2 points 2 years ago

I sometimes use Advanced Rest Client (ARC).

[–] XpeeN@sopuli.xyz 2 points 2 years ago* (last edited 2 years ago) (1 children)
[–] busydoinnothin@lemm.ee 2 points 2 years ago

We're been looking at hoppscotch mainly for the ability to collaborate and store everything on site.

[–] oddsys@lemmy.world 2 points 2 years ago

SoapUI open source version works pretty well and does not require a logon to save your projects

[–] cpressland@celeb.pizza 2 points 2 years ago

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.

[–] takeda@kbin.social 1 points 2 years ago

I don't really use any tool. For my stuff I use FastAPI which generates swagger UI, and when troubleshooting I interact that way.

[–] 520@kbin.social 1 points 2 years ago

Depends on what tests I want to do. Sometimes I just make a python script.

[–] ictinus@lemmy.world 1 points 2 years ago

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.

[–] dingleberry@discuss.tchncs.de 1 points 2 years ago* (last edited 2 years ago)

Paw (native MacOS app)

[–] Synthead@lemmy.ml 1 points 2 years ago
[–] movie@lemmy.dbzer0.com 0 points 2 years ago

FF devtools

[–] DeriHunter@lemmy.world -1 points 2 years ago

When you add swagger to your services, you don't need rest clients