Skip to content

Instantly share code, notes, and snippets.

@brendon-codes
Created November 8, 2012 00:05
Show Gist options
  • Save brendon-codes/4035512 to your computer and use it in GitHub Desktop.
Save brendon-codes/4035512 to your computer and use it in GitHub Desktop.
Updates API Response
{
'display_type_id': 5,
display_type_name: 'pulse',
data : [
{
id: 1,
body: 'Hey <a href="/brad.whitcomb/">Brad Whitcomb</a>, how are you?',
created: '2012-11-02T04:19:19.327122+00:00',
modified: '2012-11-02T04:19:19.327122+00:00',
user: {
id: 1,
profile: {
name: 'Brendon Crawford'
}
},
likes: {
liked: true,
body: ''
count: 1
},
comments: {
data: [
{
id: 0,
body: '',
user: { ... },
created:
}
],
csrf_token: '',
count: 1
}
}],
count: 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment