Skip to content

Latest commit

 

History

History
265 lines (133 loc) · 5.54 KB

BandcampFetch.md

File metadata and controls

265 lines (133 loc) · 5.54 KB

bandcamp-fetchDocs


bandcamp-fetch / BandcampFetch

Class: BandcampFetch

Constructors

new BandcampFetch()

new BandcampFetch(params?): BandcampFetch

Parameters

params?: BandcampFetchParams

Returns

BandcampFetch

Defined in

lib/BandcampFetch.ts:58

Properties

album

readonly album: AlbumAPI

Defined in

lib/BandcampFetch.ts:29


article

readonly article: ArticleAPI

Defined in

lib/BandcampFetch.ts:35


autocomplete

readonly autocomplete: AutocompleteAPI

Defined in

lib/BandcampFetch.ts:39


band

readonly band: BandAPI

Defined in

lib/BandcampFetch.ts:33


discovery

readonly discovery: DiscoveryAPI

Defined in

lib/BandcampFetch.ts:31


fan

readonly fan: FanAPI

Defined in

lib/BandcampFetch.ts:37


image

readonly image: ImageAPI

Defined in

lib/BandcampFetch.ts:32


limiter

readonly limiter: object

album

readonly album: LimiterAlbumAPI

article

readonly article: LimiterArticleAPI

autocomplete

readonly autocomplete: LimiterAutocompleteAPI

band

readonly band: LimiterBandAPI

discovery

readonly discovery: LimiterDiscoveryAPI

fan

readonly fan: LimiterFanAPI

image

readonly image: LimiterImageAPI

search

readonly search: LimiterSearchAPI

show

readonly show: LimiterShowAPI

stream

readonly stream: StreamAPI

tag

readonly tag: LimiterTagAPI

track

readonly track: LimiterTrackAPI

updateSettings()

updateSettings: (options?) => void

Parameters

options?: ConstructorOptions

Returns

void

Defined in

lib/BandcampFetch.ts:42


search

readonly search: SearchAPI

Defined in

lib/BandcampFetch.ts:38


show

readonly show: ShowAPI

Defined in

lib/BandcampFetch.ts:36


stream

readonly stream: StreamAPI

Defined in

lib/BandcampFetch.ts:40


tag

readonly tag: TagAPI

Defined in

lib/BandcampFetch.ts:34


track

readonly track: TrackAPI

Defined in

lib/BandcampFetch.ts:30

Accessors

cache

Get Signature

get cache(): CacheWrapper

Returns

CacheWrapper

Defined in

lib/BandcampFetch.ts:122


cookie

Get Signature

get cookie(): undefined | null | string

Returns

undefined | null | string

Defined in

lib/BandcampFetch.ts:118

Methods

setCookie()

setCookie(value?): void

Parameters

value?: null | string

Returns

void

Defined in

lib/BandcampFetch.ts:113