Java SDK
An overview of developing apps with Zapsign's Java SDK.
The repository for this SDK can be found here. In that you can see all the necessary code used.
In your project Maven - Java, add the zapsign dependency in .pom:
Now just update your dependencies and criate your requests.
Requests
The requests made by the SDK are separated into two parts:
Last updated