Skip to content

Instantly share code, notes, and snippets.

@jakelodwick
Created July 29, 2014 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakelodwick/a72f90c627db85d58ab6 to your computer and use it in GitHub Desktop.
Save jakelodwick/a72f90c627db85d58ab6 to your computer and use it in GitHub Desktop.
#current way
curl -H "Content-Type: application/json" -d '{ "msg": "your_value_here" }' https://sender.blockspring.com/api/blocks/2a5d9f4c92ae2631f3f35db803f1c52b?api_key=Log-In-to-see-your-API-key
#possible alternative
curl -H "Content-Type: application/json" -d '{ "block_id": "2a5d9f4c92ae2631f3f35db803f1c52b", "msg": "your_value_here", "api_key": "Log-In-to-see-your-API-key" }' https://sender.blockspring.com/api/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment