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?
Nemůžete nalézt film nebo seriál? Přihlaste se pro jeho vytvoření.
Want to rate or add this item to a list?
Not a member?
Odpověď od Travis Bell
30.11.2016 v 5:05 ODP.
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.Odpověď od jchannon
01.12.2016 v 4:33 DOP.
Thanks!