PHP Interface Phue\Transport\TransportInterface

Afficher le fichier Open project: sqmk/phue

Méthodes publiques

Méthode Description
sendRequest ( string $path, string $method = self::METHOD_GET, stdClass $data = null ) : mixed Send request

Method Details

sendRequest() public méthode

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
Résultat mixed Command result