Home
last modified time | relevance | path

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

/plugin/asana/remote/
H A DAPILink.php21 var $url_base = "https://app.asana.com/api/1.0"; variable in remote_plugin_asana_APILink
356 curl_setopt($this->ch, CURLOPT_URL , $this->url_base."/users/me");
369 curl_setopt($this->ch, CURLOPT_URL , $this->url_base."/workspaces/".$workspace_ID."/users");
380 curl_setopt($this->ch, CURLOPT_URL , $this->url_base."/workspaces/".$workspace_ID."/projects");
392 curl_setopt($this->ch, CURLOPT_URL , $this->url_base."/workspaces/".$workspace_ID."/tags");
418 curl_setopt($this->ch, CURLOPT_URL , $this->url_base."/projects/".$project_ID."/tasks");
430 curl_setopt($this->ch, CURLOPT_URL , $this->url_base."/tasks/".$task_ID);
442 curl_setopt($this->ch, CURLOPT_URL, $this->url_base."/tasks/".$task_ID."/stories");