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!
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de Travis Bell
no 17 de agosto do 2016 ás 10:54AM
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.
Resposta de rodrigl
no 17 de agosto do 2016 ás 11:36AM
Thanks!
Have a great holidays.
Resposta de rodrigl
no 8 de setembro do 2016 ás 12:52PM
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
Resposta de Travis Bell
no 8 de setembro do 2016 ás 1:03PM
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.
Resposta de rodrigl
no 8 de setembro do 2016 ás 1:18PM
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?
Resposta de Travis Bell
no 8 de setembro do 2016 ás 1:21PM
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.