July 2021
Intermediate to advanced
480 pages
14h 40m
English
This chapter covers
In this pattern, we’ll explore a way of structuring related but independent data by moving it from a set of properties on a resource to a singleton child of that resource. This pattern handles scenarios where a specific collection of data might change independently of the parent, have different security requirements, or simply might be too large to store directly as part of the resource.
When building APIs, we sometimes have situations where there are components of resources ...