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

    Interface TMDBClientConfig

    interface TMDBClientConfig {
        accessToken?: string;
        apiKey?: string;
        axiosInstance?: AxiosInstance;
        retry?: boolean | RetryConfig;
    }
    Index

    Properties

    accessToken?: string
    apiKey?: string
    axiosInstance?: AxiosInstance
    retry?: boolean | RetryConfig