Home
last modified time | relevance | path

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

/plugin/issuelinks/services/
DAbstractService.php38 …protected function makeHTTPRequest(\DokuHTTPClient $dokuHTTPClient, $url, $headers, array $data, $… function in dokuwiki\\plugin\\issuelinks\\services\\AbstractService
DJira.service.php155 return $this->makeHTTPRequest($this->dokuHTTPClient, $url, $requestHeaders, $data, $method);
DGitHub.service.php194 return $this->makeHTTPRequest($this->dokuHTTPClient, $url, $requestHeaders, $data, $method);
DGitLab.service.php135 return $this->makeHTTPRequest($this->dokuHTTPClient, $url, $requestHeaders, $data, $method);