Skip to content

Instantly share code, notes, and snippets.

@auniverseaway
Last active January 13, 2017 17:53
Show Gist options
  • Save auniverseaway/0144ff620730f6bf4deaa1f6e7949863 to your computer and use it in GitHub Desktop.
Save auniverseaway/0144ff620730f6bf4deaa1f6e7949863 to your computer and use it in GitHub Desktop.
{
"responseCode": 200,
"responseType": "success",
"responseMessage": "success",
"content": {
"count": 3,
"comments": [
{
"name": "a6c2ed62-3964-4b62-88e8-85517c357078",
"author": "Testing",
"comment": "123",
"created": "January, 12 2017"
},
{
"name": "cf1b671f-dc36-4d47-9356-f498e6b0b620",
"author": "John Doe",
"comment": "This is a test comment.",
"created": "January, 13 2017"
},
{
"name": "13764252-e446-475d-925e-57a7ca84e5aa",
"author": "Chris Millar",
"comment": "Robot or not?",
"created": "January, 13 2017"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment