You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-js/features/odata/execute-odata-request.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,10 +167,10 @@ The following table describes how types are mapped by default:
167
167
|`Edm.DateTimeOffset`|`moment.Moment`||
168
168
|`Edm.Binary`|`string`||
169
169
|`Edm.DateTime`|`moment.Moment`| OData v2 only, precision limited to milliseconds |
170
-
|`Edm.Time`|[`Time`](pathname:///api/v4/interfaces/sap-cloud-sdk_odata_common.Time.html)| OData v2 only, does not consider time zones |
170
+
|`Edm.Time`|[`Time`](pathname:///api/v4/interfaces/sap-cloud-sdk_odata-common.Time.html)| OData v2 only, does not consider time zones |
171
171
|`Edm.Date`|`moment.Moment`| OData v4 only |
172
172
|`Edm.Duration`|`moment.Duration`| OData v4 only |
173
-
|`Edm.TimeOfDay`|[`Time`](pathname:///api/v4/interfaces/sap-cloud-sdk_odata_common.Time.html)| OData v4 only, does not consider time-zones |
173
+
|`Edm.TimeOfDay`|[`Time`](pathname:///api/v4/interfaces/sap-cloud-sdk_odata-common.Time.html)| OData v4 only, does not consider time-zones |
174
174
| Any other type |`any`||
175
175
176
176
If you require the raw OData response, you can look into [getting the raw response and the original request](#getting-the-raw-response-and-the-original-request).
Copy file name to clipboardExpand all lines: docs-js/guides/how-to-retrieve-jwt.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Therefore, JWTs are used to exchange authorization and authentication informatio
29
29
## JWT on SAP BTP
30
30
31
31
The retrieval of a JWT is done by the approuter together with the XSUAA.
32
-
[This guide](https://sap.github.io/cloud-sdk/docs/js/guides/how-to-use-the-approuter) explains these concepts.
32
+
[This guide](./how-to-use-the-approuter.mdx) explains these concepts.
33
33
Find a complete setup in the sample applications for [Cloud Foundry](https://github.com/SAP-samples/cloud-sdk-js/tree/main/samples/cf-sample-application) and [k8s](https://github.com/SAP-samples/cloud-sdk-js/tree/main/samples/k8s-sample-application).
Copy file name to clipboardExpand all lines: docs-js_versioned_docs/version-v3/features/odata/execute-odata-request.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,10 +167,10 @@ The following table describes how types are mapped by default:
167
167
|`Edm.DateTimeOffset`|`moment.Moment`||
168
168
|`Edm.Binary`|`string`||
169
169
|`Edm.DateTime`|`moment.Moment`| OData v2 only, precision limited to milliseconds |
170
-
|`Edm.Time`|[`Time`](pathname:///api/v3/interfaces/sap-cloud-sdk_odata_common.Time.html)| OData v2 only, does not consider time zones |
170
+
|`Edm.Time`|[`Time`](pathname:///api/v3/interfaces/sap-cloud-sdk_odata-common.Time.html)| OData v2 only, does not consider time zones |
171
171
|`Edm.Date`|`moment.Moment`| OData v4 only |
172
172
|`Edm.Duration`|`moment.Duration`| OData v4 only |
173
-
|`Edm.TimeOfDay`|[`Time`](pathname:///api/v3/interfaces/sap-cloud-sdk_odata_common.Time.html)| OData v4 only, does not consider time-zones |
173
+
|`Edm.TimeOfDay`|[`Time`](pathname:///api/v3/interfaces/sap-cloud-sdk_odata-common.Time.html)| OData v4 only, does not consider time-zones |
174
174
| Any other type |`any`||
175
175
176
176
If you require the raw OData response, you can look into [getting the raw response and the original request](#getting-the-raw-response-and-the-original-request).
0 commit comments