Skip to content

Instantly share code, notes, and snippets.

@hootlex
Created May 27, 2016 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hootlex/1fe1e15fdafcb239dcd70a884154f74d to your computer and use it in GitHub Desktop.
Save hootlex/1fe1e15fdafcb239dcd70a884154f74d to your computer and use it in GitHub Desktop.
vue-paginator dummy jsons
{
"nested" : {
"current_page": 1,
"last_page": 3,
"next_page_url": "/responses/dummy2.json",
"prev_page_url": null,
"data": [
{
"id": 1,
"plot": "Anakin, you’re breaking my heart! And you’re going down a path I cannot follow!",
"upvotes": "490",
"writer": "Padme"
},
{
"id": 2,
"plot": "One thing's for sure, we're all going to be a lot thinner.",
"upvotes": "752",
"writer": "Han Solo"
},
{
"id": 3,
"plot": "At last we will reveal ourselves to the Jedi. At last we will have revenge.",
"upvotes": "193",
"writer": "Darth Maul"
},
{
"id": 4,
"plot": "The Dark Side of the Force is the pathway to many abilities some consider to be… Unnatural.",
"upvotes": "578",
"writer": "Senator Palpatine"
},
{
"id": 5,
"plot": "You can’t win, Darth. Strike me down, and I will become more powerful than you could possibly imagine.",
"upvotes": "256",
"writer": "Obi Wan Kenobi"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment