Constructor
new TheMovieDb(apiKey, languageopt)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
apiKey |
String | The TMDb api key | |
language |
String |
<optional> |
The language to use in the request |
- License:
- BSD
- Source:
Example
var api = new TheMovieDb('API_KEY', 'en');