In this follow-up post to How to build a CakePHP 3 REST API in minutes we explore the inner workings of our new API. We will address the most common use cases by: Adding some tasty cocktail data to our application (already listening at http://cake3api.app)Accessing the cocktail resources through our API using the:Index action (GET)View action (GET)Add action (POST)Edit/update action (PUT)Delete ac