guilhermesad / rspotify

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

added find_by_id method to playlist #174

Closed danicuki closed 5 years ago

danicuki commented 6 years ago

added find_by_id method to playlist, get playlist without being obligated to use user_id

guilhermesad commented 5 years ago

@danicuki looks good, thanks! Could you just add documentation as in other methods?

danicuki commented 5 years ago

done!

guilhermesad commented 5 years ago

Thanks! Love the examples ;)