gematik / ref-OpenHealthCardKit

Controlling/Use-case framework for accessing smart cards of the telematic infrastructure. API Documentation: https://gematik.github.io/ref-OpenHealthCardKit
Apache License 2.0
15 stars 6 forks source link

Change the HealthCardResponse and AutCertificateResponse access level #27

Closed dennishahn closed 1 month ago

dennishahn commented 1 month ago

Change the HealthCardResponse and AutCertificateResponse initializer access level to public

dennishahn commented 1 month ago

In my opinion there is no real benefit in exposing initializers for these response types (doesn't hurt it much either though). Maybe you can define them in the depending project?

That seems not to work since that type is a struct with let properties

sigabrtz commented 1 month ago

In my opinion there is no real benefit in exposing initializers for these response types (doesn't hurt it much either though). Maybe you can define them in the depending project?

That seems not to work since that type is a struct with let properties

Interesting. I didn't know that.