[][src]Function aspotify::endpoints::browse::get_featured_playlists

pub async fn get_featured_playlists<'_>(
    token: &'_ AccessToken,
    limit: usize,
    offset: usize,
    locale: Option<(LanguageCode, CountryCode)>,
    time: Option<DateTime<Utc>>,
    country: Option<CountryCode>
) -> Result<FeaturedPlaylists, EndpointError<Error>>

Get featured playlists.

Limit must be in the range [1..50]. The locale will default to American English and the timestamp will default to the current UTC time.

Reference.