Created
November 8, 2012 00:05
-
-
Save brendon-codes/4035512 to your computer and use it in GitHub Desktop.
Updates API Response
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
'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