When getting a movie and using append_to_response and passing in recommendations
this data comes back as paged data. Is there a way to get a movie with append_to_response with the 2nd page of recommendations?
Не можеш да нађеш филм или серију? Пријави се да додаш.
Желите ли да оцените или додате ову ставку у листу?
Нисте члан?
Одговор од Travis Bell
дана 30. новембар 2016. у 5:05 PM
Hi @jchannon You are correct, there isn't really a way with
append_to_response
. I suppose though, if you do the initial query and know you want a second page after the fact, you could just query that page independently. Ie.Одговор од jchannon
дана 01. децембар 2016. у 4:33 AM
Thanks!