dhruv3006@lemmy.world to Technology@lemmy.worldEnglish · 1 month agoWhen the Category Leader Stalls : Postman and the Future of API Toolingkaluvuri.comexternal-linkmessage-square16fedilinkarrow-up138arrow-down12
arrow-up136arrow-down1external-linkWhen the Category Leader Stalls : Postman and the Future of API Toolingkaluvuri.comdhruv3006@lemmy.world to Technology@lemmy.worldEnglish · 1 month agomessage-square16fedilink
minus-squarehperrin@lemmy.calinkfedilinkEnglisharrow-up4arrow-down3·1 month 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 month agowhat about people that are not JS?
minus-squarehperrin@lemmy.calinkfedilinkEnglisharrow-up2arrow-down1·1 month 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.
Collaboration?
what about people that are not JS?
Use whatever you want. Making HTTP calls in any language is easy.