public function get($uri, array $headers = array()) { $headers['authtoken'] = 'at'; return parent::get($uri, $headers); }