TMDB API Configuration
Learn some basic configuration of TMDB endpoints.
We'll cover the following...
Configuration
We can use the configuration endpoint to get the system-wide configuration information. We need this information because some elements of the API require knowledge of this configuration data. Our aim is to try and keep the actual API responses as light as possible. As per TMDB, it is recommended to cache this data within the application and check for updates every few days.
As of now, this method currently ...