Property | Type | Description | |
---|---|---|---|
$apiBase | string | ||
$apiKey | string | ||
$apiVersion | string |
Method | Description | |
---|---|---|
getApiBase ( ) : string | get the API base URL | |
getApiKey ( ) : string | get the API key | |
getApiVersion ( ) : string | get the API version | |
setApiBase ( string $apiBase ) | set the API base URL | |
setApiKey ( string $apiKey ) | set the API key | |
setApiVersion ( $apiVersion ) | set the API version |
public static getApiBase ( ) : string | ||
return | string |
public static getApiVersion ( ) : string | ||
return | string |
public static setApiBase ( string $apiBase ) | ||
$apiBase | string |
public static setApiVersion ( $apiVersion ) | ||
$apiVersion |