Skip to content

V1Response

Mike Russell edited this page Oct 5, 2017 · 1 revision

Namespace

SugarAPI\SDK\Response\

Interface

SugarAPI\SDK\Client\Interfaces\ClientInterface

Methods

setCurlResponse($curlResponse);

Provide the Raw Curl Response resource from curl_exec @param mixed $curlResponse @return self

getStatus();

Get the Response HTTP Status Code @return string

getBody();

Get the Response Body @return string

getHeaders();

Get the Response Headers @return string

getInfo();

Get the Information about the Curl Request @return array

getError();

Get the Request Errors if they occurred @return string|boolean

Abstracts

Implementations

Usage