Home
last modified time | relevance | path

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

123456

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
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 DBitBucket.php18 ClientInterface $httpClient, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DFitBit.php18 ClientInterface $httpClient, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DXing.php18 ClientInterface $httpClient, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DQuickBooks.php21 ClientInterface $httpClient, argument
28 $httpClient,
H A DEtsy.php21 ClientInterface $httpClient, argument
26 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DFiveHundredPx.php32 ClientInterface $httpClient, argument
39 $httpClient,
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAmazon.php30 ClientInterface $httpClient, argument
35 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DDeviantArt.php38 ClientInterface $httpClient, argument
43 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DDropbox.php23 ClientInterface $httpClient, argument
28 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DEveOnline.php26 ClientInterface $httpClient, argument
31 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 DNest.php32 ClientInterface $httpClient, argument
39 $httpClient,
H A DVkontakte.php44 ClientInterface $httpClient, argument
49 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DDailymotion.php51 ClientInterface $httpClient, argument
56 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DHeroku.php37 ClientInterface $httpClient, argument
42 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DNetatmo.php42 ClientInterface $httpClient, argument
49 $httpClient,
H A DPaypal.php36 ClientInterface $httpClient, argument
41 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DReddit.php39 ClientInterface $httpClient, argument
44 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DSpotify.php34 ClientInterface $httpClient, argument
39 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DDeezer.php43 ClientInterface $httpClient, argument
50 $httpClient,
H A DPinterest.php40 ClientInterface $httpClient, argument
47 $httpClient,
H A DJawboneUP.php54 ClientInterface $httpClient, argument
59 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
/plugin/imageshack/
H A Daction.php44 require_once(DOKU_INC.'/inc/HTTPClient.php');
45 $http = new HTTPClient();

123456