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
CancellationToken
parameter, which can be used to prematurely cancel the request (Thanks to @esskar #813 ) - The
RemoveLibrary
endpoints silently stopped acceptingids
in the body paremter, so we moved them to the query parameters PlaylistGetRequest
andPlaylistGetItemRequest
now useList
for the type of thefields
value. We can now useAddRange
etc. 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.