ClientProps
@prismatic-io/spectral › "clients/http/index" › ClientProps
Hierarchy
- ClientProps
Index
Properties
Properties
Optional
baseUrl
• baseUrl? : undefined | string
Defined in packages/spectral/src/clients/http/index.ts:60
Optional
debug
• debug? : undefined | false | true
Defined in packages/spectral/src/clients/http/index.ts:65
Optional
headers
• headers? : AxiosRequestConfig["headers"]
Defined in packages/spectral/src/clients/http/index.ts:62
Optional
params
• params? : Record‹string, any›
Defined in packages/spectral/src/clients/http/index.ts:63
Optional
responseType
• responseType? : AxiosRequestConfig["responseType"]
Defined in packages/spectral/src/clients/http/index.ts:61
Optional
retryConfig
• retryConfig? : RetryConfig
Defined in packages/spectral/src/clients/http/index.ts:66
Optional
timeout
• timeout? : undefined | number