Home
last modified time | relevance | path

Searched refs:api_app_id (Results 1 – 1 of 1) sorted by relevance

/plugin/phpipam/
H A Dphpipam-api.php39 private $api_app_id = false; variable in phpipam_api_client
457 $this->api_app_id = $app_id;
654 $url = $this->api_url.$this->api_app_id."/";
657 …$url = $this->api_url.$this->api_app_id.str_replace("//", "/", "/".$this->api_server_controller."/…
698 …curl_setopt($this->Connection, CURLOPT_URL, $this->api_url.$this->api_app_id.str_replace("//", "/"…
722 …curl_setopt($this->Connection, CURLOPT_URL, $this->api_url."?app_id=".$this->api_app_id."&enc_requ…
880 CURLOPT_URL => $this->api_url.$this->api_app_id."/user/",