Skip to content
Luis Eduardo Brito edited this page Aug 29, 2013 · 1 revision

The API is built using the MVC pattern, so you have Controllers that receive the route request, Models] that create objects for handling data and [[Views for displaying and serving HTML webpages.

The Routes are defined in the

/routes/api.js
and is specified in the Controllers documentation.

The Access Policies are the classes that control authentication and other access control policies, and are defined in the Policies documentation.

The Response from the API is encapsulated into one Adapter, you can access its documentation at the Response Adapter documentation.

Clone this wiki locally