SOAPRequest
@prismatic-io/spectral › "clients/soap/types" › SOAPRequest
Overload the soapRequest
function to take a variety of types of arguments.
Hierarchy
- SOAPRequest
Callable
▸ (params
: RequestParams): Promise‹SOAPResponse›
Defined in packages/spectral/src/clients/soap/types.ts:37
Overload the soapRequest
function to take a variety of types of arguments.
Parameters:
Name | Type |
---|---|
params | RequestParams |
Returns: Promise‹SOAPResponse›
▸ (params
: RequestParams, methodParams
: Record‹string, unknown›): Promise‹SOAPResponse›
Defined in packages/spectral/src/clients/soap/types.ts:38
Overload the soapRequest
function to take a variety of types of arguments.
Parameters:
Name | Type |
---|---|
params | RequestParams |
methodParams | Record‹string, unknown› |
Returns: Promise‹SOAPResponse›
▸ (params
: RequestParams, methodParams
: undefined): Promise‹SOAPResponse›
Defined in packages/spectral/src/clients/soap/types.ts:42
Overload the soapRequest
function to take a variety of types of arguments.
Parameters:
Name | Type |
---|---|
params | RequestParams |
methodParams | undefined |
Returns: Promise‹SOAPResponse›