Skip to content

Commit

Permalink
Merge pull request #184 from bci-oss/feature/add-postman-collection-A…
Browse files Browse the repository at this point in the history
…AS3.0.0

Add postman collection for the dtr API 3.0.0
  • Loading branch information
tunacicek authored Aug 8, 2023
2 parents 554edc8 + 49b0c88 commit 721a0de
Show file tree
Hide file tree
Showing 3 changed files with 618 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,10 @@ For detailed install instructions please refer to our [INSTALL.md](./INSTALL.md)

## Notice for Docker image

DockerHub: https://hub.docker.com/r/tractusx/sldt-digital-twin-registry
The Docker images from version 0.3.3-M1 until the latest can be found on DockerHub, older versions have been published on GitHub Container Registry (GHCR):
https://github.com/catenax-ng/product-semantics/pkgs/container/sldt-digital-twin-registry

The Helm chart can be found at the GitHub repository at: https://github.com/eclipse-tractusx/sldt-digital-twin-registry/releases
DockerHub: [Docker.io:tractusx-digital-twin-registry](https://hub.docker.com/r/tractusx/sldt-digital-twin-registry) <br/>
The Docker images from version 0.3.3-M1 until the latest can be found on DockerHub, older versions have been published on GitHub Container Registry (GHCR): [catena-ng:digital-twin-registry](https://github.com/catenax-ng/product-semantics/pkgs/container/sldt-digital-twin-registry)

The Helm chart can be found at the GitHub repository at: [Releases](https://github.com/eclipse-tractusx/sldt-digital-twin-registry/releases) <br/>
This application provides container images for demonstration purposes.
Eclipse Tractus-X product(s) installed within the image:

Expand All @@ -54,7 +52,7 @@ Eclipse Tractus-X product(s) installed within the image:
- Project license: [Apache License, Version 2.0](https://github.com/eclipse-tractusx/sldt-digital-twin-registry/blob/main/LICENSE)

**Used base image**
- [eclipse-temurin:11-jre-alpine](https://github.com/adoptium/containers)
- [eclipse-temurin:17-jre-alpine](https://github.com/adoptium/containers)
- Official Eclipse Temurin DockerHub page: https://hub.docker.com/_/eclipse-temurin
- Eclipse Temurin Project: https://projects.eclipse.org/projects/adoptium.temurin
- Additional information about the Eclipse Temurin images: https://github.com/docker-library/repo-info/tree/master/repos/eclipse-temurin
Expand Down
14 changes: 14 additions & 0 deletions docs/development/postman/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# DTR Postman Collection

## Postman
The postman collection can be used to call all provided APIs of the DTR.

### Setup Postman

To install postman, download the newest version:
<https://www.postman.com/downloads/>

### Import Postman collection

Follow the steps here to import the collection:
<https://learning.postman.com/docs/getting-started/importing-and-exporting-data/>
Loading

0 comments on commit 721a0de

Please sign in to comment.