Interface TrendingOptions

Name

TrendingOptions

Description

Options for fetching trending content.

Param: region

Region to fetch the video as.

Param: type

Type of the video to return.

Param: limit

How many videos to return.

interface TrendingOptions {
    limit?: number;
    region?: string;
    type?: TrendingTypes;
}

Hierarchy (view full)

Properties

Properties

limit?: number
region?: string

Generated using TypeDoc