Searched refs:makeGitHubRequest (Results 1 – 1 of 1) sorted by relevance
/plugin/issuelinks/services/ |
H A D | GitHub.service.php | 132 $data = $this->makeGitHubRequest($endpoint, [], 'GET', []); 179 protected function makeGitHubRequest($endpoint, $data, $method, $headers = []) function in dokuwiki\\plugin\\issuelinks\\services\\GitHub 260 $data = $this->makeGitHubRequest("/repos/$project/hooks/$hookid", [], 'DELETE'); 290 $data = $this->makeGitHubRequest("/repos/$project/hooks", $data, 'POST');
|