Closed poulainpi closed 1 year ago
I'm thinking about this rule and wonder if we correctly differentiate between getting a collection of resources and getting a specific resource via its identifier. It shouldn't be a warning if you want to retrieve only one resource, right?
Great ! Thanks everyone.
This rule aims to reduce the size and thus the network weight of API returns that may contain many elements. This rule is built for the NestJS framework but can work with a controller @Controller() and a decorated method @Get().