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

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

get the API base URL
public static getApiBase ( ) : string
Результат string
    public static function getApiBase()
    {
        return self::$apiBase;
    }