Fetch
import { fetchText, fetchWithTimeout, getJson } from '@rtorcato/js-common/fetch'
Exports
| Name | Summary |
|---|---|
fetchText | Fetches a resource and returns the response as text. |
fetchWithTimeout | Fetches a resource with a timeout. |
getJson | Sends a GET request and returns JSON. |
handleApiError | Handles fetch errors and returns a fallback value or throws. |
postJson | Sends a POST request with a JSON body. |