PHP Class EasyPost\EasyPost

Afficher le fichier Open project: easypost/easypost-php Class Usage Examples

Méthodes publiques

Свойство Type Description
$apiBase string
$apiKey string
$apiVersion string

Méthodes publiques

Méthode 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

Method Details

getApiBase() public static méthode

get the API base URL
public static getApiBase ( ) : string
Résultat string

getApiKey() public static méthode

get the API key
public static getApiKey ( ) : string
Résultat string

getApiVersion() public static méthode

get the API version
public static getApiVersion ( ) : string
Résultat string

setApiBase() public static méthode

set the API base URL
public static setApiBase ( string $apiBase )
$apiBase string

setApiKey() public static méthode

set the API key
public static setApiKey ( string $apiKey )
$apiKey string

setApiVersion() public static méthode

set the API version
public static setApiVersion ( $apiVersion )
$apiVersion

Property Details

$apiBase public_oe static_oe property

public static string $apiBase
Résultat string

$apiKey public_oe static_oe property

public static string $apiKey
Résultat string

$apiVersion public_oe static_oe property

public static string $apiVersion
Résultat string