2023-10-28 14:55:26 +02:00
|
|
|
[bandcamp-fetch](../README.md) / FetcherParams
|
|
|
|
|
|
|
|
# Interface: FetcherParams
|
|
|
|
|
|
|
|
## Table of contents
|
|
|
|
|
|
|
|
### Properties
|
|
|
|
|
|
|
|
- [cache](FetcherParams.md#cache)
|
|
|
|
- [cookie](FetcherParams.md#cookie)
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
### cache
|
|
|
|
|
|
|
|
• **cache**: [`Cache`](../classes/Cache.md)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/utils/Fetcher.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/utils/Fetcher.ts#L13)
|
2023-10-28 14:55:26 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### cookie
|
|
|
|
|
|
|
|
• `Optional` **cookie**: ``null`` \| `string`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/utils/Fetcher.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/utils/Fetcher.ts#L12)
|