API design best practices
Stop exposing your domain models
Returning only the necessary data to your API clients
Published in
3 min readMay 10, 2022
--
Hi, multicellular organisms!
Today I want to talk about a very important topic regarding API designs. To not expose your domain models or your entities in your API endpoints.