Rest API - HATEOAS and Linking
You want to design a HAL response for a blog post that includes links to the author and comments. Which JSON structure correctly follows HAL format?
_links key and link objects_links with each link as an object containing href. Multiple comments are an array of link objects._links with objects having href [OK]_links with objects and href for all links [OK]_links_link15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions