Skip to content

Instantly share code, notes, and snippets.

@ksol
Created December 14, 2014 20:47
Show Gist options
  • Select an option

  • Save ksol/78de1be72be401a9dcff to your computer and use it in GitHub Desktop.

Select an option

Save ksol/78de1be72be401a9dcff to your computer and use it in GitHub Desktop.
API example
{
"posts":[
{
"id":1,
"title":"first-post"
},
{
"id":2,
"title":"second-post"
}
],
"meta":{
"currentPage":1,
"perPage":2,
"totalPages":7,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment