Skip to content

Releases: Ringobot/SpotifyApi.NetCore

v2.1.0

02 Nov 08:09
Compare
Choose a tag to compare

New TracksApi !

  • GetTrack(trackId [, market])
  • GetTracks(trackIds [, market])

v2.0.2

16 Sep 20:32
Compare
Choose a tag to compare

Minor release to fix async void bug in RestHttpClient

v2.0.0

19 Aug 07:06
Compare
Choose a tag to compare
  • 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 them
  • SpotifyErrorException can handle more error objects and is more resilient
  • Removed StateHelper and MemoryRefreshTokenStore