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?
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de Travis Bell
em 30 novembro 2016 às 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.Resposta de jchannon
em 1 dezembro 2016 às 4:33 AM
Thanks!