Created
October 30, 2012 15:51
-
-
Save pushmatrix/3981096 to your computer and use it in GitHub Desktop.
Ruby use of Dashing API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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