Skip to main content

Fetch

import { fetchText, fetchWithTimeout, getJson } from '@rtorcato/js-common/fetch'

Exports

NameSummary
fetchTextFetches a resource and returns the response as text.
fetchWithTimeoutFetches a resource with a timeout.
getJsonSends a GET request and returns JSON.
handleApiErrorHandles fetch errors and returns a fallback value or throws.
postJsonSends a POST request with a JSON body.