0.3.5 • Published 1 year ago

@signadot/signadot-sdk v0.3.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Signadot Sandboxes Node SDK

Installation

npm

npm install @signadot/signadot-sdk --save

yarn

yarn add @signadot/signadot-sdk

Sample code

Sample code to create sandbox using the SDK:

import { ApiClient, SandboxesApi } from '@signadot/signadot-sdk';

const apiClient = new ApiClient();
apiClient.authentications.ApiKeyAuth.apiKey = 'SIGNADOT_API_KEY_HERE';
sandboxesApi = new SandboxesApi(apiClient);

const request = {}; // populate the request data object
sandboxesApi.createNewSandbox("my-company", request)
  .then(response => {
    console.log(response);
  }).catch(e => {
    console.log("Error: " + e);
  });
0.3.5

1 year ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.0

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.4-SNAPSHOT

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago