You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjust the categories of some endpoints to match with the official Spotify Web API Reference. No endpoint have been removed, they just got moved to other categories.
Added CategoriesApi and GenresApi category
Removed BrowseApi, LibraryApi and PersonalizationApi
Renamed UsersProfileApi to UsersApi
Add "Get an Audiobook's Chapters" endpoint
Add "Get User's Saved Audiobooks" endpoint
Add "Save Audiobooks for Current User" endpoint
Add "Remove User's Saved Audiobooks" endpoint
Add "Check User's Saved Audiobooks" endpoint
Fix type of shuffleState in CurrentlyPlayingContext to boolean
Fix return type of "Get Category's Playlists request" from PagedPlaylists to PagingFeaturedPlaylist
Fix return type of "Get Featured Playlists request" from PagedPlaylistsAndMessage to PagingFeaturedPlaylist
Fix type of narrators field in AudiobookBase from Narrator to List<Narrator>