What is cURL?
curl http://api.example.com/resourcecurl -X POST -H "Content-Type: application/json" -d '{"key":"value"}' http://api.example.com/resourcecurl -X PUT -H "Content-Type: application/json" -d '{"key":"value"}' http://api.example.com/resource/idcurl -X DELETE http://api.example.com/resource/id
Key CURL Resources
Last updated