Skip to content

add multi-region suppor

Compare
Choose a tag to compare
@lanlin lanlin released this 19 Mar 02:19
· 4 commits to 3.0 since this release

add multi-region support #30
more about multi-region see https://docs.nylas.com/docs/data-residency

usage example:

$options =
[
    'region' => 'oregon',   // server region, can be oregon, ireland or canada, default is oregon
     ...
];

$nylas = new Client($options);