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

79 lines
1.2 KiB
Markdown

[bandcamp-fetch](../README.md) / LimiterShowAPI
# Class: LimiterShowAPI
## Hierarchy
- [`ShowAPI`](ShowAPI.md)
**`LimiterShowAPI`**
## Table of contents
### Constructors
- [constructor](LimiterShowAPI.md#constructor)
### Methods
- [getShow](LimiterShowAPI.md#getshow)
- [list](LimiterShowAPI.md#list)
## Constructors
### constructor
**new LimiterShowAPI**()
#### Inherited from
[ShowAPI](ShowAPI.md).[constructor](ShowAPI.md#constructor)
## Methods
### getShow
`Static` **getShow**(`params`): `Promise`<[`Show`](../interfaces/Show.md)\>
#### Parameters
| Name | Type |
| :------ | :------ |
| `params` | [`ShowAPIGetShowParams`](../interfaces/ShowAPIGetShowParams.md) |
#### Returns
`Promise`<[`Show`](../interfaces/Show.md)\>
#### Overrides
[ShowAPI](ShowAPI.md).[getShow](ShowAPI.md#getshow)
#### Defined in
lib/show/ShowAPI.ts:49
___
### list
`Static` **list**(`params?`): `Promise`<[`Show`](../interfaces/Show.md)[]\>
#### Parameters
| Name | Type |
| :------ | :------ |
| `params?` | [`ShowAPIListParams`](../interfaces/ShowAPIListParams.md) |
#### Returns
`Promise`<[`Show`](../interfaces/Show.md)[]\>
#### Overrides
[ShowAPI](ShowAPI.md).[list](ShowAPI.md#list)
#### Defined in
lib/show/ShowAPI.ts:53