Skip to content
Rafael de Mello Ferreira edited this page Feb 23, 2024 · 13 revisions

getConfiguration(parameter1, parameter2)

This method allows you to get the system wide configuration information, it accepts two parameters that must be functions and will be used as callbacks for the request.

See the allowed options here.

Call the method:

theMovieDb.configurations.getConfiguration(successCB, errorCB)

getCountries(parameter1, parameter2)

This method allows you to get the list of countries (ISO 3166-1 tags) for the API methods that support them, it accepts two parameters that must be functions and will be used as callbacks for the request.

See the allowed options here.

Call the method:

theMovieDb.configurations.getCountries(successCB, errorCB)

getJobs(parameter1, parameter2)

This method allows you to get the list of jobs and departments of TMDb, it accepts two parameters that must be functions and will be used as callbacks for the request.

See the allowed options here.

Call the method:

theMovieDb.configurations.getJobs(successCB, errorCB)

getLanguages(parameter1, parameter2)

This method allows you to get the list of languages (ISO 639-1 tags) for the API methods that support them, it accepts two parameters that must be functions and will be used as callbacks for the request.

See the allowed options here.

Call the method:

theMovieDb.configurations.getLanguages(successCB, errorCB)

getPrimaryTranslations(parameter1, parameter2)

This method allows you to get the list of the officially supported translations for the API methods that support them, it accepts two parameters that must be functions and will be used as callbacks for the request.

See the allowed options here.

Call the method:

theMovieDb.configurations.getPrimaryTranslations(successCB, errorCB)

getTimezones(parameter1, parameter2)

This method allows you to get the list of supported timezones for the API methods that support them, it accepts two parameters that must be functions and will be used as callbacks for the request.

See the allowed options here.

Call the method:

theMovieDb.configurations.getTimezones(successCB, errorCB)
Clone this wiki locally