Searched refs:dw_data (Results 1 – 2 of 2) sorted by relevance
11 function __construct($dw_data) { argument12 $this->dw_data = $dw_data;17 return $this->dw_data['server'] . '/api/v3/';41 …= $this->getAPIUrl().'projects/'.urlencode($this->dw_data['project']).'/?private_token='.$this->dw…50 …APIUrl().'projects/'.urlencode((string)$this->dw_data['project']).'/members/?private_token='.$this…52 $namespace_array = explode('/', $this->dw_data['project']);55 …is->getAPIUrl().'groups/'.urlencode($namespace).'/members/?private_token='.$this->dw_data['token'];
9 function __construct($dw_data) { argument 10 if ($dw_data['server'] == null) {14 if($dw_data['token'] == null) {18 $this->dw_data = $dw_data;22 function getAPIUrl() { return $this->dw_data['server'] . '/api/v4/'; }29 'PRIVATE-TOKEN: '.$this->dw_data['token']41 $project_name = str_replace("/", "%2F", $this->dw_data['project-path']);