bandcamp-fetch/docs/api/classes/LimiterShowAPI.md
2023-06-14 04:09:54 +08:00

1.4 KiB

bandcamp-fetch / LimiterShowAPI

Class: LimiterShowAPI

Hierarchy

Table of contents

Constructors

Methods

Constructors

constructor

new LimiterShowAPI()

Inherited from

ShowAPI.constructor

Methods

getShow

Static getShow(params): Promise<Show>

Parameters

Name Type
params ShowAPIGetShowParams

Returns

Promise<Show>

Overrides

ShowAPI.getShow

Defined in

lib/show/ShowAPI.ts:49


list

Static list(params?): Promise<Show[]>

Parameters

Name Type
params? ShowAPIListParams

Returns

Promise<Show[]>

Overrides

ShowAPI.list

Defined in

lib/show/ShowAPI.ts:53