Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 207 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 207 Bytes

ID en token zijn te geneneren door appie login uit te voeren.

$appie = new \Appie\Appie('12345678', '5e8a5709f662f8d401f7a00e6137f9ca');
$data = $appie->getProductsBoughtBefore();
dump($data);