Skip to content

SpotifyAPI-NET 2.8.0

Compare
Choose a tag to compare
@JohnnyCrazy JohnnyCrazy released this 04 Apr 20:59
· 730 commits to master since this release

Web-API

  • Added following Endpoints:
    • GetUsersTopTracks
    • GetUsersTopArtists
    • GetRecommendations
    • GetRecommendationSeedsGenres
    • GetAudioFeatures
    • GetSeveralAudioFeatures
    • NOTE: Some new endpoints return wrong error models (spotify/web-api#199) , so use it with caution

Local-API

  • Added ParseUri() to the SpotifyResource-class ( #76 )
  • Fixed GetAlbumArt() ( #79 )