Is there any way to bring the movie trailer together JSON?
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 9 janvier 2017 à 15h18
Hi @seenzone There's no way to get the trailer directly from list method (search, discover, find...) you have to do it by calling the detail and videos methods. You can use
append_to_response
to do this in a single request. You can read more about this here.Cheers.