Releases: Ringobot/SpotifyApi.NetCore
Releases · Ringobot/SpotifyApi.NetCore
v2.1.0
New TracksApi
!
GetTrack(trackId [, market])
GetTracks(trackIds [, market])
v2.0.2
Minor release to fix async void
bug in RestHttpClient
v2.0.0
- New! PlayerApi/GetDevices
- New! All endpoints now return typed results (see /Models)
- New! ASP.NET and Vue.js sample
- Fixed lots of bugs
IRefreshTokenStore
->IRefreshTokenProvider
- now up to clients how they store refresh tokens
UserAccountService
just needs to get themSpotifyErrorException
can handle more error objects and is more resilient- Removed
StateHelper
andMemoryRefreshTokenStore