53 lines
966 B
Markdown
53 lines
966 B
Markdown
[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
|
|
|
|
lib/article/ArticleAPI.ts:14
|
|
|
|
___
|
|
|
|
### articleUrl
|
|
|
|
• **articleUrl**: `string`
|
|
|
|
#### Defined in
|
|
|
|
lib/article/ArticleAPI.ts:13
|
|
|
|
___
|
|
|
|
### artistImageFormat
|
|
|
|
• `Optional` **artistImageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
|
|
|
|
#### Defined in
|
|
|
|
lib/article/ArticleAPI.ts:15
|
|
|
|
___
|
|
|
|
### includeRawData
|
|
|
|
• `Optional` **includeRawData**: `boolean`
|
|
|
|
#### Defined in
|
|
|
|
lib/article/ArticleAPI.ts:16
|