-
Notifications
You must be signed in to change notification settings - Fork 1
V1Response
Mike Russell edited this page Oct 5, 2017
·
1 revision
SugarAPI\SDK\Response\
SugarAPI\SDK\Client\Interfaces\ClientInterface
Provide the Raw Curl Response resource from curl_exec @param mixed $curlResponse @return self
Get the Response HTTP Status Code @return string
Get the Response Body @return string
Get the Response Headers @return string
Get the Information about the Curl Request @return array
Get the Request Errors if they occurred @return string|boolean