'name of the database', * 'url' => 'URL to the resource', * 'method' => 'HTTP method used' * ] * * @param array $parameters * * @return mixed */ public function setParameters(array $parameters); /** * Send the data * * @param $data * * @return mixed */ public function write($data = null); /** * Should return if sending the data was successful * * @return bool */ public function isSuccess(); }