Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
Ask HN: Developers, do you use Postman for API testing? | Better HN
Ask HN: Developers, do you use Postman for API testing?
1 points
_thinx
2y ago
9 comments
Share
9 comments
default
newest
oldest
opendomain
2y 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?
_thinx
OP
2y ago
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)
saasjosh
2y ago
I switched to Insomnia a while ago because it's less bloated.
gregjor
2y ago
curl
_thinx
OP
2y ago
me too! or, you can give httpie [1] a try
[1]
https://httpie.io
saasjosh
2y ago
How do you deal with oauth2 with curl?
gregjor
2y ago
Google for “curl oauth2” for lots of helpful explanations and examples.
saasjosh
2y 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.
1 more reply
j
/
k
navigate · click thread line to collapse