Typescript SDK

An overview of how to develop an application with ZapSign`s Typescript SDK.

This SDK repository can be found here. Inside it you will see all the code used in the examples.

On your NPM - Typescript / Node project, add this dependency:

npm i sdk-node-typescript-zapsign

Now, you just have to update your dependencies and you will be ready to start making requests.

Requests

The requests made by the SDK are splitted in two parts:

Last updated