2023-06-10 16:52:27 +02:00
|
|
|
[bandcamp-fetch](../README.md) / ShowAPIGetShowParams
|
|
|
|
|
|
|
|
# Interface: ShowAPIGetShowParams
|
|
|
|
|
|
|
|
## Table of contents
|
|
|
|
|
|
|
|
### Properties
|
|
|
|
|
|
|
|
- [albumImageFormat](ShowAPIGetShowParams.md#albumimageformat)
|
|
|
|
- [artistImageFormat](ShowAPIGetShowParams.md#artistimageformat)
|
|
|
|
- [showImageFormat](ShowAPIGetShowParams.md#showimageformat)
|
|
|
|
- [showUrl](ShowAPIGetShowParams.md#showurl)
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
### albumImageFormat
|
|
|
|
|
|
|
|
• `Optional` **albumImageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/show/ShowAPI.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/show/ShowAPI.ts#L11)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### artistImageFormat
|
|
|
|
|
|
|
|
• `Optional` **artistImageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/show/ShowAPI.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/show/ShowAPI.ts#L12)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### showImageFormat
|
|
|
|
|
|
|
|
• `Optional` **showImageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/show/ShowAPI.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/show/ShowAPI.ts#L13)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### showUrl
|
|
|
|
|
|
|
|
• **showUrl**: `string`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/show/ShowAPI.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/show/ShowAPI.ts#L10)
|