January 2019
Intermediate to advanced
378 pages
11h 35m
English
Resource modeling is one of the primary aspects for API designers as it helps to establish the API's fundamental concepts.
In an earlier section, we saw details about the URI; let's consider, in general, the URI path always convey REST resources, and each part of the URI is separated by a forward slash (/) to indicate a unique resource within it model's hierarchy.
Let's take the following sample URI designs:
Each resource separated by a forward slash indicates an addressable resource, as follows:
Read now
Unlock full access