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