Home
last modified time | relevance | path

Searched refs:ClientInterface (Results 1 – 25 of 94) sorted by path

1234

/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DRevoke.php23 use GuzzleHttp\ClientInterface; alias
34 * @var ClientInterface The http client
42 public function __construct(ClientInterface $http = null)
H A DVerify.php25 use GuzzleHttp\ClientInterface; alias
49 * @var ClientInterface The http client
63 ClientInterface $http = null,
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A DAuthHandlerFactory.php21 use GuzzleHttp\ClientInterface; alias
36 $guzzleVersion = ClientInterface::MAJOR_VERSION;
38 $guzzleVersion = (int) substr(ClientInterface::VERSION, 0, 1);
H A DGuzzle5AuthHandler.php12 use GuzzleHttp\ClientInterface; alias
30 ClientInterface $http,
47 ClientInterface $http,
68 public function attachToken(ClientInterface $http, array $token, array $scopes)
87 public function attachKey(ClientInterface $http, $key)
97 private function createAuthHttp(ClientInterface $http)
H A DGuzzle6AuthHandler.php12 use GuzzleHttp\ClientInterface; alias
30 ClientInterface $http,
47 ClientInterface $http,
71 public function attachToken(ClientInterface $http, array $token, array $scopes)
93 public function attachKey(ClientInterface $http, $key)
106 private function createAuthHttp(ClientInterface $http)
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php33 use GuzzleHttp\ClientInterface; alias
65 * @var ClientInterface $http
280 * @param ClientInterface $authHttp optional.
413 * @param ClientInterface $http the http client object.
414 * @return ClientInterface the http client object
416 public function authorize(ClientInterface $http = null)
1154 * @param ClientInterface $http
1156 public function setHttpClient(ClientInterface $http)
1162 * @return ClientInterface
1189 $guzzleVersion = ClientInterface::MAJOR_VERSION;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DREST.php24 use GuzzleHttp\ClientInterface; alias
49 ClientInterface $client,
79 …public static function doExecute(ClientInterface $client, RequestInterface $request, $expectedClas…
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php20 use GuzzleHttp\ClientInterface; alias
34 * @var ClientInterface
39 * @param ClientInterface $client
41 public function __construct(ClientInterface $client)
H A DGuzzle6HttpHandler.php19 use GuzzleHttp\ClientInterface; alias
26 * @var ClientInterface
31 * @param ClientInterface $client
33 public function __construct(ClientInterface $client)
H A DHttpClientCache.php20 use GuzzleHttp\ClientInterface; alias
28 * @var ClientInterface|null
37 * @param ClientInterface|null $client
40 public static function setHttpClient(ClientInterface $client = null)
48 * @return ClientInterface|null
H A DHttpHandlerFactory.php20 use GuzzleHttp\ClientInterface; alias
27 * @param ClientInterface $client
31 public static function build(ClientInterface $client = null)
37 $version = ClientInterface::MAJOR_VERSION;
40 $version = (int) substr(ClientInterface::VERSION, 0, 1);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md35 * Deprecated `ClientInterface::VERSION`
389 * Removed `GuzzleHttp\ClientInterface::sendAll` and marked
595 * Restructured how events are added to `GuzzleHttp\ClientInterface::sendAll()`.
604 * Added `getDefaultOption()` and `setDefaultOption()` to ClientInterface
631 `Guzzle\Http\ClientInterface::setSslVerification()`
760 * Removed `Guzzle\Http\ClientInterface::setDefaultHeaders(). Use
764 * Removed `Guzzle\Http\ClientInterface::expandTemplate()`
765 * Removed `Guzzle\Http\ClientInterface::setRequestFactory()`
766 * Removed `Guzzle\Http\ClientInterface::getCurlMulti()`
816 * Removed from interface: Guzzle\Http\ClientInterface::setUriTemplate
[all …]
H A DUPGRADING.md83 - `GuzzleHttp\ClientInterface::getDefaultOption` has been renamed to
84 `GuzzleHttp\ClientInterface::getConfig`.
85 - `GuzzleHttp\ClientInterface::setDefaultOption` has been removed.
253 at `GuzzleHttp\ClientInterface::VERSION`.
349 `GuzzleHttp\ClientInterface` has changed.
728 - Changed `Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $body = null)` to
739 - Removed `Guzzle\Http\ClientInterface::setDefaultHeaders(). Use
745 - Removed `Guzzle\Http\ClientInterface::expandTemplate()`. This is an implementation detail.
746 - Removed `Guzzle\Http\ClientInterface::setRequestFactory()`. This is an implementation detail.
786 * Removed from interface: Guzzle\Http\ClientInterface::setUriTemplate
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php26 class Client implements ClientInterface
H A DClientInterface.php13 interface ClientInterface interface
H A DPool.php26 * @param ClientInterface $client Client used to send the requests.
36 ClientInterface $client,
91 * @param ClientInterface $client Client used to send the requests
101 ClientInterface $client,
/plugin/emoji/emojione/
H A DClient.php9 class Client implements ClientInterface
H A DClientInterface.php6 interface ClientInterface interface
H A DEmojione.php46 * @return ClientInterface The Client
61 * @param ClientInterface $client The Client
64 public static function setClient(ClientInterface $client)
77 * @param ClientInterface $client The Client
80 protected static function loadConfig(ClientInterface $client)
101 * @param ClientInterface $client The Client
104 protected static function updateConfig(ClientInterface $client)
/plugin/evesso/classes/
H A DoAuthHTTPClient.php5 use OAuth\Common\Http\Client\ClientInterface; alias
14 class oAuthHTTPClient implements ClientInterface {
/plugin/evesso/phpoauthlib/
H A DREADME.md38 …just create a class utilizing it which implements `OAuth\Common\Http\ClientInterface` (two impleme…
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DAbstractClient.php8 abstract class AbstractClient implements ClientInterface
38 * @return ClientInterface
50 * @return ClientInterface
H A DClientInterface.php11 interface ClientInterface interface
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php6 use OAuth\Common\Http\Client\ClientInterface; alias
20 /** @var ClientInterface */
28 * @param ClientInterface $httpClient
33 ClientInterface $httpClient,
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php10 use OAuth\Common\Http\Client\ClientInterface; alias
34 * @param ClientInterface $httpClient
44 ClientInterface $httpClient,

1234