Just recently fired Postman back up and it’s so different now. Finding it difficult to find my way around when all I want to do is just send a request.

I haven’t used it as much in the last 3 years just because I’ve mostly been building APIs that expose a Swagger UI, but I definitely remember the UI being much simpler back then.

Have y’all moved on to different solutions? If so which ones are you using?


EDIT

I’ve been going through the suggestions, here’s the list of suggestions in order of most times suggested or number of points on the comment:

  • @[email protected]
    link
    fedilink
    7710 months ago

    Insomnia is a bit more like classic postman, though it’s kinda heading the same way too.

    Ended up falling back to cURL and shell history for REST stuffs a lot of the time.

    • AymonOP
      link
      1510 months ago

      I think I remember insomnia being a pretty popular alternative when I first picked up Postman. Never gave it a chance but maybe now it’s the time to switch.

    • @mark
      link
      510 months ago

      Yeah works amazingly well on Linux too

    • AymonOP
      link
      610 months ago

      Perfect! There’s definitely a lot of good suggestions there.

      I’m just so disappointed to see Postman trying to become a more “enterprise” solution.

      • @prwnr
        link
        310 months ago

        well, cause that’s where the most money comes from I guess

  • @beaker
    link
    35
    edit-2
    10 months ago

    We made the decision yesterday to dump Postman in favor of Thunder Client. As soon as I saw the push to create an account and use cloud workspaces, I knew the time would come.

    (edit: correct styling of Thunder Client)

    • kisor
      link
      710 months ago

      Thunderclient

      Looks great, thanks for the rec.

    • seaneoo
      link
      fedilink
      610 months ago

      I’ve never heard of Thunder Client but it looks really interesting

  • @thicket
    link
    2210 months ago

    +1 for this question. Postman was a thing of simple beauty before they tried chasing the VC money

    • @mark
      link
      9
      edit-2
      10 months ago

      Hmm cloud-based solutions for this scare me. But ok if open source.

    • @[email protected]
      link
      fedilink
      210 months ago

      Hoppscotch is such an amazing project. It’s open source, selfhostable, a PWA, and does pretty much everything I used Postman for. easily best alternative for me

    • AymonOP
      link
      110 months ago

      This seems to be one of the most popular alternatives now.

      I never gave it a chance but maybe now’s the time to switch.

  • Psaldorn
    link
    fedilink
    13
    edit-2
    10 months ago

    Stopped using it when they started sending me emails every fucking day.

    I’LL LET YOU KNOW WHEN I WANT TO TEST AN API THANKS

    • @uhN0id
      link
      410 months ago

      This so much. Nothing worse than when a niche service emails you or push notifications you to use something you only need to use when you have a very specific need to haha.

  • Whayle
    link
    fedilink
    1210 months ago

    If you use vscode, you might look at the thunderclient extension.

    • AymonOP
      link
      210 months ago

      Oh this looks promising! Thanks!

  • charlieb
    link
    fedilink
    1210 months ago

    Insomnia has that classic postman feel, but personally I switched to hurl ( https://hurl.dev/ ) I really like how simple it is once it’s setup.

    • AymonOP
      link
      610 months ago

      It has a similar look to the classic postman. I’m just hoping they don’t go the same way postman did if they end up with big investors and ridiculous valuations.

    • @[email protected]
      link
      fedilink
      510 months ago

      +1, has dot env file support so you can commit your rest experiments to your repo without worrying about exposing auth secrets

    • AymonOP
      link
      310 months ago

      Thanks for the suggestion I’ll try it out!