this post was submitted on 31 Dec 2024
63 points (100.0% liked)

Programming

20172 readers
438 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

Hey!

I'm currently hitting the limits with Postman's free tier and need your recommendations for alternatives. My company isn't planning to upgrade to the paid version, so I'm specifically looking for:

Must-have features:

  • Unlimited API requests
  • Collection runner or similar batch testing capability
  • Data import from spreadsheets for test automation
  • The collection runner feature is crucial for my workflow: I heavily rely on being able to import Excel data to generate and map multiple API calls without manual setup.

Has anyone switched from Postman to something else that offers these capabilities? What's your experience been like?

Thanks in advance for any suggestions! πŸ™

top 41 comments
sorted by: hot top controversial new old
[–] omawarisan@lemmy.world 36 points 4 months ago (4 children)
[–] kameecoding@lemmy.world 24 points 4 months ago (2 children)

It's branded as Bruno the dog, because the dog is the enemy of the postman.

[–] nnullzz@lemmy.world 2 points 4 months ago

Wow… I feel dumb. I’ve used Bruno for over a year now and never noticed.

[–] dax@feddit.org 16 points 4 months ago* (last edited 4 months ago) (3 children)

I am disappointed about their recent switch to a subscription model though. They quietly removed the single-time purchase "Golden Edition" and introduced multiple subscriptions. Not a good start, let's see if the enshittification continues like with all API testing tools.

[–] heavydust@sh.itjust.works 9 points 4 months ago

That’s hilarious. I remember Bruno being sold as the better tool because it had no subscription, and they switched to being evil in less than a year.

[–] thirdBreakfast@lemmy.world 6 points 4 months ago

Same - As an Insomnia refugee, I thought "Oh no, not this again" and felt foolish for evangelising it.

[–] akai_android@programming.dev 1 points 4 months ago

wait, really?? bruno is chill and i bought the lifetime. it really was billed as an alternative to that model

[–] CreatingMachines@fedia.io 4 points 4 months ago

I thought we didn't talk about Bruno.

[–] Maestro@fedia.io 0 points 4 months ago

Yes, Bruno is great! The only downside is that everytime I start it, I have that damn Disney song stuck in my head πŸ˜†

[–] sirdorius@programming.dev 17 points 4 months ago (2 children)

If you use VSCode, Rest client is so much better than Postman. Requests are simple text files that area easy to edit, version and share with others

[–] dallen@programming.dev 4 points 4 months ago

Also my go-to, I prefer everything in version control instead of someone else’s cloud.

IIRC, Pycharm can also inject the same .rest files.

[–] GissaMittJobb@lemmy.ml 2 points 4 months ago

I use this as well. In fact, I have an instance of VSCode running only for access to the extension library - I do most of my editing in Android Studio, but manage Git interactions and things like Rest Client in VSCode.

[–] rimu@piefed.social 14 points 4 months ago (1 children)

All I want is to make API requests with whatever headers but no fucking Electron so the app loads before the heat death of the universe.. Please, please

[–] dallen@programming.dev 10 points 4 months ago (1 children)
[–] Ephera@lemmy.ml 7 points 4 months ago (2 children)

I'm genuinely wondering, if this is a situation where the open-source community just uses curl and that's why there's only corporate gunk for those who want more features. For example, curl obviously won't support Excel import, but folks in the open-source community are also very unlikely to want that...

[–] expr@programming.dev 5 points 4 months ago

You can easily write a script to make curl requests from a CSV.

[–] notabot@lemm.ee 2 points 4 months ago (1 children)

Depending on exactly what you mean by importing from excel, there are libraries for Perl/Python/your scripting language of choice that will simplify that so it becomes a matter of a fairly small amount of code to build a test harness that does exactly what you want.

[–] Ephera@lemmy.ml 2 points 4 months ago

Well, OP mentioned an Excel import, so I'm not 100% sure what that means either. πŸ™ƒ

