Skip to content

RequestConfig

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/packages/api-client/src/types/config.ts

Request configuration for individual API calls

Properties

PropertyType
method`'GET'
pathstring
params`Record<string, string
bodyunknown
headersRecord<string, string>
signalAbortSignal
skipRetryboolean
skipAuthboolean

Was this page helpful?

Download as PDF