3.0.0-beta.1 • Published 2 years ago
notificare v3.0.0-beta.1
Notificare Live API SDK for NodeJS
Installing
npm install notificare
Usage
var Notificare = require('notificare');
var privateKey = 'xxxxxx',
publicKey = 'yyyyyy';
var liveApiClient = new Notificare.LiveApi(privateKey, publicKey);
var verificationResponse = liveApiClient.httpGateway.verify(incomingPublicKey, challenge);
License
This SDK is distributed under the Apache License, Version 2.0, see LICENSE.txt and NOTICE.txt for more information.