EndpointCallOptions
Defined in: wp-typia-api-client/src/client.ts:106
Optional overrides applied while executing an endpoint contract.
Remarks
Section titled “Remarks”These options let callers swap transports or merge one-off request settings without changing the endpoint definition itself.
Properties
Section titled “Properties”requestOptions?
Section titled “requestOptions?”
optionalrequestOptions?:Partial<Omit<EndpointTransportRequest,"parse">>
Defined in: wp-typia-api-client/src/client.ts:107
transport?
Section titled “transport?”
optionaltransport?:EndpointTransport
Defined in: wp-typia-api-client/src/client.ts:108