iByteABit@lemmy.ml to Open Source@lemmy.ml · 18 days agoWhat's your favorite FOSS Rest API client tool?message-squaremessage-square13linkfedilinkarrow-up124arrow-down12
arrow-up122arrow-down1message-squareWhat's your favorite FOSS Rest API client tool?iByteABit@lemmy.ml to Open Source@lemmy.ml · 18 days agomessage-square13linkfedilink
minus-squareuser28282912@piefed.sociallinkfedilinkEnglisharrow-up1arrow-down1·edit-218 days ago import requests theUrl = r’https://threatbutt.com/map/’ response = requests.get(theUrl) print(response.text)
minus-squareiByteABit@lemmy.mlOPlinkfedilinkarrow-up1·18 days agoMight as well use curl at that point
Might as well use curl at that point