Rest API - HATEOAS and Linking
Which of the following is the correct way to represent a link to a 'self' resource in HAL JSON?
_links object with named links, each having an href property._links with self containing an object with href. Others miss underscores, use wrong keys, or omit href._links + href [OK]_links and href keys [OK]_linkshref property inside link15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions