bandcamp-fetch/docs/api
2023-06-14 04:09:54 +08:00
..
classes chore: doc 2023-06-14 04:09:54 +08:00
enums chore: doc 2023-06-14 04:09:54 +08:00
interfaces chore: doc 2023-06-14 04:09:54 +08:00
modules v1.0.0 2023-06-10 22:52:27 +08:00
.nojekyll v1.0.0 2023-06-10 22:52:27 +08:00
README.md chore: doc 2023-06-14 04:09:54 +08:00

bandcamp-fetch

bandcamp-fetch

Table of contents

Namespaces

Enumerations

Classes

Interfaces

Type Aliases

Variables

Type Aliases

ArticleMediaItem

Ƭ ArticleMediaItem: Album | Track & { featuredTrackPosition: number ; mediaItemRef?: string }

Defined in

lib/types/Article.ts:51


LabelArtist

Ƭ LabelArtist: Omit<Artist, "type">

Defined in

lib/types/Label.ts:9


SearchResultAny

Ƭ SearchResultAny: SearchResultArtist | SearchResultLabel | SearchResultAlbum | SearchResultTrack | SearchResultFan

Defined in

lib/types/Search.ts:47

Variables

default

default: Object

Type declaration

Name Type
album typeof AlbumAPI
article typeof ArticleAPI
autocomplete typeof AutocompleteAPI
band typeof BandAPI
cache typeof Cache
discovery typeof DiscoveryAPI
fan typeof FanAPI
image typeof ImageAPI
limiter { album: typeof LimiterAlbumAPI = LimiterAlbumAPI; article: typeof LimiterArticleAPI = LimiterArticleAPI; autocomplete: typeof LimiterAutocompleteAPI = LimiterAutocompleteAPI; band: typeof LimiterBandAPI = LimiterBandAPI; discovery: typeof LimiterDiscoveryAPI = LimiterDiscoveryAPI; fan: typeof LimiterFanAPI = LimiterFanAPI; image: typeof LimiterImageAPI = LimiterImageAPI; search: typeof LimiterSearchAPI = LimiterSearchAPI; show: typeof LimiterShowAPI = LimiterShowAPI; tag: typeof LimiterTagAPI = LimiterTagAPI; track: typeof LimiterTrackAPI = LimiterTrackAPI; updateSettings: (options?: ConstructorOptions) => void }
limiter.album typeof LimiterAlbumAPI
limiter.article typeof LimiterArticleAPI
limiter.autocomplete typeof LimiterAutocompleteAPI
limiter.band typeof LimiterBandAPI
limiter.discovery typeof LimiterDiscoveryAPI
limiter.fan typeof LimiterFanAPI
limiter.image typeof LimiterImageAPI
limiter.search typeof LimiterSearchAPI
limiter.show typeof LimiterShowAPI
limiter.tag typeof LimiterTagAPI
limiter.track typeof LimiterTrackAPI
limiter.updateSettings (options?: ConstructorOptions) => void
search typeof SearchAPI
show typeof ShowAPI
tag typeof TagAPI
track typeof TrackAPI

Defined in

index.ts:82