You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graph/GuidelinesGraph.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ To create a good API you need to start with understanding your **use cases** and
120
120
supporting domain model. We describe domain models in terms of entities or
121
121
resources, their properties, and relationships and further refer to it as entity
122
122
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.
0 commit comments