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

    Interface DiscoverMoviesParams

    interface DiscoverMoviesParams {
        certification?: string;
        certificationCountry?: string;
        certificationGte?: string;
        certificationLte?: string;
        includeAdult?: boolean;
        includeVideo?: boolean;
        language?: string;
        page?: number;
        primaryReleaseDateGte?: string;
        primaryReleaseDateLte?: string;
        primaryReleaseYear?: number;
        region?: string;
        releaseDateGte?: string;
        releaseDateLte?: string;
        sortBy?: string;
        voteAverageGte?: number;
        voteAverageLte?: number;
        voteCountGte?: number;
        voteCountLte?: number;
        watchRegion?: string;
        withCast?: string;
        withCompanies?: string;
        withCrew?: string;
        withGenres?: string;
        withKeywords?: string;
        withOriginalLanguage?: string;
        withOriginCountry?: string;
        withoutCompanies?: string;
        withoutGenres?: string;
        withoutKeywords?: string;
        withoutWatchProviders?: string;
        withPeople?: string;
        withReleaseType?: number;
        withRuntimeGte?: number;
        withRuntimeLte?: number;
        withWatchMonetizationTypes?: string;
        withWatchProviders?: string;
        year?: number;
    }
    Index

    Properties

    certification?: string
    certificationCountry?: string
    certificationGte?: string
    certificationLte?: string
    includeAdult?: boolean
    includeVideo?: boolean
    language?: string
    page?: number
    primaryReleaseDateGte?: string
    primaryReleaseDateLte?: string
    primaryReleaseYear?: number
    region?: string
    releaseDateGte?: string
    releaseDateLte?: string
    sortBy?: string
    voteAverageGte?: number
    voteAverageLte?: number
    voteCountGte?: number
    voteCountLte?: number
    watchRegion?: string
    withCast?: string
    withCompanies?: string
    withCrew?: string
    withGenres?: string
    withKeywords?: string
    withOriginalLanguage?: string
    withOriginCountry?: string
    withoutCompanies?: string
    withoutGenres?: string
    withoutKeywords?: string
    withoutWatchProviders?: string
    withPeople?: string
    withReleaseType?: number
    withRuntimeGte?: number
    withRuntimeLte?: number
    withWatchMonetizationTypes?: string
    withWatchProviders?: string
    year?: number