Skip to content

Instantly share code, notes, and snippets.

@pushmatrix
Created October 30, 2012 15:51
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 pushmatrix/3981096 to your computer and use it in GitHub Desktop.
Save pushmatrix/3981096 to your computer and use it in GitHub Desktop.
Ruby use of Dashing API
HTTParty.post('http://localhost:3030/widgets/karma',
:body => { auth_token: "YOUR_AUTH_TOKEN", current: 1000 }.to_json)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment