Skip to content

Instantly share code, notes, and snippets.

@bdmac
Last active December 20, 2015 18:29
Show Gist options
  • Save bdmac/6176395 to your computer and use it in GitHub Desktop.
Save bdmac/6176395 to your computer and use it in GitHub Desktop.
{
"reservations":[
{reservation JSON object}
],
"page":1,
"total":9,
"total_pages":2,
"links":[
{
"rel":"next_page",
"href":"[api root url]/reservations?page=2"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment