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?
Nie możesz znaleźć filmu lub serialu? Zaloguj się, aby go utworzyć.
Want to rate or add this item to a list?
Not a member?
Odpowiedź użytkownika Travis Bell
30 listopada 2016 o godz. 5:05PM
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.Odpowiedź użytkownika jchannon
1 grudnia 2016 o godz. 4:33AM
Thanks!