But yeah, that's part of why I'm wondering. I hardly know anything about Postman, so I'm probably underestimating how complex this would be, but it still feels like at least the core feature-set could easily be covered by an open-source tool, if anyone in the open-source community had that itch to scratch.
Maybe it's also just solving a problem that only companies have? The webpage mentions some things about centrally managing API definitions. Do not ask me why the API definitions are not in a repo. But I guess, if you join a company that works like that, you're not going lean up against that...

[–] expr@programming.dev 9 points 4 months ago* (last edited 4 months ago) (1 children)

Curl. Everything you described is not hard to do via scripts. I use it every day for all of my API testing needs. You're also not limited to the features Postman provides.

[–] tatterdemalion@programming.dev 0 points 4 months ago (1 children)

xh is a nice modern alternative.

[–] 0x0@programming.dev 0 points 4 months ago (1 children)

What's not modern about curl?

[–] tatterdemalion@programming.dev -1 points 4 months ago

It's almost 30 years old. Not to knock cURL, it's a staple for sure.

HTTPie and xh claim to have a more intuitive UX. If the functionality is comparable, I choose tools written in memory-safe languages by default.

[–] villainy@lemmy.world 9 points 4 months ago

I use an organized git repo full of curl shell scripts 🀷

[–] Aurenkin@sh.itjust.works 9 points 4 months ago (2 children)

It's been a while but insomnia used to be my go to

[–] thirdBreakfast@lemmy.world 14 points 4 months ago (2 children)

It got enshittified. I went to use it one day and it wouldn't work without creating an account.

[–] Aurenkin@sh.itjust.works 3 points 4 months ago

Aw man that really sucks. I moved to it back in the day after Postman got enshittified. The cycle continues I suppose

[–] banghida@lemm.ee 3 points 4 months ago

Ah shit. Time to make something from scratch then.

[–] Mirror Giraffe@piefed.social 2 points 4 months ago

I use insomnia but many of the updates to it disrupt my workflow. I should probably find something else.

[–] qaz@lemmy.world 6 points 4 months ago* (last edited 4 months ago) (2 children)
[–] CosmicTurtle0@lemmy.dbzer0.com 3 points 4 months ago* (last edited 4 months ago)

This is my official recommendation. It aims to be a drop-in replacement of Postman. They don't have pre/post-execution scripts at the collection level (only at the request level) and there are a few other features missing but they are making pretty good progress.

I say official because I was on my company's committee to switch to a new API tool. Though I personally felt that we should have just paid for Postman. But our business risk team didn't like the terms that Postman had.

[–] MajorHavoc@programming.dev 1 points 4 months ago* (last edited 4 months ago)

Hopscotch is the one I've been recommending, but it has a "use us before we also enshitify" vibe, so I'm going to check out Insomnium, the open fork of Insomnia.

[–] filister@lemmy.world 2 points 4 months ago

https://httpie.io/ check this one, they have both command line and also desktop application, but not sure if it covers all your requirements.

[–] modality@lemmy.myserv.one 2 points 4 months ago

I’m a fan of HTTPie

Every app in this space tends to get enshittified, so I just use shell scripts to do API calls nowadays. I used Insomnia and Postman in the past.

[–] kata1yst@sh.itjust.works 1 points 4 months ago

Milkman. It's simple and I've seen bugs where it hangs, but overall it works well, doesn't require a login, runs local, is open source, supports postman import, and exports to a nice variety of formats

[–] alienscience@programming.dev 1 points 4 months ago

I think that Kreya is worth a mention:

  • It has more complete OAuth2 support than Insomnia.
  • Saves to human readable files.
  • Usable free tier.
  • Cheap Pro tier pricing.
[–] Oliver@programming.dev 1 points 4 months ago (1 children)

Just moved to Apidog three month ago, better than Postman I think, and free too.

[–] YukioIkeda@programming.dev 1 points 4 months ago

Apidog is the best in terms of UI. I use it regularly and love it.

[–] blarth@thelemmy.club 0 points 4 months ago

Thunder client for VS Code.

[–] sabin@lemmy.world -1 points 4 months ago

Sorry if this response is mal-informed and misses some important part of your workflow, but if all you're trying to do is run a postman collection then all you really need is newman.