Request::__construct($options)
Constructor Set options.
* `$options` **array\|object** - Optional. Options to set.
Request::account($method, $uri, $parameters, $headers)
Make a request to the "account" endpoint.
* `$method` **string** - The HTTP method to use.
* `$uri` **string** - The URI to request.
* `$parameters` **string\|array** - Optional. Query string parameters or HTTP body, depending on $method.
* `$headers` **array** - Optional. HTTP headers.
return_assoc option.Request::api($method, $uri, $parameters, $headers)
Make a request to the "api" endpoint.
* `$method` **string** - The HTTP method to use.
* `$uri` **string** - The URI to request.
* `$parameters` **string\|array** - Optional. Query string parameters or HTTP body, depending on $method.
* `$headers` **array** - Optional. HTTP headers.
return_assoc option.Request::getLastResponse()
Get the latest full response from the Spotify API.
return_assoc option.Request::send($method, $url, $parameters, $headers)
Make a request to Spotify. You'll probably want to use one of the convenience methods instead.
* `$method` **string** - The HTTP method to use.
* `$url` **string** - The URL to request.
* `$parameters` **string\|array\|object** - Optional. Query string parameters or HTTP body, depending on $method.
* `$headers` **array** - Optional. HTTP headers.
return_assoc option.Request::setOptions($options)
Set options
* `$options` **array\|object** - Options to set.
How can I help you explore Laravel packages today?