Slide 11
Slide 11 text
Ion collections
{
"href": "https://api.posts/conversations/123/comments",
"rel": ["collection"],
"value": [
{
"href": "http://api.posts/comments/456",
"body": "Iron Man of course",
"conversation": { "href": "/conversations/123" }
},
{
"href": "http://api.posts/comments/789",
"body": "wait a sec...",
"conversation": { "href": "/conversations/123" }
}
]
}
GET https://api.posts/conversations/123/comments