Skip to content

Commit 9792750

Browse files
committed
cropped picture
1 parent 0494e0e commit 9792750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/GuidelinesGraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ To create a good API you need to start with understanding your **use cases** and
120120
supporting domain model. We describe domain models in terms of entities or
121121
resources, their properties, and relationships and further refer to it as entity
122122
data model. There is no one-to-one correspondence between domain model elements
123-
and API resources as APIs usually support only customer-facing use cases.
123+
and API resources as APIs usually support only customer-facing use cases. A simple resource diagram makes it easier to reason about resource relationships and a shape of your API.
124124

125125
![Domain model example](ResourceModel.png)
126126

0 commit comments

Comments
 (0)