$_resource
$_resource : resource|null
The curl resource
Adapter implementation based on php-curl for requesting the CheddarGetter service
request(string $url, string $username, string $password, array|null $args) : string
Execute CheddarGetter API request
string | $url | Url to the API action |
string | $username | Username |
string | $password | Password |
array|null | $args | HTTP post key value pairs |
Throws an exception if the curl session results in an error.
Body of the response from the CheddarGetter API