SpotifyAPI Web API 6.0.0-beta.7
Pre-release
Pre-release
🏗 Fixes:
- When a query parameter list was empty, it was still serialized into the query, resulting in a query similar to
items=System.Collections.List<string>
. This has been fixed, empty query parameter lists are skipped. #471 - When requesting subfields using the
Fields
parameter, a missingtype
parameter can lead to an exception since the response model type can't be deducted. The exception was made clearer #472 PlaylistGetRequest
was missing some fields,Market
andFields
. They've been added! #470
Thanks to @palenshus for reporting the above bugs!