EasyPost\EasyPost::getApiBase PHP Method

getApiBase() public static method

get the API base URL
public static getApiBase ( ) : string
return string
    public static function getApiBase()
    {
        return self::$apiBase;
    }