[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/7815c68/src/lib/utils/Fetcher.ts#L6) ___ ### POST • **POST** = ``"POST"`` #### Defined in [lib/utils/Fetcher.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Fetcher.ts#L7)