Let's say a user has 250 movies in a list and they would like to temporarily view them organized by genre, or perform a basic search by genre within a list. The genre property does not exist in /3/list/{id}. The ability to perform a search within a specific or multiple lists is not supported by /3/search/movie. I would therefore have to either 1) store the genre information locally (against ToS), or 2) make 250 /3/movie/{id} API requests.
Is there a better way to do this? In this case, is it ok to store genre information locally? Is it just currently impossible to achieve this task?
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de Travis Bell
pe data de 12 noiembrie 2013 la ora 4:39 PM
Store the information locally and build out any query you like 😉
Oh wait…
In a single query yes, but feel free to cache the data locally.
Cheers.