Home
last modified time | relevance | path

Searched full:httpclient (Results 26 – 50 of 130) sorted by relevance

123456

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DBitly.php17 ClientInterface $httpClient, argument
22 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
94 $responseBody = $this->httpClient->retrieveResponse(
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 DDelicious.php31 ClientInterface $httpClient, argument
38 $httpClient,
128 $responseBody = $this->httpClient->retrieveResponse(
H A DParrotFlowerPower.php34 ClientInterface $httpClient, argument
41 $httpClient,
132 $responseBody = $this->httpClient->retrieveResponse(
H A DHarvest.php19 ClientInterface $httpClient, argument
24 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
129 $responseBody = $this->httpClient->retrieveResponse(
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 DSoundCloud.php17 ClientInterface $httpClient, argument
22 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DFoursquare.php19 ClientInterface $httpClient, argument
24 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DInstagram.php28 ClientInterface $httpClient, argument
33 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DMondo.php17 ClientInterface $httpClient, argument
22 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DYammer.php17 ClientInterface $httpClient, argument
22 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DBox.php23 ClientInterface $httpClient, argument
28 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DUstream.php25 ClientInterface $httpClient, argument
30 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DRunKeeper.php22 ClientInterface $httpClient, argument
27 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
/plugin/oauth/
H A DHTTPClient.php11 * Implements the client interface using DokuWiki's HTTPClient
13 class HTTPClient implements ClientInterface class
/dokuwiki/inc/
H A DFeedParserFile.php10 * Fetch an URL using our own HTTPClient
20 * Inititializes the HTTPClient
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DYahoo.php19 ClientInterface $httpClient, argument
24 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
76 $responseBody = $this->httpClient->retrieveResponse($this->getAccessTokenEndpoint(), $bodyParams, $headers);
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 DFlickr.php20 ClientInterface $httpClient, argument
25 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
98 return $this->httpClient->retrieveResponse($uri, $body, $headers, $method);
H A DRedmine.php18 ClientInterface $httpClient, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
/plugin/pdb/classes/
H A D_RCSB.php11 var $HttpClient; variable in rcsb
17 $this->HttpClient = new DokuHTTPClient();
/plugin/pubchem/classes/
H A D_RCSB.php11 var $HttpClient; variable in rcsb
17 $this->HttpClient = new DokuHTTPClient();
/plugin/pubmed/classes/
H A D_RCSB.php11 var $HttpClient; variable in rcsb
17 $this->HttpClient = new DokuHTTPClient();
/dokuwiki/inc/HTTP/
H A DDokuHTTPClient.php11 * @link https://www.dokuwiki.org/devel:httpclient
13 class DokuHTTPClient extends HTTPClient
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DEveOnline.php29 ClientInterface $httpClient, argument
34 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);

123456