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): retrieve passport data from single API call in the dpp-backend #296

Closed saudkhan116 closed 1 month ago

saudkhan116 commented 2 months ago

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 calls needed to do so. Authentication is done using the API Key method.

What we want to achieve with this PR?

The passport data should be retrieved with only one backend API call.

What is new?

Added

Updated

Issue(s) Linked to:

https://github.com/eclipse-tractusx/digital-product-pass/issues/277

matbmoser commented 2 months ago

We need to test this before I can approve to merge