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@lemmy.world
    link
    fedilink
    arrow-up
    12
    ·
    edit-2
    5 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@sh.itjust.works
      link
      fedilink
      arrow-up
      7
      ·
      edit-2
      5 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.

    • flatpandisk@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      5 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@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    5 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.

  • invertedspear@lemm.ee
    link
    fedilink
    arrow-up
    4
    ·
    5 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.

    • HowManyNimons@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      5 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@lemmy.world
    link
    fedilink
    arrow-up
    1
    arrow-down
    17
    ·
    5 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.

    • HowManyNimons@lemmy.worldOP
      link
      fedilink
      arrow-up
      6
      ·
      5 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.

    • Rooki@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      5 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.