@carlosnc/tmdb-sdk - v0.13.2
    Preparing search index...

    Interface TMDBClientConfig

    interface TMDBClientConfig {
        accessToken?: string;
        apiKey?: string;
        defaultLanguage?: string;
        httpClient?: HttpClient;
        omdbApiKey?: string;
        retry?: boolean | RetryConfig;
    }
    Index

    Properties

    accessToken?: string
    apiKey?: string
    defaultLanguage?: string
    httpClient?: HttpClient
    omdbApiKey?: string
    retry?: boolean | RetryConfig