Skip to content

Instantly share code, notes, and snippets.

@mnichols
Created February 17, 2017 15:18
Show Gist options
  • Save mnichols/6144c91442908570e21c41e7401081fb to your computer and use it in GitHub Desktop.
Save mnichols/6144c91442908570e21c41e7401081fb to your computer and use it in GitHub Desktop.
// 20170217013214
// http://localhost:3002/queries?contextId=333
{
"feed": [
"800",
"801",
"802",
"803"
],
"context": {
"contextId": "333",
"clientId": "42",
"type": "boards"
},
"comments": {
"800": {
"text": "foo",
"commentId": "800"
},
"801": {
"text": "bar",
"commentId": "801"
},
"802": {
"text": "baz",
"commentId": "802"
},
"803": {
"text": "qux",
"commentId": "803"
}
},
"markers": [
{
"type": "scalar",
"markerId": "666",
"threadId": "700",
"points": [
{
"x": 42,
"y": 78
}
]
},
{
"type": "range",
"markerId": "667",
"threadId": "701",
"points": [
{
"x": 100,
"y": 2
},
{
"x": 200,
"y": 1
}
]
}
],
"threads": {
"700": {
"resolution": false,
"commentIds": [
"800",
"801"
]
},
"701": {
"resolution": false,
"commentIds": [
"802",
"803"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment