What are the things that I can add in "append_to_response" ? Till now I know about trailers and reviews, what others are?
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 14 de diciembre de 2016 a las 18:50
Hi @anupam_ Have you read through this document?
Basically, you can append any of the requests within the same namespace.
Contestado por anupam_
el 15 de diciembre de 2016 a las 08:50
Yes sir, I had seen it, but where can I get to know all the requests that I can make.?
If I search in the "Filter section" with trailers, then its showing empty result but API do support trailer as one such request. Can you please let me know all such allowable requests?
Contestado por Travis Bell
el 15 de diciembre de 2016 a las 10:04
It sounds like you're asking about appending with other methods than the /movie/{id} namespace, like discover or search. That is not supported.
Only the /movie/{id}, /tv/{id}, and /person/{id} methods support
append_to_response
. You can append any of their sub requests like videos, images, release_dates, etc...Etc, etc...
Contestado por anupam_
el 15 de diciembre de 2016 a las 18:26
Thanks Sir, I got it.