Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/extension/
H A DRepository.php11 … public const EXTENSION_REPOSITORY_API = 'https://www.dokuwiki.org/lib/plugins/pluginrepo/api.php'; define in dokuwiki\\plugin\\extension\\Repository
65 $data = $httpclient->get(self::EXTENSION_REPOSITORY_API . '?cmd=ping');
94 $response = $httpclient->post(self::EXTENSION_REPOSITORY_API, $data);
208 $response = $httpclient->post(self::EXTENSION_REPOSITORY_API, $query);