2023-06-10 16:52:27 +02:00
|
|
|
[bandcamp-fetch](../README.md) / ArticleAPIGetArticleParams
|
|
|
|
|
|
|
|
# Interface: ArticleAPIGetArticleParams
|
|
|
|
|
|
|
|
## Table of contents
|
|
|
|
|
|
|
|
### Properties
|
|
|
|
|
|
|
|
- [albumImageFormat](ArticleAPIGetArticleParams.md#albumimageformat)
|
|
|
|
- [articleUrl](ArticleAPIGetArticleParams.md#articleurl)
|
|
|
|
- [artistImageFormat](ArticleAPIGetArticleParams.md#artistimageformat)
|
|
|
|
- [includeRawData](ArticleAPIGetArticleParams.md#includerawdata)
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
### albumImageFormat
|
|
|
|
|
|
|
|
• `Optional` **albumImageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/article/ArticleAPI.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/article/ArticleAPI.ts#L13)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### articleUrl
|
|
|
|
|
|
|
|
• **articleUrl**: `string`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/article/ArticleAPI.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/article/ArticleAPI.ts#L12)
|
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/article/ArticleAPI.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/article/ArticleAPI.ts#L14)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### includeRawData
|
|
|
|
|
|
|
|
• `Optional` **includeRawData**: `boolean`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/article/ArticleAPI.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/article/ArticleAPI.ts#L15)
|