SpotifyAPI Web API 6.0.0-beta.8
Pre-release
Pre-release
·
366 commits
to master
since this release
🏗 Fixes:
- Fixed
SimpleRetryHandlerby ignoring the case of the header key. #475 - When specifying enums in requests, there was a bug where wrong values have been used. #478
- Some API calls allow a request parameter called
fieldsto specify which fields of the JSON should be returned. To reflect this subset of fields in the models, the properties of such API calls have been made nullable. #477