TmdbClient

The main entry point for the TMDb API Client. Here all supported resources of the TMDb API can be accessed.

Constructors

Link copied to clipboard
constructor(httpClientFactory: HttpClientFactory, apiKey: String)

Creates a TmdbClient using the specified HttpClientFactory and authenticating all requests using the specified API-Key.

constructor(httpClientFactory: HttpClientFactory, apiKeyProvider: TmdbApiKeyProvider)

Creates a TmdbClient using the specified HttpClientFactory and authenticating all requests using an API-Key provided by the specified TmdbApiKeyProvider.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard