-
Notifications
You must be signed in to change notification settings - Fork 0
Users API
Romain Monteil edited this page Jan 3, 2019
·
2 revisions
$response = $spotify->users()->get('0123456789');
Return an instance of UserResponse
$response = $spotify->users()->playlists('0123456789', [
QueryParametersInterface::PARAMETER_LIMIT => 10,
QueryParametersInterface::PARAMETER_OFFSET => 5,
]);
Return an instance of PagingResponse