Hello,
I can't figure out how to get a playlist's href.
I am successfully able to create a playlist with container.add
and I get a Hallo::Playlist
instance. I then upload it, and I can see it on Spotify. But how can I get from this instance the href/url/id to store it on our side ? I can't find the method to use :-p
Thanks in advance,
Aurels
--
You received this message because you are subscribed to the Hallon ruby gem mailing list.
- To view this group online, visit https://groups.google.com/d/forum/ruby-hallon
- To post to this group, send email to ruby-...@googlegroups.com
- To unsubscribe from this group, send email to ruby-hallon...@googlegroups.com
Thank you, that was exactly what I was looking for (the URI). So `playlist.to_link.to_uri` does the job.