\duncan3dc\Sonos\Cloud\InterfacesClientInterface

Summary

Methods
Constants
request()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

request()

request(string  $method, string  $url, array  $data = array()) : \stdClass

Send a request to the API.

Parameters

string $method

The HTTP method of the request

string $url

The endpoint to send the request to

array $data

Any additional data to send with the request

Returns

\stdClass