AbstractApiProvider::baseUrl(): string

In this article

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“).

Return

string The base URL for the provider’s API.

Source

abstract protected static function baseUrl(): string;

Changelog

VersionDescription
0.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.