Rest API - HATEOAS and Linking
You receive this REST API response:
Why might this cause problems for clients expecting related resource links?
{
"product": {
"id": 7,
"links": {
"reviews": "/products/7/reviews"
}
}
}Why might this cause problems for clients expecting related resource links?
