5.3 KiB
5.3 KiB
bandcamp-fetch / BandcampFetch
Class: BandcampFetch
Table of contents
Constructors
Properties
Accessors
Methods
Constructors
constructor
• new BandcampFetch(params?
)
Parameters
Name | Type |
---|---|
params? |
BandcampFetchParams |
Defined in
Properties
album
• Readonly
album: AlbumAPI
Defined in
article
• Readonly
article: ArticleAPI
Defined in
autocomplete
• Readonly
autocomplete: AutocompleteAPI
Defined in
band
• Readonly
band: BandAPI
Defined in
discovery
• Readonly
discovery: DiscoveryAPI
Defined in
fan
• Readonly
fan: FanAPI
Defined in
image
• Readonly
image: ImageAPI
Defined in
limiter
• Readonly
limiter: Object
Type declaration
Name | Type |
---|---|
album |
LimiterAlbumAPI |
article |
LimiterArticleAPI |
autocomplete |
LimiterAutocompleteAPI |
band |
LimiterBandAPI |
discovery |
LimiterDiscoveryAPI |
fan |
LimiterFanAPI |
image |
LimiterImageAPI |
search |
LimiterSearchAPI |
show |
LimiterShowAPI |
stream |
StreamAPI |
tag |
LimiterTagAPI |
track |
LimiterTrackAPI |
updateSettings |
(options? : ConstructorOptions ) => void |
Defined in
search
• Readonly
search: SearchAPI
Defined in
show
• Readonly
show: ShowAPI
Defined in
stream
• Readonly
stream: StreamAPI
Defined in
tag
• Readonly
tag: TagAPI
Defined in
track
• Readonly
track: TrackAPI
Defined in
Accessors
cache
• get
cache(): CacheWrapper
Returns
Defined in
cookie
• get
cookie(): undefined
| null
| string
Returns
undefined
| null
| string
Defined in
Methods
setCookie
▸ setCookie(value?
): void
Parameters
Name | Type |
---|---|
value? |
null | string |
Returns
void