42 lines
940 B
Markdown
42 lines
940 B
Markdown
[bandcamp-fetch](../README.md) / ArticleAPIListParams
|
|
|
|
# Interface: ArticleAPIListParams
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [categoryUrl](ArticleAPIListParams.md#categoryurl)
|
|
- [imageFormat](ArticleAPIListParams.md#imageformat)
|
|
- [page](ArticleAPIListParams.md#page)
|
|
|
|
## Properties
|
|
|
|
### categoryUrl
|
|
|
|
• `Optional` **categoryUrl**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[lib/article/ArticleAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/article/ArticleAPI.ts#L19)
|
|
|
|
___
|
|
|
|
### imageFormat
|
|
|
|
• `Optional` **imageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
|
|
|
|
#### Defined in
|
|
|
|
[lib/article/ArticleAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/article/ArticleAPI.ts#L20)
|
|
|
|
___
|
|
|
|
### page
|
|
|
|
• `Optional` **page**: `number`
|
|
|
|
#### Defined in
|
|
|
|
[lib/article/ArticleAPI.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/article/ArticleAPI.ts#L21)
|