2023-06-10 16:52:27 +02:00
|
|
|
[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
|
|
|
|
|
2023-10-28 20:34:52 +02:00
|
|
|
[lib/article/ArticleAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/article/ArticleAPI.ts#L19)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### imageFormat
|
|
|
|
|
|
|
|
• `Optional` **imageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-28 20:34:52 +02:00
|
|
|
[lib/article/ArticleAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/article/ArticleAPI.ts#L20)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### page
|
|
|
|
|
|
|
|
• `Optional` **page**: `number`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-28 20:34:52 +02:00
|
|
|
[lib/article/ArticleAPI.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/article/ArticleAPI.ts#L21)
|