nestor-qa / nestor

Nestor
http://nestor-qa.github.io
MIT License
3 stars 0 forks source link

API first development for Nestor-QA #81

Closed kinow closed 9 years ago

kinow commented 9 years ago

Known cases:

Premises:

kinow commented 9 years ago

Using the teepluss/hmvc and teepluss/restable modules, we are able to use the vanilla Restful controllers in Laravel creating an API, call the methods (via hmvc), and return the elements in a nice JSON object (or xml, etc, thanks to restable). Closing since we've designed a solution. Will propagate this change through the rest of the project as I fix the broken parts.

The project controller (not in the manage section) is fully API first, including pagination.