InfluxDb\Driver\Guzzle::write PHP Method

write() public method

Send the data
public write ( $data = null ) : mixed
$data
return mixed
    public function write($data = null)
    {
        $this->response = $this->httpClient->post($this->parameters['url'], $this->getRequestParameters($data));
    }