Example #1
0
 public function testClientFeed()
 {
     $client = new Client('key', 'secret');
     $feed1 = $client->feed('flat', '1');
 }