Curl Flashcards
1
Q
How do you request an xml file and format it using curl?
A
https://api.twitter.com/1/help/configuration.xml | xmllint –format -l
2
Q
How do you request an json file and formt it using curl?
A
curl https://api.twitter.com/1/help/configuration.json | python -mjson.tool > twitter_config.json
3
Q
Where do you go to for the art of scripting HTTP requests using curl?
A
http://curl.haxx.se/docs/httpscripting.html