Hacker News new | ask | show | jobs
by edsykes 2721 days 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.
1 comments

Very well said.

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