bartve / disconnect

An easy to use Node.js client with OAuth support to connect with the discogs.com API v2.0
MIT License
453 stars 79 forks source link

Get all lists of given username #32

Closed ghost closed 7 years ago

ghost commented 7 years ago

Some add in list.js to get all list of a given username. My first days with git. Hope my add is fine.

bartve commented 7 years ago

It's already at user().getLists

ghost commented 7 years ago

Thank you I have overlooked this. I have been expecting getLists rather in list.js than in user.js

I will remove my change again.