Best Alternative to Postman?
from joshuamiller@programming.dev to programming@programming.dev on 31 Dec 08:26
https://programming.dev/post/23554675

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:

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

Thanks in advance for any suggestions! 🙏

#programming

threaded - newest

qaz@lemmy.world on 31 Dec 08:29 next collapse

Have you tried Hoppscotch yet?

CosmicTurtle0@lemmy.dbzer0.com on 31 Dec 12:24 next collapse

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.

MagicShel@lemmy.zip on 31 Dec 22:36 collapse

Yeah we moved from Postman to Hoppscotch and I think it’s pretty decent.

MajorHavoc@programming.dev on 31 Dec 21:14 collapse

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.

omawarisan@lemmy.world on 31 Dec 08:48 next collapse

www.usebruno.com

kameecoding@lemmy.world on 31 Dec 09:56 next collapse

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

BigMikeInAustin@lemmy.world on 31 Dec 10:02 next collapse

Ha ha!

nnullzz@lemmy.world on 31 Dec 11:36 collapse

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

CreatingMachines@fedia.io on 31 Dec 09:33 next collapse

I thought we didn't talk about Bruno.

dax@feddit.org on 31 Dec 10:49 next collapse

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.

thirdBreakfast@lemmy.world on 31 Dec 10:56 next collapse

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

heavydust@sh.itjust.works on 31 Dec 12:39 next collapse

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.

tias@discuss.tchncs.de on 31 Dec 15:25 collapse

I wonder why is this kind of product so liable to enshittification. It’s just a simple Electron GUI to edit and submit requests to a REST API. Much more complex software has worked fine for years as FOSS.

akai_android@programming.dev on 31 Dec 13:27 collapse

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

Maestro@fedia.io on 31 Dec 10:32 collapse

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

sabin@lemmy.world on 31 Dec 08:55 next collapse

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.

rimu@piefed.social on 31 Dec 09:02 next collapse

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 on 31 Dec 10:06 collapse

curl?

Ephera@lemmy.ml on 31 Dec 11:08 collapse

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…

notabot@lemm.ee on 31 Dec 11:27 next collapse

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 on 31 Dec 12:13 collapse

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 on 31 Dec 12:56 next collapse

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

MajorHavoc@programming.dev on 31 Dec 21:12 collapse

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.

Yeah. Pretty much. As one of the folks who could code a new solution in go in a weekend, I have not - because curl plus some trivial one-liners in Bash, Python or PowerShell is already a 90% solution to what I need.

Aurenkin@sh.itjust.works on 31 Dec 09:07 next collapse

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

thirdBreakfast@lemmy.world on 31 Dec 10:57 next collapse

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

banghida@lemm.ee on 31 Dec 11:26 next collapse

Ah shit. Time to make something from scratch then.

Aurenkin@sh.itjust.works on 31 Dec 12:35 collapse

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

Batbro@sh.itjust.works on 31 Dec 16:46 collapse

Check out Insomnium

sirdorius@programming.dev on 31 Dec 09:17 next collapse

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 on 31 Dec 10:07 next collapse

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 on 31 Dec 12:35 next collapse

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.

snowe@programming.dev on 02 Jan 07:08 collapse

android studio is built on intellij, and as a result can do the exact same things intellij does, which includes the .http files (which I think are the same as .rest files). So you can get the exact same features in android studio as you do in vscode. I think.

0x0@programming.dev on 31 Dec 17:08 collapse

Wow… it’s pretty awesome! Thanks.

villainy@lemmy.world on 31 Dec 11:05 next collapse

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

kata1yst@sh.itjust.works on 31 Dec 12:50 next collapse

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

expr@programming.dev on 31 Dec 12:58 next collapse

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.

qaz@lemmy.world on 31 Dec 15:05 next collapse

How would you test a GraphQL API with curl?

EDIT: Nevermind I just looked it up and I’ll just stick with postman for now.

expr@programming.dev on 31 Dec 18:34 collapse

The same way you test any other API. Not really different. I tend to keep my request bodies in separate files organized in folders to keep things tidy.

Strykker@programming.dev on 31 Dec 15:56 next collapse

This is like telling someone who needs a new table saw that they can use a handsaw.

Like sure it works great, but it’s going to be a long process getting things done compared to something like postman.

expr@programming.dev on 31 Dec 18:41 next collapse

It does not take long to use curl, not sure what you’re talking about. There’s not particularly special about what Postman does.

[deleted] on 31 Dec 21:06 collapse

.

msage@programming.dev on 31 Dec 22:09 collapse

Like what?

I make backends, very complex, yet curl does it all, headers, files, any data, whatever.

Need to test an API? Swagger will help everyone.

You need reproducible tests? Write feature tests.

Need to do many requests to achieve a business goal? Put it into a script. Shell is sufficient for basic needs, use anything that can be interpreted for anything more complex. Though at that point you should have an app to handle distributed states, which is never a fun time.

[deleted] on 31 Dec 22:38 collapse

.

msage@programming.dev on 01 Jan 00:09 collapse

You want to tell me that Postman/whatever is a replacement for feature tests or Swagger?

Oh hell naw

runeko@programming.dev on 01 Jan 16:35 collapse

If a person needs to process an entire kitchen worth of lumber, then yes, tablesaw. If, however, a person needs to build one simple box and also learn how the wood fits together and practice their skills, then handsaw.

tatterdemalion@programming.dev on 31 Dec 16:25 collapse

xh is a nice modern alternative.

0x0@programming.dev on 31 Dec 16:36 collapse

What’s not modern about curl?

tatterdemalion@programming.dev on 31 Dec 18:35 collapse

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.

expr@programming.dev on 31 Dec 18:51 next collapse

daniel.haxx.se/docs/curl-vs-httpie.html

Httpie and xh only have a small subset of curl’s functionality, and IMO the claims of more intuitive UX is dubious at best. More magical and limiting is what I would say. Httpie in particular is slow as hell, too.

Daniel has a more thorough comparison of features across different alternatives here: curl.se/docs/comparison-table.html

0x0@programming.dev on 02 Jan 10:13 collapse

If being over 30 is “not modern”, OK, sure, but that’s a bit subjective.

The fuctionality is hardly comparable, cURL supports many protocols. As for memory safety it’s trendy and modern but it hardly makes sense to rewrite such a project in a memory-safe language. It’s been tried though (for some components) and the project lead’s open to that.

filister@lemmy.world on 31 Dec 12:59 next collapse

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 on 31 Dec 12:59 next collapse

I’m a fan of HTTPie

blarth@thelemmy.club on 31 Dec 13:49 next collapse

Thunder client for VS Code.

foster@lemmy.fosterhangdaan.com on 31 Dec 13:50 next collapse

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.

agilob@programming.dev on 31 Dec 19:03 next collapse

I like super simple things that I can use from a single window of my editor or IDE. Most frequently I use vscodium, I use this marketplace.visualstudio.com/items?itemName=unjin…

brian@programming.dev on 01 Jan 06:14 next collapse

I can use insomnium for almost everything, but it’s not as complete as postman. randomly I’ll run into some problem that makes me go back.

for instance, there’s no way to just enter binary data on a readable format to send over websocket. with postman there’s an obvious dropdown to send hex encoded data as a binary message.

CJJackson@programming.dev on 01 Jan 20:53 next collapse

I’ve been working on my own version of Rest API test client, it relies on self executing TOML files, that can be save into a git repository, it currently has unlimited API requests, will be under a 0BSD license.

It currently does not do batch script or data import from spreadsheet or csv, but I can work that feature in, that should be easy to do in Python.

It currently supports arguments and pipelining http responses into a http request. I suppose I could use the pipelining system to do the data import!

It relies on adapters, those will take care of authentication like oAuth and provide the header to merge into the request.

It will be broken down into edition to keep it easy to maintain, current working on JSON edition, but will do XML edition sometime in the future. I really want to stay close to the Unix philosophy!

I did it out of frustration of Postman and other Electron based counterparts. But also I’m doing it because it fun 😁

Oliver@programming.dev on 02 Jan 10:23 next collapse

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

YukioIkeda@programming.dev on 02 Jan 10:41 collapse

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

alienscience@programming.dev on 04 Jan 12:24 collapse

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.