\Osiset\BasicShopifyAPI\ContractsClientAware

Reprecents Guzzle client awareness.

Summary

Methods
Constants
setClient()
getClient()
setOptions()
getOptions()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

setClient()

setClient(\GuzzleHttp\ClientInterface  $client) : void

Set the Guzzle client.

Parameters

\GuzzleHttp\ClientInterface $client

getClient()

getClient() : \GuzzleHttp\ClientInterface

Get the client.

Returns

\GuzzleHttp\ClientInterface

setOptions()

setOptions(\Osiset\BasicShopifyAPI\Options  $options) : void

Set the options.

Parameters

\Osiset\BasicShopifyAPI\Options $options

getOptions()

getOptions() : \Osiset\BasicShopifyAPI\Options

Get the options.

Returns

\Osiset\BasicShopifyAPI\Options