Closed gutomotta closed 5 years ago
RSpotify.send_request
Addressable::URI.encode
[]
RSpotify::Playlist#initialize
?
RSpotify::Playlist#tracks
@href
@path
#
looks good, thanks!
RSpotify.send_request
: useAddressable::URI.encode
to encode the url correctly when it contains[]
.RSpotify::Playlist#initialize
: remove trailing?
from the owner name.RSpotify::Playlist#tracks
: use@href
instead of@path
to avoid errors while paginating tracks when the owner name has special characters such as#
.