53 lines
1.3 KiB
Markdown
53 lines
1.3 KiB
Markdown
[bandcamp-fetch](../README.md) / AlbumAPIGetInfoParams
|
|
|
|
# Interface: AlbumAPIGetInfoParams
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [albumImageFormat](AlbumAPIGetInfoParams.md#albumimageformat)
|
|
- [albumUrl](AlbumAPIGetInfoParams.md#albumurl)
|
|
- [artistImageFormat](AlbumAPIGetInfoParams.md#artistimageformat)
|
|
- [includeRawData](AlbumAPIGetInfoParams.md#includerawdata)
|
|
|
|
## Properties
|
|
|
|
### albumImageFormat
|
|
|
|
• `Optional` **albumImageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
|
|
|
|
#### Defined in
|
|
|
|
[lib/album/AlbumAPI.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/album/AlbumAPI.ts#L9)
|
|
|
|
___
|
|
|
|
### albumUrl
|
|
|
|
• **albumUrl**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[lib/album/AlbumAPI.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/album/AlbumAPI.ts#L8)
|
|
|
|
___
|
|
|
|
### artistImageFormat
|
|
|
|
• `Optional` **artistImageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
|
|
|
|
#### Defined in
|
|
|
|
[lib/album/AlbumAPI.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/album/AlbumAPI.ts#L10)
|
|
|
|
___
|
|
|
|
### includeRawData
|
|
|
|
• `Optional` **includeRawData**: `boolean`
|
|
|
|
#### Defined in
|
|
|
|
[lib/album/AlbumAPI.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/album/AlbumAPI.ts#L11)
|