Skip to content

Instantly share code, notes, and snippets.

@davefp
Last active December 20, 2015 10:08
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save davefp/6112780 to your computer and use it in GitHub Desktop.
Dashing dashboard API cURL example
curl -i -d '{ "auth_token": "YOUR_AUTH_TOKEN", "event": "reload"}' http://localhost:3030/dashboards/sample
curl -i -d '{ "auth_token": "YOUR_AUTH_TOKEN", "event": "reload"}' http://localhost:3030/dashboards/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment