Skip to content

Instantly share code, notes, and snippets.

@jbaldwinroberts
Created July 4, 2017 11:54
Show Gist options
  • Select an option

  • Save jbaldwinroberts/d67a8978dccb5a688f303c2b57d7d629 to your computer and use it in GitHub Desktop.

Select an option

Save jbaldwinroberts/d67a8978dccb5a688f303c2b57d7d629 to your computer and use it in GitHub Desktop.
curl -X POST -H "Content-Type: application/json" -d '{"value": "1", "created_at": "1498588568783"}' "http://2b0bb070c9bfc46d3a5788b8bc190120.resindevice.io/api/publish/temp"
http://2b0bb070c9bfc46d3a5788b8bc190120.resindevice.io/api/publish/humidity
curl -X POST -H "Content-Type: application/json" -d '{"value": "36.00", "created_at:" "1499090568"}' "http://2b0bb070c9bfc46d3a5788b8bc190120.resindevice.io/api/publish/humidity"
curl -X POST -H "Content-Type: application/json" -d '{"value": "1", "created_at": "1498588568783"}' "localhost/api/publish/temp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment