Improve this Doc

Creating an API

Creating a REST API using Crud is very easy and just requires adding the Api Listener to your application.

Bravo-Kernel of the CakePHP community has written a great blog post on implementing an Api using Crud..

Implementing the API Listener

If you’d like to get started right away with the api listener, please check the Listeners chapter.