Home
last modified time | relevance | path

Searched refs:httpClient (Results 1 – 25 of 73) sorted by last modified time

123

/plugin/keywords/action/
H A Dkeywords.php77 $httpClient = new DokuHTTPClient();
79 $httpClient->headers = [
83 $status = $httpClient->sendRequest($this->CHATGPT_API_URL, json_encode( [
119 $data = json_decode( $httpClient->resp_body );
122 …Logger::error( "An error occurred during the Chat GPT call", $httpClient->error, __FILE__, __LINE_…
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php21 protected $httpClient; variable in OAuth\\Common\\Service\\AbstractService
28 * @param ClientInterface $httpClient
33 ClientInterface $httpClient, argument
37 $this->httpClient = $httpClient;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DQuickBooks.php21 ClientInterface $httpClient, argument
28 $httpClient,
H A DRedmine.php18 ClientInterface $httpClient, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DScoopIt.php18 ClientInterface $httpClient, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DTumblr.php18 ClientInterface $httpClient, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DAbstractService.php31 ClientInterface $httpClient, argument
36 parent::__construct($credentials, $httpClient, $storage);
52 $responseBody = $this->httpClient->retrieveResponse($this->getRequestTokenEndpoint(), array(), $headers);
100 $responseBody = $this->httpClient->retrieveResponse($this->getAccessTokenEndpoint(), $bodyParams, $headers);
141 return $this->httpClient->retrieveResponse($uri, $body, $headers, $method);
H A DBitBucket.php18 ClientInterface $httpClient, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DEtsy.php21 ClientInterface $httpClient, argument
26 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DFitBit.php18 ClientInterface $httpClient, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DFiveHundredPx.php32 ClientInterface $httpClient, argument
39 $httpClient,
H A DFlickr.php20 ClientInterface $httpClient, argument
25 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
98 return $this->httpClient->retrieveResponse($uri, $body, $headers, $method);
H A DTwitter.php24 ClientInterface $httpClient, argument
29 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DXing.php18 ClientInterface $httpClient, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DYahoo.php19 ClientInterface $httpClient, argument
24 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
76 $responseBody = $this->httpClient->retrieveResponse($this->getAccessTokenEndpoint(), $bodyParams, $headers);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php41 ClientInterface $httpClient, argument
48 parent::__construct($credentials, $httpClient, $storage);
114 $responseBody = $this->httpClient->retrieveResponse(
175 return $this->httpClient->retrieveResponse($uri, $body, $extraHeaders, $method);
209 $responseBody = $this->httpClient->retrieveResponse(
H A DAmazon.php30 ClientInterface $httpClient, argument
35 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DBattleNet.php38 ClientInterface $httpClient, argument
43 parent::__construct( $credentials, $httpClient, $storage,
H A DFacebook.php127 ClientInterface $httpClient, argument
133 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true, $apiVersion);
H A DFoursquare.php19 ClientInterface $httpClient, argument
24 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DGitHub.php129 ClientInterface $httpClient, argument
134 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DHubic.php44 ClientInterface $httpClient, argument
51 $httpClient,
H A DInstagram.php28 ClientInterface $httpClient, argument
33 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DJawboneUP.php54 ClientInterface $httpClient, argument
59 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DBitly.php17 ClientInterface $httpClient, argument
22 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
94 $responseBody = $this->httpClient->retrieveResponse(

123