cloud-sdk
cloud-sdk copied to clipboard
The SAP Cloud SDK documentation and support repository.
# ⚠️ DO NOT MERGE UNTIL `5.9.0` IS RELEASED ⚠️ ## What Has Changed? This PR explains our new (to be released with version `5.9.0`) API for using the shared...
Will the sap-cloud-sdk-logger from @sap-cloud-sdk/util output the incoming correlation ID to the logs? If not, how can we pass the correlation ID ourselves to the logger? I couldn't find a...
## Issue Description When modifying a member of a collection property of an object and then issuing a PATCH request, the entire collection and all properties are sent as opposed...
According to [this documentation](https://help.sap.com/viewer/0f9408e4921e4ba3bb4a7a1f75f837a7/2202.500/en-US/39e1b76b82274b5697ff629d7ec7c1f0.html#loio39e1b76b82274b5697ff629d7ec7c1f0__section_sfy_2wt_ldb) (for the example "PUT: Update Additional IDs and their Permissions and Subscriptions Within One Changeset") in order to update an additional id you must delete all...
Hi, we have multitenant apps running both java and nodejs, both cloudsdk java and js are used. we need to use the destination with tokenServiceURLType = Common, then there is...
## Issue Description Important information: Hi all! I am trying to create an asynchronous service to generate document's employees with sap cloud sdk for neo environment. The process is the...
Hi all! In the context of an OData update request we run into an error response from the SAP service called. We are using com.sap.cloud.sdk.datamodel:odata-core in version 3.65.0. The Method...
Direct call of stream (/$value) is not supported in generated v2 client and response header missing
## Issue Description When I generate v2 clients out of the EDMX file, I have no chance to request the binary data stream without requesting the entity first. Important information:...
## What Has Changed? Generating Odata Clients no longer fails ([linked PR](https://github.com/SAP/cloud-sdk-js/pull/4663)) when the `basePath` value cannot be determined. By default, it is set to `/` without the need to...