31 lines
543 B
Markdown
31 lines
543 B
Markdown
[bandcamp-fetch](../README.md) / FetchMethod
|
|
|
|
# Enumeration: FetchMethod
|
|
|
|
## Table of contents
|
|
|
|
### Enumeration Members
|
|
|
|
- [GET](FetchMethod.md#get)
|
|
- [POST](FetchMethod.md#post)
|
|
|
|
## Enumeration Members
|
|
|
|
### GET
|
|
|
|
• **GET** = ``"GET"``
|
|
|
|
#### Defined in
|
|
|
|
[lib/utils/Fetcher.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Fetcher.ts#L6)
|
|
|
|
___
|
|
|
|
### POST
|
|
|
|
• **POST** = ``"POST"``
|
|
|
|
#### Defined in
|
|
|
|
[lib/utils/Fetcher.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Fetcher.ts#L7)
|