Gets the base URL for the provider’s API.
Description
The base URL should include the protocol and domain, and may include the API version path (e.g., “https://api.example.com/v1“).
Source
abstract protected static function baseUrl(): string;
Changelog
| Version | Description |
|---|---|
| 0.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.