Skip to content

Instantly share code, notes, and snippets.

@anhkind
Created April 14, 2016 19:14
Show Gist options
  • Save anhkind/a083ea6208b88d74f7656fac25d5343e to your computer and use it in GitHub Desktop.
Save anhkind/a083ea6208b88d74f7656fac25d5343e to your computer and use it in GitHub Desktop.
Curl commands with json data
# GET
curl -v -H "Content-type: application/json" -H "Accept: application/json" -H "X-AUTH-TOKEN:123456" -X GET -d '{"q":"core"}' http://localhost:3000/search
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment