Skip to content

Instantly share code, notes, and snippets.

@zhuangdaz
Created November 1, 2015 01:19
Show Gist options
  • Save zhuangdaz/57a80f5e7ef654b53c9a to your computer and use it in GitHub Desktop.
Save zhuangdaz/57a80f5e7ef654b53c9a to your computer and use it in GitHub Desktop.
{
"href": "../accounts/abc/groups",
"offset": 0,
"limit": 25,
"first": { "href": "../accounts/abc/group?offset=0" },
"previous": null,
"next": { "href": "../accounts/abc/group?offset=25" },
"last": { "href": "..." },
"items": [
{
"href": "..."
},
...
{
"href": "..."
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment