jwilsson / spotify-web-api-php

A PHP wrapper for Spotify's Web API.
MIT License
868 stars 156 forks source link

add user id parameter to createPlaylist method #265

Closed revoltek-daniel closed 1 year ago

revoltek-daniel commented 1 year ago

Add the user_id parameter to the createPlaylist method like mentioned in the API docs https://developer.spotify.com/documentation/web-api/reference/create-playlist

jwilsson commented 1 year ago

Thanks again for contributing! 🎉

There seems to be some unrelated failing tests, I'll get this merged anyway and tag a new release.