Last active
May 22, 2016 04:12
-
-
Save vjefri/6f432166fb81a481421820a8de1e1877 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
/** | |
* | |
* You should be receiving all the tweets that contain Minecraft | |
* | |
* */ | |
{ | |
"meta": { | |
"total": 1, | |
"count": 1, | |
"offset": 0, | |
"error": null | |
}, | |
"data": [ | |
{ | |
"tweets": [ | |
{ | |
"id": 2, | |
"user_id": 1, | |
"body": "minecraft", | |
"created_at": "2016-05-22T02:25:47.979Z", | |
"updated_at": "2016-05-22T02:25:47.979Z" | |
}, | |
{ | |
"id": 3, | |
"user_id": 1, | |
"body": "Minecraft", | |
"created_at": "2016-05-22T02:25:52.454Z", | |
"updated_at": "2016-05-22T02:25:52.454Z" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment