Closed EfthimisV closed 6 years ago
GetMasterAsync should return want you want.
Indeed it works but I'd like to search an album's covert art first and then give it's master id as an argument to the GetMasterAsync function, is this possible?
I am not sure to follow you. I am sure what discogs API you are refering to when you say "search an album's covert art". If the discogs rest API provides the information you need, then DiscogsClient should provide the corresponding API, so that you can use it. If it is an discogs rest API that is not mapped by this library let me know I will work on it.
I solved my problem using another method but anyway, thanks for your help.
Is it possible to get a master id of an album using this API; I would like to know because I'd like to search the cover art according to an artist the user enters and I couldn't find a documentation or something to solve my issue.