Skip to content

Instantly share code, notes, and snippets.

@hatimn02
Last active July 27, 2016 11:10
Show Gist options
  • Save hatimn02/ce6af641b801e55adc7a3125732006f7 to your computer and use it in GitHub Desktop.
Save hatimn02/ce6af641b801e55adc7a3125732006f7 to your computer and use it in GitHub Desktop.
cURL sample code
curl "http://viasocket.com/t/YFRHZEw2JxDXEsdF"\
-X POST\
-H "authkey: YOUR_AUTH_KEY"\
-H "Content-Type: application/json"\
-d '{"param_name":"param_value","param_name2":"param_value 2"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment