Cosm (Pachube)

cosm.json
{
  "version":"1.0.0",
  "datastreams":[
      {"id":"1", "current_value":"100"},
  ]
}
curl --request PUT --data-binary @cosm.json --header "X-ApiKey: KobDv-Ti81JcqpNA7Y_fFfwtbSOSAKxQSkk3dlFlcEpwWT0g" --verbose http://api.cosm.com/v2/feeds/61804
curl --request GET --header "X-ApiKey: KobDv-Ti81JcqpNA7Y_fFfwtbSOSAKxQSkk3dlFlcEpwWT0g" http://api.cosm.com/v2/feeds/61804

Result:

  {"title":"test2","status":"frozen","creator":"https://cosm.com/users/eskel77","datastreams":
  [{"at":"2012-05-31T20:33:40.722753Z","max_value":"100.0",--->"current_value":"100"<---,"id":"1","min_value":"10.0"}],
  "location":{"domain":"physical"},"created":"2012-05-31T20:10:52.272380Z","feed":"https:/api.cosm.com/v2/feeds61804.json",
  "private":"false","id":61804,"version":"1.0.0","updated":"2012-05-31T20:33:40.734846Z"}