A destination or a destination name and a JWT.
Any object representing an HTTP request.
Optional
options: HttpRequestOptionsAn HttpRequestOptions of the HTTP request for configuring e.g., CSRF token delegation. By default, the SDK will fetch the CSRF token.
Builds a DestinationHttpRequestConfig for the given destination, merges it into the given requestConfig
and executes it (using Axios).
This overload is replaced by the function executeHttpRequestWithOrigin.
A promise resolving to an HttpResponse.
A destination or a destination name and a JWT.
Any object representing an HTTP request.
Optional
options: HttpRequestOptionsAn HttpRequestOptions of the HTTP request for configuring e.g., CSRF token delegation. By default, the SDK will fetch the CSRF token.
Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.
Builds a DestinationHttpRequestConfig for the given destination, merges it into the given
requestConfig
and executes it (using Axios). The overload, that accepts HttpRequestConfigWithOrigin as a parameter, is deprecated and replaced the function executeHttpRequestWithOrigin.Returns
A promise resolving to an HttpResponse.