bandcamp-fetch/docs/api/classes/ShowAPI.md

67 lines
1014 B
Markdown
Raw Normal View History

2023-06-10 16:52:27 +02:00
[bandcamp-fetch](../README.md) / ShowAPI
# Class: ShowAPI
## Hierarchy
- **`ShowAPI`**
↳ [`LimiterShowAPI`](LimiterShowAPI.md)
## Table of contents
### Constructors
- [constructor](ShowAPI.md#constructor)
### Methods
- [getShow](ShowAPI.md#getshow)
- [list](ShowAPI.md#list)
## Constructors
### constructor
**new ShowAPI**()
## Methods
### getShow
`Static` **getShow**(`params`): `Promise`<[`Show`](../interfaces/Show.md)\>
#### Parameters
| Name | Type |
| :------ | :------ |
| `params` | [`ShowAPIGetShowParams`](../interfaces/ShowAPIGetShowParams.md) |
#### Returns
`Promise`<[`Show`](../interfaces/Show.md)\>
#### Defined in
lib/show/ShowAPI.ts:23
___
### list
`Static` **list**(`params?`): `Promise`<[`Show`](../interfaces/Show.md)[]\>
#### Parameters
| Name | Type |
| :------ | :------ |
| `params?` | [`ShowAPIListParams`](../interfaces/ShowAPIListParams.md) |
#### Returns
`Promise`<[`Show`](../interfaces/Show.md)[]\>
#### Defined in
lib/show/ShowAPI.ts:36