-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add api collection and update readme for data exchange tutorial (…
- Loading branch information
1 parent
01c2824
commit ac07437
Showing
10 changed files
with
1,327 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,4 +64,4 @@ ssi-credential-issuer: | |
enabled: false | ||
|
||
ssi-dim-wallet-stub: | ||
enabled: true | ||
enabled: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Introduction | ||
|
||
This repository provides the API requests to provide a tutorial for the Data Exchange. | ||
|
||
The following table links you to the respective documentations. | ||
|
||
| Documentation | Purpose | | ||
|------------------------------------------------------------------|-----------------------------------------------------------------------------------------| | ||
| [API Requests](api/API_Doc.md) | API Requests for Data Exchange. | | ||
|
||
## NOTICE | ||
|
||
This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0). | ||
|
||
- SPDX-License-Identifier: Apache-2.0 | ||
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation | ||
- Source URL: <https://github.com/eclipse-tractusx/tractus-x-umbrella> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# API Requests for Data Exchange | ||
|
||
This document provides about API requests for the Data Exchange. | ||
|
||
## Postman | ||
|
||
There is a [postman collection](./postman) containing information on how to exchange data between provider and consumer. | ||
|
||
## Curl | ||
|
||
There is a [curl tutorial](./curl) containing step by step tutorial on how to exchange data between provider and consumer, using the console. | ||
|
||
## NOTICE | ||
|
||
This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0). | ||
|
||
* SPDX-License-Identifier: Apache-2.0 | ||
* SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation | ||
* Source URL: <https://github.com/eclipse-tractusx/tractus-x-umbrella> |
Oops, something went wrong.