\Osiset\BasicShopifyAPI\TraitsIsResponseType

Determine GraphQL or REST response type.

Summary

Methods
Properties
Constants
No public methods found
No public properties found
No constants found
isRestResponse()
isGraphResponse()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

isRestResponse()

isRestResponse(\Psr\Http\Message\ResponseInterface  $response) : boolean

Check if this is a REST request by sniffing headers.

Parameters

\Psr\Http\Message\ResponseInterface $response

Returns

boolean

isGraphResponse()

isGraphResponse(\Psr\Http\Message\ResponseInterface  $response) : boolean

Check if this is a GraphQL request by sniffing headers.

Parameters

\Psr\Http\Message\ResponseInterface $response

Returns

boolean