public function testGetLogs()
 {
     $r = $this->api->logs();
     $this->assertNotNull($r);
 }