( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php // require the setup which has registered the autoloader require_once 'setup.php'; // create the lists endpoint: $endpoint = new EmsApi\Endpoint\Lists(); /*===================================================================================*/ // GET ALL ITEMS $response = $endpoint->getLists($pageNumber = 1, $perPage = 10); // DISPLAY RESPONSE echo '<pre>'; print_r($response->body); echo '</pre>'; /*===================================================================================*/