BlizzedRu / DiscogsDB

Simple Java library for Discogs's Database API
15 stars 2 forks source link

Get users collection? #1

Open jmizv opened 5 years ago

jmizv commented 5 years ago

Hi, thanks for the library. Is there any chance in getting the collection of a certain user? Regards

BlizzedRu commented 5 years ago

Hi!

Thanks for response and execuse me for a very late answer. According to the documentation of Discog's DB you can't :( This library only for DB section. But there is User Contribution method in UserIdentity section so you can implement this by yourself.

Good luck in development!

BlizzedRu commented 5 years ago

I see this method (like a number of others) doesn't need authentication. So if you are going to implement this method or the whole section I will be glad to accept your pull request.