baseUrl property

String baseUrl
final

The base URL for API requests.

This URL serves as the foundation for all API endpoints used by the RestApiClient. It should be specified when initializing the client.

Implementation

final String baseUrl;