Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playlist support #5

Closed
olmedocr opened this issue May 8, 2018 · 4 comments
Closed

Playlist support #5

olmedocr opened this issue May 8, 2018 · 4 comments

Comments

@olmedocr
Copy link

olmedocr commented May 8, 2018

Hi! I found your library while playing with the Spotify API, I just wanted to make sure that I'm not missing something and playlists just aren't supported at the moment (maybe I don't know how to use them, really).
Great work!

@rinukkusu
Copy link
Owner

rinukkusu commented May 8, 2018

We currently have not everything implemented but you should be able to access some features:

var featuredPlaylists = spotify.playlists.featured.items;
var myPlaylists = spotify.playlists.me.items;

If you need something specific, maybe try and implement it and send us a pull request.
Otherwise we can look into it and add it when we find the time.

@olmedocr
Copy link
Author

olmedocr commented May 9, 2018

I'll try to implement it to learn. I came up with a problem, do you handle the scopes of the authorization with Spotify or not?
Thanks again and sorry to bother

@olmedocr
Copy link
Author

olmedocr commented Jun 7, 2018

Whenever you are ready to help others contribute to this library reopen this issue at your will.
Regards
Edit: that sounded a bit more harsh than intended, my problem came when I needed to use the unimplemented fullAuth method. I'll try to do it by my own, but I have no idea how exactly work it out following your library style.
If you have some spare time and want to answer my questions about it please do not hesitate to contact me.

@olmedocr olmedocr closed this as completed Jun 7, 2018
@rinukkusu
Copy link
Owner

Thanks for trying!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants