Interact with APIs
The primary mechanism for an Ensemble app to interact with the backend is through APIs.
The basic flow is:
- First, define the APIs you want to call
- Invoke API calls on events such as onLoad or onTap
- Access the API response
- Handle errors
💡
During develoment, you can mock APIs within Ensemble.
Following capabilities are also available in Ensemble: