SpotifyAPI Web 7.0.0
➕ Additions
- Adding Endpoint to get a User's Queue (thanks to @gavinsteinhoff #807)
- Added .NET 7 support
- All API calls now have an optional
CancellationTokenparameter, which can be used to prematurely cancel the request (Thanks to @esskar #813 ) - The
RemoveLibraryendpoints silently stopped acceptingidsin the body paremter, so we moved them to the query parameters PlaylistGetRequestandPlaylistGetItemRequestnow useListfor the type of thefieldsvalue. We can now useAddRangeetc. to add multiple entries at once
Miscellaneous
- Updated dependencies
Breaking Changes
All API Endpoint calls have a new CancellationToken parameter, which is optional however. Thus, the type signatures of the methods have changed.