Slide 27
Slide 27 text
OPTIONS /films/themartian/bookings
204 No Content
Allow: HEAD,GET,POST,OPTIONS
27
GET /films/themartian
200 OK
{
"data": {
"title": "Марсианин",
"description": "Как Мэт Дэймон выращивал картошку на Марсе",
"duration": 140,
"poster": "https://s3.amazon.com/buckets/23aGd23asdsf.png"
},
"links": {
"self": "http://.../themartian",
"booking": "http://.../themartian/bookings"
}
}