2023-10-28 14:55:26 +02:00
|
|
|
[bandcamp-fetch](../README.md) / BaseAPIWithImageSupportParams
|
|
|
|
|
|
|
|
# Interface: BaseAPIWithImageSupportParams
|
|
|
|
|
|
|
|
## Hierarchy
|
|
|
|
|
|
|
|
- [`BaseAPIParams`](BaseAPIParams.md)
|
|
|
|
|
|
|
|
↳ **`BaseAPIWithImageSupportParams`**
|
|
|
|
|
|
|
|
## Table of contents
|
|
|
|
|
|
|
|
### Properties
|
|
|
|
|
|
|
|
- [cache](BaseAPIWithImageSupportParams.md#cache)
|
|
|
|
- [fetcher](BaseAPIWithImageSupportParams.md#fetcher)
|
|
|
|
- [imageAPI](BaseAPIWithImageSupportParams.md#imageapi)
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
### cache
|
|
|
|
|
|
|
|
• **cache**: [`Cache`](../classes/Cache.md)
|
|
|
|
|
|
|
|
#### Inherited from
|
|
|
|
|
|
|
|
[BaseAPIParams](BaseAPIParams.md).[cache](BaseAPIParams.md#cache)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/common/BaseAPI.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/common/BaseAPI.ts#L7)
|
2023-10-28 14:55:26 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### fetcher
|
|
|
|
|
|
|
|
• **fetcher**: [`Fetcher`](../classes/Fetcher.md)
|
|
|
|
|
|
|
|
#### Inherited from
|
|
|
|
|
|
|
|
[BaseAPIParams](BaseAPIParams.md).[fetcher](BaseAPIParams.md#fetcher)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/common/BaseAPI.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/common/BaseAPI.ts#L6)
|
2023-10-28 14:55:26 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### imageAPI
|
|
|
|
|
|
|
|
• **imageAPI**: [`ImageAPI`](../classes/ImageAPI.md)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/common/BaseAPIWithImageSupport.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/common/BaseAPIWithImageSupport.ts#L5)
|