Skip to content

Commit 24ae3e8

Browse files
cds9: use cloud sdk 4 (#1807)
Co-authored-by: Johannes Vogel <[email protected]>
1 parent 44365f4 commit 24ae3e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guides/using-services.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ If you want to learn about this topic based on the [Incident Management](https:/
9292
## Install Dependencies { .node }
9393
<!-- TODO: No fixed major version numbers? -->
9494
```sh
95-
npm add @sap-cloud-sdk/http-client@3.x @sap-cloud-sdk/connectivity@3.x @sap-cloud-sdk/resilience@3.x
95+
npm add @sap-cloud-sdk/http-client@4.x @sap-cloud-sdk/connectivity@4.x @sap-cloud-sdk/resilience@4.x
9696
```
9797

9898
## Get and Import an External Service API { #external-service-api }
@@ -986,7 +986,7 @@ Since you don't want to use the destination for local testing, but only for prod
986986
}
987987
```
988988

989-
Additionally, you can provide [destination options](https://sap.github.io/cloud-sdk/api/v3/interfaces/sap-cloud-sdk_connectivity.DestinationFetchOptions.html) inside a `destinationOptions` object:
989+
Additionally, you can provide [destination options](https://sap.github.io/cloud-sdk/api/v4/interfaces/sap-cloud-sdk_connectivity.DestinationFetchOptions.html) inside a `destinationOptions` object:
990990

991991
```jsonc
992992
"cds": {
@@ -1661,7 +1661,7 @@ This list specifies the properties for application defined destinations.
16611661
| `queries` | Map of URL parameters |
16621662
| `forwardAuthToken` | [Forward auth token](#forward-auth-token) |
16631663

1664-
[Destination Type in SAP Cloud SDK for JavaScript](https://sap.github.io/cloud-sdk/api/v3/interfaces/sap_cloud_sdk_connectivity.Destination.html){.learn-more .node}
1664+
[Destination Type in SAP Cloud SDK for JavaScript](https://sap.github.io/cloud-sdk/api/v4/interfaces/sap-cloud-sdk_connectivity.Destination.html){.learn-more .node}
16651665
[HttpDestination Type in SAP Cloud SDK for Java](https://help.sap.com/doc/82a32040212742019ce79dda40f789b9/1.0/en-US/index.html){.learn-more .java}
16661666

16671667
#### Authentication Types

0 commit comments

Comments
 (0)