Documentation

Client

Table of Contents

FETCH_OBJECT  = 'object'
FETCH_RESPONSE  = 'response'
$httpClient  : ClientInterface
$requestFactory  : RequestFactoryInterface
$serializer  : SerializerInterface
$streamFactory  : StreamFactoryInterface
__construct()  : mixed
executeEndpoint()  : mixed

Constants

FETCH_OBJECT

public mixed FETCH_OBJECT = 'object'

FETCH_RESPONSE

public mixed FETCH_RESPONSE = 'response'

Properties

$httpClient

protected ClientInterface $httpClient

$requestFactory

protected RequestFactoryInterface $requestFactory

$serializer

protected SerializerInterface $serializer

$streamFactory

protected StreamFactoryInterface $streamFactory

Methods

__construct()

public __construct(ClientInterface $httpClient, RequestFactoryInterface $requestFactory, SerializerInterface $serializer, StreamFactoryInterface $streamFactory) : mixed
Parameters
$httpClient : ClientInterface
$requestFactory : RequestFactoryInterface
$serializer : SerializerInterface
$streamFactory : StreamFactoryInterface
Return values
mixed

executeEndpoint()

public executeEndpoint(Endpoint $endpoint[, string $fetch = self::FETCH_OBJECT ]) : mixed
Parameters
$endpoint : Endpoint
$fetch : string = self::FETCH_OBJECT
Return values
mixed

Search results