I’m a bit late to the party here because I haven’t needed Postman for a while, but how is it okay that now we have to LOG IN TO POSTMAN and send our API requests to them for them to store on their own cloud?

  • Codex
    link
    12
    edit-2
    8 months ago

    I’ve been out of web dev a couple of years myself and was confused that HTTPie (my favorite curl alternative for terminal testing) now had a very Postman-like GUI interface. Apparently, the need to continually update everything means that old good apps like Postman get enshittified and old simple tools like httpie get turned into bloated apps.

    Seems like Microsoft got really interested in postman in 2022, that’s probably when the issues really started. MS wants everything you do to be in the cloud.

    • lurch (he/him)
      link
      fedilink
      7
      edit-2
      8 months ago

      I’m so sick of it: Apparently a software is considered “dead” if it doesn’t get weekly updates. This is unsustainable. IMO there’s usually a point when a software is actually complete until some lib breaks or so. Especially with the UNIX mantra that every program should just have one purpose.

    • @[email protected]
      link
      fedilink
      28 months ago

      I had the same thing when I was getting back into webdev. A httpie UI what?

      Thankfully the cli tool seems unchanged so far.

  • @stjobe
    link
    98 months ago

    I haven’t done web API work for a while now, but postman had gone to shit even back then, to the point that I actively looked for alternatives. Ended up using an extension for VS Code called Thunder Client if I recall correctly. It was a bit rough around the edges but it got the job done without me having to log in anywhere or upload my requests anywhere.

    • @HowManyNimonsOP
      link
      28 months ago

      The reason I hadn’t used Postman in a while was because I had put Swagger on all my APIs. If that’s an option for you, I recommend it.

      For an alternative, I reckon you can’t go past cUrl. Get a request working, then parametrise it with whatever scripting/programming language you like best, copy paste edit rinse repeat, and you’ve got yourself a makeshift Postman.

  • @[email protected]
    link
    fedilink
    48 months ago

    Postman is also crazy expensive when paying for a team account. Like, there’s no way you represent that much value to the product. We just moved to cURL and have a git project where we store common requests to share.

    • @HowManyNimonsOP
      link
      18 months ago

      This is it. The point of the enshitification is to stop people from sharing a Postman collection file for free on Git, and make them pay a subscription to access their team’s requests online.

      Bloody no. No good steward of their boss’s money would sign up for that.

  • @usefulthings
    link
    -168 months ago

    I don’t have a problem with storing my collections in the cloud behind a login anymore than I do have my company email hosted. It makes my tests accessible anywhere without having to resort to a different file sharing service like Dropbox or Drive.

    • @HowManyNimonsOP
      link
      68 months ago

      Wouldn’t it be nice to have the option to keep all that shit local though? Like there used to be?

      Here’s what I want to know: if the point is to make money, why do they need all my requests to MUST live on their server? How does that help them? There must be an answer and I want no part of it.

    • @RookiA
      link
      3
      edit-2
      8 months ago

      That is meant for hobby devs. At work i can understand that, because if the works test data gets stolen (by possible data leak or exploit) who cares. But it is Postman just digs itself a grave with that, piece by piece.

      • @cactusupyourbutt
        link
        88 months ago

        my work banned it recently because it now requires the cloud

        • @RookiA
          link
          18 months ago

          Yeah there are some companies that think about the risks of everything in the “cloud” ( or rather said, someone elses computer )

        • @GombeenSysadmin
          link
          08 months ago

          Are you using an alternative? Also which company, can I come play?