Example #1
0
 /**
  * Set API connection protocol.
  *
  * @since 1.0.4
  */
 public static function SetHttp()
 {
     self::$_protocol = 'http';
 }