guilhermesad / rspotify

A ruby wrapper for the Spotify Web API
MIT License
717 stars 290 forks source link

Add support for "Fields" in Playlist Endpoint #231

Open OskarEichler opened 3 years ago

OskarEichler commented 3 years ago

The Playlist Endpoint now supports 'fields', specifying which data should actually be returned: https://developer.spotify.com/console/get-playlist/?playlist_id=37i9dQZF1DWVY4eLfA3XFQ&market=&fields=&additional_types=

It would be great to include this in a same way as the market parameter in order to cut down a bit on the size of each response.