Skip to content

Instantly share code, notes, and snippets.

@vjefri
Last active May 22, 2016 04:12
Show Gist options
  • Save vjefri/6f432166fb81a481421820a8de1e1877 to your computer and use it in GitHub Desktop.
Save vjefri/6f432166fb81a481421820a8de1e1877 to your computer and use it in GitHub Desktop.
/**
*
* 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