plastiq-connect-node
v0.2.0
Published
NodeJS Library providing access to the Plastiq Connect API
Readme
Plastiq Connect Node.js SDK
Node.js library providing access to the Plastiq Connect API.
Requirements
Node.js v10+
Installation
npm install plastiq-connect-node
Usage
const PlastiqConnect = require('plastiq-connect-node')
const plastiq = new PlastiqConnect(apiKey, options)
plastiq.recipients.create(recipientRequestData)
.then((response) => {
})
.catch((error) => {
})
Options
| Option | Description | Options | Default | | ----------- | ----------------------- | ------------------- | ---------- | | environment | Plastiq API Environment | PRODUCTION, SANDBOX | PRODUCTION | | timeout | Request timeout in ms | Any | 30000 |
