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.
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2017 年 03 月 06 日 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.
Richard Schiks 的回复
于 2017 年 03 月 07 日 3:34上午
Ok, thanks for your input!