Skip to content

Instantly share code, notes, and snippets.

@mrchrisadams
Created April 9, 2011 03:29
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 mrchrisadams/911075 to your computer and use it in GitHub Desktop.
Save mrchrisadams/911075 to your computer and use it in GitHub Desktop.
// old and busted
RestClient.put 'http://api.pachube.com/v2/feeds/22394.json', '{"title":"Pachube Office environment", "version":"1.0.0", "datastreams" : [{"id":"1", "current_value":"5" }] }', "x-pachubeapikey" => "TOPSEKRIT"
// brand new WORKING
RestClient.put 'http://api.pachube.com/v2/feeds/22394.json', '{"title":"Pachube Office environment", "version":"1.0.0", "datastreams" : [{"id":"1", "current_value":"5" }] }', "x-pachubeapikey" => "TOPSEKRIT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment