Rest API - HATEOAS and Linking
Find the mistake in this self link implementation in a REST API response:
{
"_links": {
"self": { "href": "/products" }
},
"id": 10
}{
"_links": {
"self": { "href": "/products" }
},
"id": 10
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions