Skip to content

Instantly share code, notes, and snippets.

@jazztpt
jazztpt / gist:1013317
Created June 7, 2011 22:20 — forked from natea/gist:1013270
Valentunes POST with curl
$ curl -X POST -H 'Content-Type: application/json' -u nate:nate
--data '{"recipient_name" : "Anna",
"interests" : "dancing, coffee"}'
http://localhost:8000/api/card/
@jazztpt
jazztpt / gist:1013316
Created June 7, 2011 22:20 — forked from natea/gist:1013270
Valentunes POST with curl
$ curl -X POST -H 'Content-Type: application/json' -u nate:nate
--data '{"recipient_name" : "Anna",
"track_set" : "",
"interests" : "hamburgers, skating"}'
http://localhost:8000/api/card/
@jazztpt
jazztpt / gist:1013315
Created June 7, 2011 22:19 — forked from natea/gist:1013270
Valentunes POST with curl
$ curl -X POST -H 'Content-Type: application/json' -u nate:nate
--data '{"recipient_name" : "Anna",
"track_set" : "",
"interests" : "hamburgers, skating"}'
http://localhost:8000/api/card/