You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main class for encoding and decoding HCERT data is `ehn.techiop.hcert.kotlin.chain.Chain`. For encoding, pass an instance of a `GreenCertificate` (data class conforming to the DCC schema) and get a `ChainResult`. That object will contain all revelant intermediate results as well as the final result (`step5Prefixed`). This final result can be passed to a `DefaultTwoDimCodeService` that will encode it as a 2D QR Code.
@@ -376,9 +378,7 @@ On other platforms, Napier's respective default platform-specific logger should
376
378
377
379
## Publishing
378
380
379
-
To publish this package to GitHub, create a personal access token (read <https://docs.github.com/en/packages/guides/configuring-gradle-for-use-with-github-packages>), and add `gpr.user` and `gpr.key` in your `~/.gradle/gradle.properties` and run `./gradlew publish`
380
-
381
-
The library is also published on jitpack.io: [](https://jitpack.io/#ehn-dcc-development/hcert-kotlin).
381
+
The library is also published on [jitpack.io](https://jitpack.io/#ehn-dcc-development/hcert-kotlin).
0 commit comments