Unpacking cURL Commands
cURL is the ultimate Swiss Army Knife for interacting with network protocols. But to be honest, I really only scratch the surface of what’s possible. Usually my workflow is something like this:
- Copy a cURL command from my browser’s Developer Tools.
- Test out the cURL command in a terminal.
- Convert the cURL command into a programming language (normally Python or R).
- Prosper.
I’m going to take a look at my favourite online tool for converting a cURL command to code and then see what other tools there, focusing on Python and R as target languages.
Read More →