-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(single-api): single api functionality #308
feat(single-api): single api functionality #308
Conversation
with ned eeded classes to work
…SimpleApiConfig class
…ct-pass into feature/cmp-1025/single-api
…d added error handling
…nax-ng/tx-digital-product-pass into feature/cmp-1025/single-api
… application.yaml
…emove values dev and beta files
…art versions to v2.3.0
…oduct-pass into feature/cmp-1025/single-api
Feature/cmp 1025/single api
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 |
…catenax-ng/tx-digital-product-pass into release/v3.0.0-single-api
there was some merge issues in the parent |
|
||
Long validUntil = dtr.getValidUntil(); | ||
//Check if invalid time has come | ||
if (dtr.getInvalid() && validUntil > currentTimestamp) { |
Check warning
Code scanning / CodeQL
Dereferenced variable may be null Warning
validUntil
this
…catenax-ng/tx-digital-product-pass into release/v3.0.0-single-api
For the spring boot I have updated to the latest version to solve the security problems.
|
…x-ng/tx-digital-product-pass into release/v3.0.0-single-api
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
v3.2.5
fromv3.2.4
PR Linked to:
Closes #277