dhruv3006@lemmy.world to Technology@lemmy.worldEnglish · 2 days agoWhen 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 · 2 days agomessage-square16linkfedilink
minus-squarehperrin@lemmy.calinkfedilinkEnglisharrow-up4arrow-down2·2 days agoI’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·1 day agowhat about people that are not JS?
minus-squarehperrin@lemmy.calinkfedilinkEnglisharrow-up2·1 day agoUse 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?