Home
last modified time | relevance | path

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

/plugin/gitlabapi/gitlab/
H A Dgitlabapi.php22 function getAPIUrl() { return $this->dw_data['server'] . '/api/v4/'; }
42 $url_request = $this->getAPIUrl().'projects/'.$project_name;
56 $url_request = $this->getAPIUrl().'projects/'.$id.'/repository/commits';
61 $url_request = $this->getAPIUrl().'projects/'.$id.'/issues';
66 $url_request = $this->getAPIUrl().'projects/'.$id.'/milestones';
71 $url_request = $this->getAPIUrl().'projects/'.$id.'/pipelines';
14 function getAPIUrl() { return $this->dw_data['server'] . '/api/v4/'; } global() function in GitLabApi
/plugin/gitlabproject/gitlab/
H A Dgitlab.php16 function getAPIUrl() { function in DokuwikiGitlab
41 …$url_request = $this->getAPIUrl().'projects/'.urlencode($this->dw_data['project']).'/?private_toke…
50 …$user_url_request = $this->getAPIUrl().'projects/'.urlencode((string)$this->dw_data['project']).'/…
55 …$group_url_request = $this->getAPIUrl().'groups/'.urlencode($namespace).'/members/?private_token='…