romanpitak / dotMailer-API-v2-PHP-client

PHP client library for the dotMailer v2 (REST) API with MULTIPLE ACCOUNTS SUPPORT!
MIT License
21 stars 31 forks source link

region accounts #21 - currently supported http://r1-api.dotmailer.com… #33

Closed cdiacon closed 5 years ago

cdiacon commented 7 years ago

Supported regions :

ex :

$credentials = array(
    Container::USERNAME => $apiUsername,
    Container::PASSWORD => $apiPassword,
    Container::REGION => $region
);

$resources = Container::newResources($credentials);