Ask HN: Developers, do you use Postman for API testing?

1 point by _thinx 1 year ago | 9 comments
  • opendomain 1 year ago
    I have used it for years, but they recently crippled it. it is unusable now.

    SoapUI seem like it is too tied down to xml.

    does anyone have suggestions?

  • saasjosh 1 year ago
    I switched to Insomnia a while ago because it's less bloated.
    • gregjor 1 year ago
      curl
      • _thinx 1 year ago
        me too! or, you can give httpie [1] a try

        [1] https://httpie.io

        • saasjosh 1 year ago
          How do you deal with oauth2 with curl?
          • gregjor 1 year ago
            Google for “curl oauth2” for lots of helpful explanations and examples.
            • saasjosh 1 year ago
              It's not as straightforward as something like Insomnia because you have to write a script that will open a browser and pull the tokens from there.