Rest API - HATEOAS and Linking
You receive this partial JSON response:
What is wrong with the link relations in this response?
{
"_links": {
"self": { "href": "/products/7" },
"edit": { "url": "/products/7/edit" }
}
}What is wrong with the link relations in this response?
