APIConstructorData.baseURL property
The base URL for API requests.
Signature:
baseURL?: string;
Remarks
Can be an origin (https://...) or a path (/some/path). API version numbers will be appended in both cases.
The base URL for API requests.
Signature:
baseURL?: string;
Can be an origin (https://...) or a path (/some/path). API version numbers will be appended in both cases.