Closed flyingluscas closed 7 years ago
@flyingluscas Thanks! I'll deal with that tomorrow!
@vedovelli ok sir :)
I'm waiting for @flyingluscas and @vinicius73 to send their PRs to fix the application. Thanks.
I'm waiting for @cristianopacheco fix the auth problems, then I will solve the conflicts on this PR, meanwhile I'm gonna see if there is anything else breaking.
Transformers feature added, freeing the controller from making the decision of what data structure send back to the client.
A request to /api/categories/1 will now return something like this
and a request to /api/categories will return something like this
This is a big change, this will impact on how the client uses the API to retrieve categories, so @vedovelli the client will need to be updated as well.