Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
nicholas 🧨
@nicholas
You are looking at a REST API and want to poke around it. What environment do you reach for? curl? node repl? postman?
9 replies
1 recast
9 reactions
jtgi
@jtgi
curl. Postman got super bloated. Node is cool but I curl cause I can pipe it into jq and other utils and process it really easily. And most don’t know curl accepts “curl … -d @<path>.json” for longer payloads.
1 reply
0 recast
1 reaction
nicholas 🧨
@nicholas
so you're writing json payloads in vscode and calling curl from integrated terminal?
1 reply
0 recast
0 reaction
jtgi
@jtgi
For whatever reason when I’m poking at an api I usually do it with Terminal in a larger window, so I use vim. For everything else vscode and integrated terminals.
0 reply
0 recast
0 reaction