5.0.0 • Published 7 months ago
connective-api v5.0.0
Connective.eu API library
A promise based library for the API of connective.eu with types.
This library is not a product of, nor made by, connective.eu.
Compatibility
Package version | Connective API version | eSignature version |
---|---|---|
^5.0.0 | v4 | v7.6 |
^4.0.0 | v4 | v7.4 |
^3.0.0 | v4 | v7.2 |
^2.0.0 | v4 | v7.1 |
^1.0.0 | v3 | v5.5 |
Usage
This is a simple example of how to create a package and upload a document.
import * as fs from 'fs';
import {Connective} from 'connective-api';
connective = new Connective({
endpoint: 'https://your-company.connective.eu',
password: 'your password',
username: 'your username',
});
const {data: createPackageData} = await connective.packages.create({
Initiator: 'info@example.com',
Name: 'package',
Status: 'Draft',
Documents: [
{
Elements: [],
Name: 'Test document',
Language: 'en',
DocumentOptions: {
ContentType: 'application/pdf',
Base64data: documentData.toString('base64'),
},
},
],
});
5.0.0
7 months ago
4.2.0
7 months ago
4.1.0
10 months ago
4.0.0
2 years ago
4.0.0-rc.1
2 years ago
3.0.0
3 years ago
2.0.0
3 years ago
2.0.0-alpha.3
3 years ago
2.0.0-alpha.0
3 years ago
2.0.0-alpha.1
3 years ago
2.0.0-alpha.2
3 years ago
1.2.2
4 years ago
1.2.1
5 years ago
1.2.0
5 years ago
1.1.0
5 years ago
1.0.4
5 years ago
1.0.2
5 years ago
1.0.3
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago
0.2.3
5 years ago
0.2.2
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago