top | item 18864710

(no title)

edsykes | 7 years ago

I wouldn't say any API. More like, there is a class of problems and a style of api design that models the resources very closely to how they are represented in the database - and you often find them in web apps. The style is quite common though.

discuss

order

tomnipotent|7 years ago

Very well said.

It also pairs beautifully with the read model in CQRS inspired designs.