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?
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on November 30, 2016 at 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.Reply by jchannon
on December 1, 2016 at 4:33 AM
Thanks!