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
This is a reference application that demonstrates the implementation of [Open Resource Discovery](https://sap.github.io/open-resource-discovery/) (ORD) protocol.
5
+
This is a reference application that demonstrates the implementation of [Open Resource Discovery](https://open-resource-discovery.github.io/specification/) (ORD) protocol.
4
6
5
7
It consists of a backend (implemented in TypeScript / Node.js) that exposes some resources (e.g. APIs and Events). Those resources are described via metadata through ORD and the applicable resource definition formats like [OpenAPI v3.0](https://spec.openapis.org/oas/v3.0.3).
6
8
@@ -28,7 +30,7 @@ The tenants and their configuration be found in [./src/data/user/tenants.ts](./s
28
30
Some resources in the ORD Reference App are system instance aware.
29
31
When fetching the metadata, we need to select for which tenant we need the information.
30
32
31
-
Therefore we defined custom [Access Strategies](https://sap.github.io/open-resource-discovery/spec-v1/interfaces/document#access-strategy) how the ORD information and the related metadata can be accessed.
33
+
Therefore we defined custom [Access Strategies](https://open-resource-discovery.github.io/specification/spec-v1/interfaces/document#api-resource-definition_accessstrategies) how the ORD information and the related metadata can be accessed.
32
34
33
35
To see some examples how the access strategies are used, have a look at [./docs/http/CRM_API.http](./docs/http/CRM_API.http) and [./docs/http/ORD_Document_API.http](./docs/http/ORD_Document_API.http).
34
36
They contain documented example requests and are executable through the [REST Client VSCode Extension](https://marketplace.visualstudio.com/items?itemName=humao.rest-client).
@@ -93,4 +95,5 @@ If you miss some features or use case, please get in contact.
93
95
94
96
95
97
## License
96
-
Copyright (c) 2023 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSE) file.
98
+
99
+
Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/open-resource-discovery/reference-application).
SPDX-PackageComment = "The code in this project may include calls to APIs (\"API Calls\") of\n SAP or third-party products or services developed outside of this project\n (\"External Products\").\n \"APIs\" means application programming interfaces, as well as their respective\n specifications and implementing code that allows software to communicate with\n other software.\n API Calls to External Products are not licensed under the open source license\n that governs this project. The use of such API Calls and related External\n Products are subject to applicable additional agreements with the relevant\n provider of the External Products. In no event shall the open source license\n that governs this project grant any rights in or to any External Products,or\n alter, expand or supersede any terms of the applicable additional agreements.\n If you have a valid license agreement with SAP for the use of a particular SAP\n External Product, then you may make use of any API Calls included in this\n project's code for that SAP External Product, subject to the terms of such\n license agreement. If you do not have a valid license agreement for the use of\n a particular SAP External Product, then you may only make use of any API Calls\n in this project for that SAP External Product for your internal, non-productive\n and non-commercial test and evaluation of such API Calls. Nothing herein grants\n you any rights to use or access any SAP External Product, or provide any third\n parties the right to use of access any SAP External Product, through API Calls."
6
6
7
+
7
8
[[annotations]]
8
9
path = "**"
9
10
precedence = "aggregate"
10
-
SPDX-FileCopyrightText = "2023 SAP SE or an SAP affiliate company and open-resource-discovery-reference-application contributors"
11
+
SPDX-FileCopyrightText = "Copyright SAP SE or an SAP affiliated Company and Open Resource Discovery contributors."
'The BasicAuth credentials must be created and retrieved manually.\n Please refer to the documentation on the [ORD Reference App API access](https://github.com/SAP-samples/open-resource-discovery-reference-application#access-strategies).',
104
+
'The BasicAuth credentials must be created and retrieved manually.\n Please refer to the documentation on the [ORD Reference App API access](https://github.com/open-resource-discovery/reference-application#access-strategies).',
0 commit comments