• Taco Dave@puz.fun
    link
    fedilink
    arrow-up
    0
    ·
    4 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
      ·
      4 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.