I have a list with 1073 movies.
When I do /list/(id) 1000 movies are returned.
If try to get the second page (even if not documented) I get another 1000 movies.
How can I get the full movie list if it has more than 1000 movies?
Thanks!
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 17 de agosto de 2016 a las 10:54
Hi rodrigl,
I'll add support for pagination on the v3 method. I'm away on vacation this week but when I get back next week, the new lists actually have a brand new /4 method that will be going live. It supports all of the new features that the website does.
Contestado por rodrigl
el 17 de agosto de 2016 a las 11:36
Thanks!
Have a great holidays.
Contestado por rodrigl
el 8 de septiembre de 2016 a las 12:52
Hello Travis,
Do you have a planned date for this? I am finishing a site with kodi integration, that will allow people to keep lists including a synch of their movie collection. I was planning to have these lists in tmdb, but the 1000 items limit, is really a limit.
A lot of movie buffs, the ones likely to be here, will have more than that.
Thanks once again for all your good work
Contestado por Travis Bell
el 8 de septiembre de 2016 a las 13:03
Hi rodrigl,
I'll try to get to this soon, as a side note, v3 lists don't support a lot of the nicer features you see available in the current version, To get those features, you will want to use v4 lists. The documentation for that is here. I'm in the middle of moving things around so bear with me...
The last thing I have to do before releasing these new lists method to the public is create a way of creating a new v4 session from a v3 session. The authentication in v4 is completely different but I want to make it easy for developers to migrate things over.
So anyways, pagination on v3 is coming, or you can start to play v4 which already has pagination.
Cheers.
Contestado por rodrigl
el 8 de septiembre de 2016 a las 13:18
Great, thanks!
I didn't know about v4, I have been using the apiary docs.
Can I use v4 already for live stuff, or I'll have issues?
Contestado por Travis Bell
el 8 de septiembre de 2016 a las 13:21
Ya, I haven't released the new docs yet, they're close though and I believe I've moved everything over.
v4 as far as the methods go are stable yes. The only thing I will say is that the data might not be 100% but I would say it's stable enough to develop for. So far only auth and lists exist.