Ringobot / SpotifyApi.NetCore

Lightweight .NET Core wrapper for the Spotify Web API
MIT License
38 stars 16 forks source link

Playlist and PlaylistSimplified DTOs are not consistent with API reference #42

Open DanielLarsenNZ opened 4 years ago

DanielLarsenNZ commented 4 years ago

This needs to be fixed but may introduce breaking changes.

For example Get Playlist doc says returns Playlist (full) but IPlaylistApi.GetPlaylist() returns PlaylistSimplified.