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.
Travis Bell 的回复
于 2017 年 01 月 09 日 3:18下午
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.