Created
November 7, 2014 16:45
-
-
Save esseti/a7db0251e62a33437de6 to your computer and use it in GitHub Desktop.
output example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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