2023-10-28 14:55:26 +02:00
|
|
|
[bandcamp-fetch](../README.md) / BaseAPIParams
|
|
|
|
|
|
|
|
# Interface: BaseAPIParams
|
|
|
|
|
|
|
|
## Hierarchy
|
|
|
|
|
|
|
|
- **`BaseAPIParams`**
|
|
|
|
|
|
|
|
↳ [`BaseAPIWithImageSupportParams`](BaseAPIWithImageSupportParams.md)
|
|
|
|
|
|
|
|
## Table of contents
|
|
|
|
|
|
|
|
### Properties
|
|
|
|
|
|
|
|
- [cache](BaseAPIParams.md#cache)
|
|
|
|
- [fetcher](BaseAPIParams.md#fetcher)
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
### cache
|
|
|
|
|
|
|
|
• **cache**: [`Cache`](../classes/Cache.md)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-28 20:34:52 +02:00
|
|
|
[lib/common/BaseAPI.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L6)
|
2023-10-28 14:55:26 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### fetcher
|
|
|
|
|
|
|
|
• **fetcher**: [`Fetcher`](../classes/Fetcher.md)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-28 20:34:52 +02:00
|
|
|
[lib/common/BaseAPI.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L5)
|