bandcamp-fetch/docs/api/interfaces/DiscoverOptions.md
2023-10-30 01:25:17 +08:00

2.2 KiB

bandcamp-fetch / DiscoverOptions

Interface: DiscoverOptions

Options and list of values for each option that can be used to formulate DiscoverParams.

See

DiscoveryAPI.getAvailableOptions

Table of contents

Properties

Properties

artistRecommendationTypes

artistRecommendationTypes: NameValuePair<string>[]

Defined in

lib/types/Discovery.ts:17


formats

formats: NameValuePair<string>[]

Defined in

lib/types/Discovery.ts:16


genres

genres: NameValuePair<string>[]

Defined in

lib/types/Discovery.ts:11


locations

locations: NameValuePair<string>[]

Defined in

lib/types/Discovery.ts:15


sortBys

sortBys: NameValuePair<string>[]

Defined in

lib/types/Discovery.ts:12


subgenres

subgenres: Record<string, NameValuePair<string>[]>

Defined in

lib/types/Discovery.ts:14


times

times: NameValuePair<number> & { title: string }[]

Defined in

lib/types/Discovery.ts:13