Phue\Transport\TransportInterface::sendRequest PHP Method

sendRequest() public method

Send request
public sendRequest ( string $path, string $method = self::METHOD_GET, stdClass $data = null ) : mixed
$path string API path
$method string Request method
$data stdClass Body data
return mixed Command result
    public function sendRequest($path, $method = self::METHOD_GET, \stdClass $data = null);
TransportInterface