dhruv3006@lemmy.world to Technology@lemmy.worldEnglish · 19 天前When the Category Leader Stalls : Postman and the Future of API Toolingkaluvuri.comexternal-linkmessage-square16linkfedilinkarrow-up138arrow-down12
arrow-up136arrow-down1external-linkWhen the Category Leader Stalls : Postman and the Future of API Toolingkaluvuri.comdhruv3006@lemmy.world to Technology@lemmy.worldEnglish · 19 天前message-square16linkfedilink
minus-squarehperrin@lemmy.calinkfedilinkEnglisharrow-up4arrow-down3·19 天前I’ve never understood why anyone needs Postman. Just write some JavaScript and run it with Node. It’s so easy to use the Fetch API.
minus-squarenikolasdimi@lemmy.worldlinkfedilinkEnglisharrow-up2·19 天前what about people that are not JS?
minus-squarehperrin@lemmy.calinkfedilinkEnglisharrow-up2arrow-down1·19 天前Use whatever you want. Making HTTP calls in any language is easy.
I’ve never understood why anyone needs Postman. Just write some JavaScript and run it with Node. It’s so easy to use the Fetch API.
what about people that are not JS?
Use whatever you want. Making HTTP calls in any language is easy.
Collaboration?