@sendsafely/sendsafely

1.1.6 • Public • Published

SendSafely JavaScript API for Node.js

The SendSafely JavaScript API for Node.js lets you integrate SendSafely secure data transfer capabilities directly into your Node.js application.

Quickstart

The example below shows you how to install the package and use it as a CommonJS module.

Install with npm

npm install @sendsafely/sendsafely

Include the SendSafely class to start making your API calls.

var SendSafely = require('@sendsafely/sendsafely');
//var sendSafely = new SendSafely("https://demo.sendsafely.com", "exAPIkeyxyz", "exAPIsecretxyz");
var sendSafely = new SendSafely("https://ORGANIZATION_HOST", "API_KEY", "API_SECRET");

sendSafely.verifyCredentials(function(email)  {
	console.log("Connected to SendSafely as user "  +  email);
});

You will need to generate your own API_KEY and API_SECRET from the API Keys section of your Profile page when logged into your SendSafely portal.

Examples

Please refer to our Developer Website to familiarize yourself with the core SendSafely API and common operations. See our examples in GitHub for working examples of how to use the SendSafely JavaScript API for Node.js.

Support

For support, please contact support@sendsafely.com.

/@sendsafely/sendsafely/

    Package Sidebar

    Install

    npm i @sendsafely/sendsafely

    Weekly Downloads

    2,003

    Version

    1.1.6

    License

    Apache-2.0

    Unpacked Size

    241 kB

    Total Files

    9

    Last publish

    Collaborators

    • sendsafely-github
    • bryronho
    • mjnowak
    • jhemler
    • bholyfield