Example #1
0
 public function post($uri, array $data = array(), array $headers = array())
 {
     $headers['authtoken'] = 'at';
     return parent::post($uri, $data, $headers);
 }