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.
Ne najdete filma ali serije? Prijavite se, da ga/jo ustvarite.
Want to rate or add this item to a list?
Not a member?
Travis Bell je odgovoril
dne marec 6, 2017 ob 11:47 AM
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.
Richard Schiks je odgovoril
dne marec 7, 2017 ob 3:34 AM
Ok, thanks for your input!