PersonService
class PersonService extends BaseService (View source)
The list manager class used to handle lists.
Methods
getPerson(string $id)
Retrieve a person from the Klaviyo API.
Details
in BaseService at line line 28
__construct(KlaviyoApi $api)
The constructor for the list manager class.
in BaseService at line line 35
static
create(KlaviyoApi $api)
Instantiates a new instance of this class.
in BaseService at line line 46
string
getResourcePath($resource)
Retrieve the full resource path.
at line line 21
PersonModel
getPerson(string $id)
Retrieve a person from the Klaviyo API.