I always ask nicely for the configuration (using the method /configuration?api_key={}) and store the secure_base_url property.
In my experience it always returns: "https://image.tmdb.org/t/p/".
Does this ever change? I mean, if it does not change, I could better store it as default. It saves a query and some time. I can't remember ever seeing a different value.
¿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 6 de marzo de 2017 a las 11:47
It hasn't recently, no but it has in the past yes. It's your call, I recommend people cache the data for a few weeks at a time at least. The last time it was changed there were people who weren't keeping a cached record around and ended up with a bad reference that eventually started to fail.
Contestado por Richard Schiks
el 7 de marzo de 2017 a las 03:34
Ok, thanks for your input!