iByteABit@lemmy.ml to Open Source@lemmy.ml · 2 days agoWhat's your favorite FOSS Rest API client tool?message-squaremessage-square12fedilinkarrow-up119arrow-down12
arrow-up117arrow-down1message-squareWhat's your favorite FOSS Rest API client tool?iByteABit@lemmy.ml to Open Source@lemmy.ml · 2 days agomessage-square12fedilink
minus-squareuser28282912@piefed.sociallinkfedilinkEnglisharrow-up1arrow-down1·edit-21 day ago import requests theUrl = r’https://threatbutt.com/map/’ response = requests.get(theUrl) print(response.text)
Might as well use curl at that point