Skip to content

Instantly share code, notes, and snippets.

@ctide
Created November 16, 2011 23:43
Show Gist options
  • Save ctide/1371891 to your computer and use it in GitHub Desktop.
Save ctide/1371891 to your computer and use it in GitHub Desktop.
curl -H "content-type: application/json" -d '{"data": [ { "obj" : {"id" : 500, "someData":"BAM"}, "type" : "new", "timestamp" : 1312325283581 }]}' http://localhost:8042/push/test
curl http://localhost:8042/push/test/getCurrent
curl http://localhost:8042/push/test/500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment