Created
November 16, 2015 18:55
-
-
Save typeoneerror/cc75a4a115909258e4b8 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
{ | |
"data": [ | |
{ | |
"id": "5", | |
"type": "articles", | |
"links": { | |
"self": "http://localhost:3000/articles/5" | |
}, | |
"attributes": { | |
"title": "The Frog Catchers Field Manual", | |
"body": "[\"Aut non sit tenetur mollitia sunt. Consequatur dolores nostrum omnis quisquam. Ut asperiores aut adipisci. Nobis totam et sit eveniet incidunt modi est. Qui architecto earum et quam.\", \"Amet atque placeat vel quo ut laudantium. Et est error impedit ea enim ratione iure. Sit voluptatem reiciendis omnis. Est fugiat voluptatem corporis suscipit. Sed autem unde sapiente et velit id consequatur.\", \"Officia expedita qui accusantium. Eligendi dolorum nisi omnis nemo natus rerum. Sint ratione provident ullam aut sed ab. Sint eum exercitationem labore explicabo et rem.\"]" | |
}, | |
"relationships": { | |
"author": { | |
"links": { | |
"self": "http://localhost:3000/articles/5/relationships/author", | |
"related": "http://localhost:3000/articles/5/author" | |
} | |
} | |
} | |
} | |
], | |
"links": { | |
"first": "http://localhost:3000/articles?page%5Bnumber%5D=1&page%5Bsize%5D=2", | |
"prev": "http://localhost:3000/articles?page%5Bnumber%5D=2&page%5Bsize%5D=2", | |
"last": "http://localhost:3000/articles?page%5Bnumber%5D=3&page%5Bsize%5D=2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment