What is most efficient way to filter a users's inventory? #154
Unanswered
ForceConstant
asked this question in
Support
Replies: 2 comments
-
Sorry no good news, I think it's the only way. It takes time... |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is the docs of the API endpoint being used in p3dc: https://www.discogs.com/developers#page:marketplace,header:marketplace-inventory In case you find something you need that is not supported in our client yet, please open a feature request issue! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Lets say I want to get a list of all the "Vinyl" a user has in their inventory. I can loop through user.inventory and check if Format == "Vinyl" but this uses the API for each one, and for most sellers they can have 1000's so that would take a long time. Is there an faster way to get this data? Like first being able filter for the format and/or genre?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions