Slide 14
Slide 14 text
MEDIA TYPE
{!
"data": {!
"type": "articles",!
"id": "1",!
"title": "JSON API paints my bikeshed!",!
"links": {!
"self": "http://example.com/articles/1",!
"author": {!
"self": "http://example.com/articles/1/links/author",!
"related": "http://example.com/articles/1/author",!
"linkage": { "type": "people", "id": "9" }!
},!
}!
},!
"included": [{!
"type": "people",!
"id": "9",!
"name": "dgeb"!
}]!
}