Chain Transformers with Routes
pavel-voronin opened this issue · 0 comments
pavel-voronin commented
It would be nice to do:
Route
.get('/users', 'UsersController.list')
.validator('vue/Pagination')
.middleware(['auth'])
.transform('UsersTransformer.withPosts')
Is it hard to implement?
Thank you for addon!