Closed ManuelB closed 3 years ago
The solution should offer a simple interface that is based on passing GET parameters to the forms or directly to the certification url e.g:
http://localhost:8080/dgc/covid-19-certificate.html?fn=Blechschmidt&gn=Manuel ... (Shows prefilles form) http://localhost:8080/api/certify/v2/issue?fn=Blechschmidt&gn=Manuel ... (Directly generates PDF) ...
4 URLs are necessary.
Since the values are only prefilled in the UI, I am going to use # instead of ?.
#
?
The link looks like this: http://localhost:8080/api/certify/v2/issue?fn=Manuel&gn=Blechschmidt&dob=1986-07-16&id=BSNR-ARZT&tg=840539006&vp=11193050005&mp=EU/1/20/1528&ma=ORG-100030215&dn=1&sd=1&dt=2021-07-13
Open API is here: https://github.com/ere-health/dgc-ps-app/blob/main/doc/dgc-openapi-yaml
The solution should offer a simple interface that is based on passing GET parameters to the forms or directly to the certification url e.g:
http://localhost:8080/dgc/covid-19-certificate.html?fn=Blechschmidt&gn=Manuel ... (Shows prefilles form) http://localhost:8080/api/certify/v2/issue?fn=Blechschmidt&gn=Manuel ... (Directly generates PDF) ...
4 URLs are necessary.