Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ere-health/ere-ps-app
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelB committed Sep 24, 2024
2 parents f611cb6 + eb05097 commit 0cbcd2a
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 36 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<quarkus.platform.version>3.9.4</quarkus.platform.version>
<surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
<hapi.version>7.4.0</hapi.version>
<version.referencevalidator>2.1.1</version.referencevalidator>
<version.referencevalidator>2.5.1</version.referencevalidator>
</properties>
<!-- 2021-12-20 Add a random line to update maven cache in gitHub actions -->
<dependencyManagement>
Expand Down
70 changes: 39 additions & 31 deletions src/test/resources/jetbrains-httpclient/http-client.env.json

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions src/test/resources/jetbrains-httpclient/http/card/pin-status.http
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# todo: documentation, link sources
# testcard smc-b: PIN.SMC
# testcard hba : PIN.CH, PIN.QES, (PIN.AUTO, PIN.SO ??)
# testcard egk: (PIN.CH, PIN.Home, PIN.AMTS, PIN.NFD, PIN.DPE, PIN.GDD, PIN.NFD_READ, PIN.OSE, PIN.AMTS_REP ??)
@cardHandle = {{SMCBHandle}}
#@cardHandle = {{eHBAHandle}}
@pinType = "PIN.SMC"

GET http://{{baseURL}}/card/pin-status?cardHandle={{cardHandle}}&pinType={{pinType}}
ACCEPT: application/json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ X-clientSystemId: {{connector.client-system-id}}
X-mandantId: {{connector.mandant-id}}
X-workplaceId: {{connector.workplace-id}}
X-clientCertificate: {{connector.client-certificate}}
X-clientCertificatePassword: {{connector.client-certificate-password}}
X-clientCertificatePassword: {{connector.client-certificate-password}}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ X-clientCertificatePassword: {{connector.client-certificate-password}}
X-clientSystemId: {{connector.client-system-id}}
X-mandantId: {{connector.mandant-id}}
X-workplaceId: {{connector.workplace-id}}

### GetCards
GET http://{{baseURL}}/workflow/cards

0 comments on commit 0cbcd2a

Please sign in to comment.