Skip to content

Instantly share code, notes, and snippets.

@mnichols
Created July 6, 2017 18:30
Show Gist options
  • Save mnichols/6f87f5fd039a43f51203af2cfbf7497c to your computer and use it in GitHub Desktop.
Save mnichols/6f87f5fd039a43f51203af2cfbf7497c to your computer and use it in GitHub Desktop.
{
"_links": {
"self": {},
"context": {}
},
"timestamp": "string",
"contextIds": [
"string"
],
"_embedded": {
"feed": [
{
"_links": {
"self": {},
"context": {},
"commands": {}
},
"contextId": "string",
"unresolvedThreadIds": [
"string"
],
"threads": [
{
"contextId": "string",
"resolved": true,
"threadId": "string",
"commentCount": 0,
"threadStarter": {
"threadId": "string",
"commentId": "string",
"text": "string",
"source": "string",
"author": {
"name": "string",
"id": "string",
"avatarUrl": "string"
}
},
"mostRecentComment": {
"threadId": "string",
"commentId": "string",
"text": "string",
"source": "string",
"author": {
"name": "string",
"id": "string",
"avatarUrl": "string"
}
}
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment