Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 482 Bytes

SAMPLES.md

File metadata and controls

26 lines (18 loc) · 482 Bytes

#Sample calls

Assumes that you already installed and configured Chibex\Ozioma. And that you have created and configured the $ozioma object as you want. Check README for details.

// balance
$ozioma->balance->check();

// month
$ozioma->month->list();

// timezone
$ozioma->timezone->list();

// message
$ozioma->message->fetch(1);
$ozioma->message->getExtras(1);

// newsletter
$ozioma->newsletter->list();

// birthday
$ozioma->birthday->getGroupList();