radiate-framework / framework

A WordPress plugin and theme framework
https://radiate-framework.github.io/
MIT License
4 stars 0 forks source link

Response object #118

Closed BenRutlandWeb closed 2 years ago

BenRutlandWeb commented 3 years ago

Is your feature request related to a problem? Please describe. Currently the REST/AJAX APIs only return raw data. REST responses are converted to JSON automatically.

Describe the solution you'd like A consistent Response object to be able to return raw arrays and have them automatically converted into JSON etc.

Describe alternatives you've considered Writing json_encode within the controllers

Additional context Laravel returns a response object that automatically converts to JSON, HTML etc as required. Also a response helper method with the ability to add additional headers.

BenRutlandWeb commented 2 years ago

duplicated by #132