APIs
Defining the structure and source of your data with Models and Data Sources is only the first step in building a full stack application with Cloesce. To create a complete application, you also need to define how an outside client (e.g. frontend, third party service, etc.) can interact with your application and its data.
This chapter covers how to:
- Define REST APIs
- Utilize generated CRUD APIs
- Inject dependencies into APIs
- Validate API inputs with Runtime Validation
- Define Services and Plain Old Objects