dhruv3006@lemmy.world to Technology@lemmy.worldEnglish · 1 day agoWhen the Category Leader Stalls : Postman and the Future of API Toolingkaluvuri.comexternal-linkmessage-square15fedilinkarrow-up132arrow-down12
arrow-up130arrow-down1external-linkWhen the Category Leader Stalls : Postman and the Future of API Toolingkaluvuri.comdhruv3006@lemmy.world to Technology@lemmy.worldEnglish · 1 day agomessage-square15fedilink
minus-squarehperrin@lemmy.calinkfedilinkEnglisharrow-up4arrow-down2·24 hours 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·6 hours agowhat about people that are not JS?
minus-squarehperrin@lemmy.calinkfedilinkEnglisharrow-up2·2 hours 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?