Rest API - HATEOAS and Linking
You have this REST API response snippet:
Why might this related link cause problems for clients?
{
"id": 5,
"name": "Alice",
"related": "api.example.com/users/5/friends"
}Why might this related link cause problems for clients?
