Skip to content

Instantly share code, notes, and snippets.

@crtr0
Created August 17, 2012 20:57
Show Gist options
  • Save crtr0/3382587 to your computer and use it in GitHub Desktop.
Save crtr0/3382587 to your computer and use it in GitHub Desktop.
Sample event doc
{
"name": "Demo Voting",
"shortname": "demo",
"voteoptions": [{
"id": 1,
"name": "foo",
"votes": 0,
"numbers": []
},
{
"id": 2,
"name": "bar",
"votes": 0,
"numbers": []
},
{
"id": 3,
"name": "baz",
"votes": 0,
"numbers": []
}],
"phonenumber": "change this later",
"state": "on"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment