Rest API - HATEOAS and Linking
A developer writes this JSON snippet for related links:
What is the problem with this snippet?
{
"links": {
"profile": {"href": "/users/1/profile"},
"profile": {"href": "/users/2/profile"}
}
}What is the problem with this snippet?
