Using Error Handler
Bootstrapping Components
Authorization Unlike Web applications
To prevent abuse, you should consider adding rate limiting to your APIs. For example, you may want to limit the API usage of each user to be at most 100 API calls
Bootstrapping refers to the process of preparing the environment before an application starts to resolve and process an incoming request. Bootstrapping is done in two places:
Dependency Injection
Actions Routes
Using Extensions
With resource and controller classes ready, you can access the resources using the URL like http://localhost/index.php?r=user/create, similar to what you can do
Sessions
Page 3 of 7