Postman teams plan no longer free.

  • lornosaj@lemmy.world
    link
    fedilink
    arrow-up
    42
    ·
    3 days ago

    Can it be done in Bruno? Postman went to shit in the last few years with cloud/AI integrations.

  • jtrek@startrek.website
    link
    fedilink
    arrow-up
    12
    ·
    3 days ago

    I dislike postman. I see job postings that are like “MUST KNOW POSTMAN”. Fuck, people should know how to make API requests but postman isn’t the only tool for that.

    Furthermore, if I’m doing automated tests to run on PR I’m not going to use a GUI. Pytest or jest or whatever testing library your language has.

    I did use Bruno for a while for convenience during local development, though.

    • jubilationtcornpone@sh.itjust.works
      link
      fedilink
      arrow-up
      10
      ·
      2 days ago

      I saw a job posting the other day that had a hard requirement of 7+ years of experience with a specific IDE. It was phrased as an absolute must have.

      That’s how you know an organization is totally clueless. TBF, not all IDE’s are created equal but it would be kind of like a construction foreman refusing to hire a anyone who didn’t have 7+ years of experience with DeWalt power tools.

  • grue@lemmy.world
    link
    fedilink
    arrow-up
    11
    ·
    3 days ago

    MFW I go to recommend Insomnia instead, then realize that it’s apparently enshittified with “create an account” bullshit too.

  • truthfultemporarily@feddit.org
    link
    fedilink
    arrow-up
    10
    ·
    3 days ago

    I once used that thing and couldn’t figure out why I got errors. After hours I realize postman was sending headers you didn’t specifically configure and that caused it to fail.

    • wdx@feddit.org
      link
      fedilink
      arrow-up
      2
      ·
      2 days ago

      our team uses Bruno. We have nothing to complain about. And each request being a simple text file you can check into git is also really great.

      • onlinepersona@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 hours ago

        How do you handle secrets? Env vars as described in the docs don’t seem like a solution for a team and we don’t have a vault provider. I was hoping it would have support for encrypting the files with a password or something. What’s your solution?

        • pinball_wizard@lemmy.zip
          link
          fedilink
          arrow-up
          1
          ·
          8 hours ago

          If you lack Vault, occasionally dropping the .env file contents into a shared (appropriately secured) BitWarden or KeePass vault will get the job done.