• jaybone@lemmy.zip
      link
      fedilink
      English
      arrow-up
      9
      ·
      3 days ago

      What alternative do you recommend? Last I checked, the alternatives weren’t so great.

    • fubarx@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      3 days ago

      Was using Bruno and RapidAPI (fka MacPaw) locally, but they couldn’t do conditional sequences properly. Switched to Postman, which could, despite knowing they kept everything on the cloud.

      Guess I’m switching back 🤦🏻‍♂️

      • blarth@thelemmy.club
        link
        fedilink
        arrow-up
        2
        ·
        2 days ago

        I left postman behind after the forced cloud integration, but admittedly, it is difficult to find something as simple and richly featured to replace it.

        I ended up using a vs code extension called Thunder Client.

    • realbadat
      link
      fedilink
      arrow-up
      2
      ·
      2 days ago

      Unfortunately, I do, for one client for work as a requirement.

      Its for their own tool though, so its their problem.

    • CodeBlooded
      link
      fedilink
      arrow-up
      1
      ·
      2 days ago

      I ditched it in favor of simple Python scripts, which is fine for my needs. Others at work seem to like it though.

  • lorty@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    2 days ago

    My company banned the use of postman for a few years now.

    If it requires a login, you can be sure it is scraping everything it can.

    • Taco Dave@puz.fun
      link
      fedilink
      arrow-up
      0
      ·
      2 days ago

      @lorty @webdev you ever run into issues/cases where a third-party you integrate with sends you a Postman collection and expects you to use it for testing?

      • lorty@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        2 days ago

        Not from a third party, but I did have to adapt a lot of collections to use on Insomnia. It does allow importing from the postman v3 collection format, but it’s a bit hit or miss on wether it works 100%. I had a few problems with sequential requests, but they were easy enough to fix in my case.

        If it’s just for testing, I’d try that. If they require Postman it for validation purposes, then there really isn’t much you can do.

  • kinkles@sh.itjust.works
    link
    fedilink
    arrow-up
    8
    ·
    3 days ago

    This article contradicts itself. It says “all secrets” and then says headers are not logged to Postman.

  • PokerChips
    link
    fedilink
    arrow-up
    1
    ·
    2 days ago

    Http scripts get you 50% there which, with a dab of code on top gives me pretty much of what i need.