37 lines
710 B
Markdown
37 lines
710 B
Markdown
|
[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
|
||
|
|
||
|
[lib/common/BaseAPI.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L6)
|
||
|
|
||
|
___
|
||
|
|
||
|
### fetcher
|
||
|
|
||
|
• **fetcher**: [`Fetcher`](../classes/Fetcher.md)
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
[lib/common/BaseAPI.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L5)
|