Ringobot / SpotifyApi.NetCore

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

PlayerAPI 3 remaining endpoints #39

Closed DanielLarsenNZ closed 4 years ago

DanielLarsenNZ commented 4 years ago

(WIP)

DanielLarsenNZ commented 4 years ago

The following classes will move from SpotifyApi.NetCore.Models to SpotifyApi.NetCore:

Episodes
PagedArtists
PagedT
PagedEpisodes
PagedShows
PagedTracks
RepeatStates
Show
TimeRange
DanielLarsenNZ commented 4 years ago

CurrentPlaybackContext is now abstract, a super class for CurrentTrackPlaybackContext and CurrentEpisodePlaybackContext. This should be a backwards compatible with all usage (that I can think of), but if any problems, let me know.