Home
last modified time | relevance | path

Searched full:httpclient (Results 51 – 75 of 130) sorted by path

123456

/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 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 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 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 DBitly.php17 ClientInterface $httpClient, argument
22 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
94 $responseBody = $this->httpClient->retrieveResponse(
H A DBitrix24.php59 $responseBody = $this->httpClient->retrieveResponse(
H A DBox.php23 ClientInterface $httpClient, argument
28 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DBuffer.php22 ClientInterface $httpClient, argument
27 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
85 $responseBody = $this->httpClient->retrieveResponse(
121 $responseBody = $this->httpClient->retrieveResponse(
H A DDailymotion.php51 ClientInterface $httpClient, argument
56 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DDeezer.php43 ClientInterface $httpClient, argument
50 $httpClient,
H A DDelicious.php31 ClientInterface $httpClient, argument
38 $httpClient,
128 $responseBody = $this->httpClient->retrieveResponse(
H A DDeviantArt.php38 ClientInterface $httpClient, argument
43 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);

123456