function get_url($path = '') { return $this->_api->GetUrl($path); }
/** * Set API connection protocol. * * @since 1.0.4 */ public static function SetHttp() { self::$_protocol = 'http'; }