12 ms·
Ask HN: Developers, do you use Postman for API testing?
- opendomain 3y agoI 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?
- _thinx 3y agohttps://github.com/docsion/rfsh https://github.com/docsion/rfsh if you are familiar with bash script , feel free to add feature request via PR (e.g run test for postman collection)
- gregjor 3y agocurl
- saasjosh 3y agoHow do you deal with oauth2 with curl?
- gregjor 3y agoGoogle for “curl oauth2” for lots of helpful explanations and examples.
- saasjosh 3y agoIt'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.
- gregjor 3y agoThat depends. If you can use the command line and write a short script that’s just copy/paste from StackOverflow, curl is very simple.
- _thinx 3y agome too! or, you can give httpie [1] a try [1] https://httpie.io https://httpie.io
- saasjosh 3y agoI switched to Insomnia a while ago because it's less bloated.