Open gutenye opened 8 years ago
At the moment it support: GET /users?popualte[]=a&populate[]=b.
GET /users?popualte[]=a&populate[]=b
But for developers migrate from sails to trails, it would be easy if trails can support GET /users?populate=a,b
GET /users?populate=a,b
At the moment it support:
GET /users?popualte[]=a&populate[]=b
.But for developers migrate from sails to trails, it would be easy if trails can support
GET /users?populate=a,b