bandcamp-fetch/docs/api/classes/ShowAPI.md
patrickkfkan be7010c217 v1.0.0
2023-06-10 22:52:27 +08:00

1014 B

bandcamp-fetch / ShowAPI

Class: ShowAPI

Hierarchy

Table of contents

Constructors

Methods

Constructors

constructor

new ShowAPI()

Methods

getShow

Static getShow(params): Promise<Show>

Parameters

Name Type
params ShowAPIGetShowParams

Returns

Promise<Show>

Defined in

lib/show/ShowAPI.ts:23


list

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

Parameters

Name Type
params? ShowAPIListParams

Returns

Promise<Show[]>

Defined in

lib/show/ShowAPI.ts:36