Home
last modified time | relevance | path

Searched refs:httpClient (Results 51 – 73 of 73) sorted by path

123

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DJawboneUP.php54 ClientInterface $httpClient, argument
59 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DLinkedin.php38 ClientInterface $httpClient, argument
43 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DMailchimp.php17 ClientInterface $httpClient, argument
22 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
103 $response = $this->httpClient->retrieveResponse(new Uri($endpoint), array(), array(), 'GET');
H A DMicrosoft.php55 ClientInterface $httpClient, argument
60 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DMondo.php17 ClientInterface $httpClient, argument
22 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DNest.php32 ClientInterface $httpClient, argument
39 $httpClient,
H A DNetatmo.php42 ClientInterface $httpClient, argument
49 $httpClient,
H A DParrotFlowerPower.php34 ClientInterface $httpClient, argument
41 $httpClient,
132 $responseBody = $this->httpClient->retrieveResponse(
H A DPaypal.php36 ClientInterface $httpClient, argument
41 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DPinterest.php40 ClientInterface $httpClient, argument
47 $httpClient,
H A DPocket.php17 ClientInterface $httpClient, argument
22 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
63 $responseBody = $this->httpClient->retrieveResponse(
95 $responseBody = $this->httpClient->retrieveResponse(
H A DReddit.php39 ClientInterface $httpClient, argument
44 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DRunKeeper.php22 ClientInterface $httpClient, argument
27 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DSoundCloud.php17 ClientInterface $httpClient, argument
22 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DSpotify.php34 ClientInterface $httpClient, argument
39 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DStrava.php46 ClientInterface $httpClient, argument
57 $httpClient,
H A DUstream.php25 ClientInterface $httpClient, argument
30 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DVimeo.php60 ClientInterface $httpClient, argument
67 $httpClient,
H A DVkontakte.php44 ClientInterface $httpClient, argument
49 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DYammer.php17 ClientInterface $httpClient, argument
22 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A DServiceFactory.php31 protected $httpClient; variable in OAuth\\ServiceFactory
50 * @param ClientInterface $httpClient
54 public function setHttpClient(ClientInterface $httpClient) argument
56 $this->httpClient = $httpClient;
112 if (!$this->httpClient) {
114 $this->httpClient = new StreamClient();
177 $this->httpClient,
238 return new $serviceName($credentials, $this->httpClient, $storage, new Signature($credentials), $baseApiUri);
/plugin/oauthkeycloak/
H A DKeycloak.php90 $this->httpClient->retrieveResponse(
/plugin/zerolinecss/
H A Daction.php14 private $httpClient = null; variable in action_plugin_zerolinecss
38 $data = $this->httpClient->get( DOKU_URL . $link['href'] );
58 if ( $this->httpClient != null ) {
62 $this->httpClient = new dokuwiki\HTTP\DokuHTTPClient();

123