Rest API - HATEOAS and Linking
You receive this JSON response but the self link is missing:
{
"id": 5,
"title": "Article",
"_links": {
"related": "https://api.example.com/articles/related"
}
}
What is the best fix to add a self link for the current resource at https://api.example.com/articles/5?