Slide 63
Slide 63 text
{
"user": {
"firstName": "Luca",
"lastName": "Marchesini",
"city": "Montpellier",
"job": "Fullstack Engineer",
"twitter": "@xbill82",
"friends": [91, 22, 73, 14, 8, 82, 37]
}
}
My API returns this
GET http://my-server.com/api/user/6
incomplete