Class BaseService
Super class for all services
Direct known subclasses
Ctct\Services\AccountService, Ctct\Services\ActivityService, Ctct\Services\CampaignScheduleService, Ctct\Services\CampaignTrackingService, Ctct\Services\ContactService, Ctct\Services\ContactTrackingService, Ctct\Services\EmailMarketingService, Ctct\Services\LibraryService, Ctct\Services\ListService
Abstract
Namespace: Ctct\Services
Package: Services
Author: Constant Contact
Located at Services/BaseService.php
Namespace: Ctct\Services
Package: Services
Author: Constant Contact
Located at Services/BaseService.php
public
|
#
__construct( string $apiKey )
Constructor with the option to to supply an alternative rest client to be used |
protected
GuzzleHttp\Client
|
|
protected
|
|
protected
|
#
convertException( GuzzleHttp\Exception\ClientException $exception )
Turns a ClientException into a CtctException - like magic. |