Overview
Services in our application are specific functionalities or data manipulations handled by objects, classes, or functions. You can add any service as needed for third-party API integrations or app metrics collection.API Client
Description: The API Client, represented by theApiClient class in packages/shared, wraps axios with better error handling and typed endpoint support. The typed client is auto-generated from API endpoints.
Example Usage:
