adamint / spotify-web-api-kotlin

Spotify Web API wrapper for Kotlin, Java, JS, and Native - Targets JVM, Android, JS (browser), Native (Desktop), and Apple tvOS/iOS. Includes a Spotify Web Playback SDK wrapper for Kotlin/JS, and a spotify-auth wrapper for Kotlin/Android.
https://adamint.github.io/spotify-web-api-kotlin-docs/
MIT License
194 stars 21 forks source link

add getNullable method for 204-available methods to use, update dependencies #307

Closed adamint closed 2 years ago

adamint commented 2 years ago

Fixes #305

I am unaware of any other endpoints that allows 204 No Response. It will be trivial to add this functionality to those methods if/when necessary