Credit

tmdb-js/sections/types. Credit

A class that represents a specific credit in TMDb.

Constructor

new Credit(id, creditSection)

Initializes this object.
Source:
Parameters:
Name Type Description
id string The id of the credit.
creditSection exports.CreditSection The parent CreditSection.

Methods

(async) getDetailsAsync() → {Promise.<*>}

Gets the credit details.
Source:
Returns:
Type:
Promise.<*>
A Promise of credit details.