Skip to content

Instantly share code, notes, and snippets.

@esseti
Created November 7, 2014 16:45
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 esseti/a7db0251e62a33437de6 to your computer and use it in GitHub Desktop.
Save esseti/a7db0251e62a33437de6 to your computer and use it in GitHub Desktop.
output example
http://127.0.0.1:8080/clubs?size=2
{
"nexPage": "E-ABAIICJ2oSZGV2fmZpbmUtcHJpZGUtNzMzchELEgRDbHViGICAgICAgIAJDIgCABQ=",
"total": 4,
"items": [
{
"description": "desc",
"id": 4785074604081152,
"courseCount": 0,
"url": "example.com",
"created": "2014-11-03 14:53:02.888757",
"isOpen": true,
"name": "test",
"owners": [],
"memberCount": 0,
"tags": [
"\"test\"",
"\"trento\""
]
},
{
"description": "desc",
"id": 5066549580791808,
"courseCount": 0,
"url": "example.com",
"created": "2014-11-03 14:24:35.363462",
"isOpen": true,
"name": "test",
"owners": [],
"memberCount": 0,
"tags": [
"\"test\"",
"\"trento\""
]
}
]
}
http://127.0.0.1:8080/clubs?size=2&page=E-ABAIICJ2oSZGV2fmZpbmUtcHJpZGUtNzMzchELEgRDbHViGICAgICAgIAJDIgCABQ=
{
"total": 4,
"items": [
{
"description": "desc",
"id": 5629499534213120,
"courseCount": 0,
"url": "example.com",
"created": "2014-11-03 14:22:49.467367",
"isOpen": true,
"name": "test",
"owners": [],
"memberCount": 0,
"tags": [
"\"test\"",
"\"trento\""
]
},
{
"description": "desc",
"id": 6192449487634432,
"courseCount": 0,
"url": "example.com",
"created": "2014-11-03 14:31:58.273969",
"isOpen": true,
"name": "test",
"owners": [],
"memberCount": 0,
"tags": [
"\"test\"",
"\"trento\""
]
}
]
}
{
"nexPage": "E-ABAIICJ2oSZGV2fmZpbmUtcHJpZGUtNzMzchELEgRDbHViGICAgICAgIAKDIgCABQ=",
"total": 4,
"items": [
{
"description": "desc",
"id": 5629499534213120,
"courseCount": 0,
"url": "example.com",
"created": "2014-11-03 14:22:49.467367",
"isOpen": true,
"name": "test",
"owners": [],
"memberCount": 0,
"tags": [
"\"test\"",
"\"trento\""
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment