REST API – DTOs or not? [closed]
Why you should use DTOs in your REST API DTO stands for Data Transfer Object. This pattern was created with a very well defined purpose: transfer data to remote interfaces, just like web services. This pattern fits very well in a REST API and DTOs will give you more flexibility in the long run. The … Read more