eclipse-tractusx / digital-product-pass

digital product pass
https://github.com/eclipse-tractusx/digital-product-pass
Apache License 2.0
21 stars 11 forks source link

feat(single-api): single api functionality #308

Closed matbmoser closed 1 month ago

matbmoser commented 1 month ago

[!CAUTION]

FIRST MERGE PARENT PR: #306 !

Why we create this PR?

To create a Single API Post method that allows to retrieve the passports data by abstracting of all the API's calls needed to do so, by authenticate with an API Key and fill the requested data in the body.

What we want to achieve with this PR?

We want to be able to retrieve the passport with only one API call.

What is new?

Added

Updated

PR Linked to:

Closes #277

matbmoser commented 1 month ago

Before we merge this needs to be fixed: https://github.com/eclipse-tractusx/digital-product-pass/actions/runs/8969549023/job/24631151620?pr=308#step:6:1728

matbmoser commented 1 month ago

there was some merge issues in the parent

matbmoser commented 1 month ago

For the spring boot I have updated to the latest version to solve the security problems.