Created
July 4, 2014 06:55
-
-
Save longliveenduro/ef5f24a6503dd971e1a7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"questions" : [ { "id":4711, "title" : "Why to follow REST principles?", .... }, ...] | |
"links" : [ | |
{ "rel" : "previous", "href" : "/questions?beforeId=4711&limit=20" }, | |
{ "rel" : "next", "href" : "/questions?afterId=4731&limit=20" }, | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment