Skip to content

Instantly share code, notes, and snippets.

@LondonAppDev
Created January 30, 2014 14:02
Show Gist options
  • Save LondonAppDev/8708944 to your computer and use it in GitHub Desktop.
Save LondonAppDev/8708944 to your computer and use it in GitHub Desktop.
{
"count": 2,
"next": null,
"previous": null,
"results": [
{
"id": 7,
"sequence_id": 7,
"sender_friend_id": 5,
"recipient_friend_id": 1,
"recipient_friend_group_id": null,
"recipient_match_id": null,
"date_sent": "2014-01-28T16:12:09Z",
"message_text": "hello"
},
{
"id": 8,
"sequence_id": 8,
"sender_friend_id": 1,
"recipient_friend_id": 5,
"recipient_friend_group_id": null,
"recipient_match_id": null,
"date_sent": "2014-01-28T16:12:39Z",
"message_text": "Hey"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment