EasyPost\EasyPost::getApiKey PHP Метод

getApiKey() публичный статический Метод

get the API key
public static getApiKey ( ) : string
Результат string
    public static function getApiKey()
    {
        return self::$apiKey;
    }