Skip to content

Instantly share code, notes, and snippets.

@atz
Created November 7, 2012 21:15
Show Gist options
  • Save atz/4034521 to your computer and use it in GitHub Desktop.
Save atz/4034521 to your computer and use it in GitHub Desktop.
example post (now w/ multi-payload)
[
{
"payload": {
"_name": "tag_g1a",
"emp_nb": "123123123",
"recording_id": "456",
"tags": [ 'tag one', 'tag two' ],
"present": "1",
}
},
{
"payload": {
"_name": "tag_g1b",
"emp_nb": "77777",
"recording_id": "921",
"tags": [ 'tag five', 'taggy tag tag' ],
"present": "1",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment